Compare commits
2 Commits
46a53d7b46
...
176aa823b1
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
176aa823b1 | ||
|
|
4b2e53ac22 |
10
.env copy
Normal file
10
.env copy
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
IS_DEBUG="true"
|
||||||
|
GRPC_ENDPOINT="47.82.97.10:9090"
|
||||||
|
COSMOS_ENDPOINT="http://47.82.97.10:26657"
|
||||||
|
ACCOUNT_NAME="bchrmll0jvrr"
|
||||||
|
TRAFFIC_OBFUSCATE="47.82.97.10:8180"
|
||||||
|
NODE_SECRET= "shell useless annual satisfy comfort bulk beyond own fly puzzle key shock grief depart capable purpose peasant model stamp city gain parent bright auto"
|
||||||
|
VIET_EVENTS_URL="ws://47.82.97.10:8080/events"
|
||||||
|
VITE_BASE_URL="http://47.82.97.10:8080"
|
||||||
|
VITE_BLOCK_URL="http://47.82.97.10:1317"
|
||||||
|
NODE_OPTIONS=--max-old-space-size=8192
|
||||||
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -250,6 +250,10 @@ const DecentralizedElasticNetwork = () => {
|
|||||||
onClick={() => {
|
onClick={() => {
|
||||||
setTooltipType(CONST_TOOLTIP_TYPE.NESTED_ENCRYPTION.type);
|
setTooltipType(CONST_TOOLTIP_TYPE.NESTED_ENCRYPTION.type);
|
||||||
setTooltipClosed(true);
|
setTooltipClosed(true);
|
||||||
|
dynamicRouteGeneration[0].isLine = false;
|
||||||
|
istrue.current = false;
|
||||||
|
setDynamicRouteGeneration([...dynamicRouteGeneration]);
|
||||||
|
|
||||||
nestedEncryption[0].isLine = true;
|
nestedEncryption[0].isLine = true;
|
||||||
setNestedEncryption([...nestedEncryption]);
|
setNestedEncryption([...nestedEncryption]);
|
||||||
}}
|
}}
|
||||||
@ -260,6 +264,10 @@ const DecentralizedElasticNetwork = () => {
|
|||||||
className="bt1 cursor-pointer"
|
className="bt1 cursor-pointer"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
setTooltipType(CONST_TOOLTIP_TYPE.DYNAMIC_ROUTE_GENERATOR.type);
|
setTooltipType(CONST_TOOLTIP_TYPE.DYNAMIC_ROUTE_GENERATOR.type);
|
||||||
|
nestedEncryption[0].isLine = false;
|
||||||
|
setNestedEncryption([...nestedEncryption]);
|
||||||
|
setTooltipClosed(false);
|
||||||
|
|
||||||
dynamicRouteGeneration[0].isLine = true;
|
dynamicRouteGeneration[0].isLine = true;
|
||||||
istrue.current = true;
|
istrue.current = true;
|
||||||
setDynamicRouteGeneration([...dynamicRouteGeneration]);
|
setDynamicRouteGeneration([...dynamicRouteGeneration]);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user