Compare commits
No commits in common. "176aa823b11482791db621549626cd96de6dd68d" and "46a53d7b46fc6630387cfa9b9d503fa7d99631a6" have entirely different histories.
176aa823b1
...
46a53d7b46
10
.env copy
10
.env copy
@ -1,10 +0,0 @@
|
||||
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,10 +250,6 @@ const DecentralizedElasticNetwork = () => {
|
||||
onClick={() => {
|
||||
setTooltipType(CONST_TOOLTIP_TYPE.NESTED_ENCRYPTION.type);
|
||||
setTooltipClosed(true);
|
||||
dynamicRouteGeneration[0].isLine = false;
|
||||
istrue.current = false;
|
||||
setDynamicRouteGeneration([...dynamicRouteGeneration]);
|
||||
|
||||
nestedEncryption[0].isLine = true;
|
||||
setNestedEncryption([...nestedEncryption]);
|
||||
}}
|
||||
@ -264,10 +260,6 @@ const DecentralizedElasticNetwork = () => {
|
||||
className="bt1 cursor-pointer"
|
||||
onClick={() => {
|
||||
setTooltipType(CONST_TOOLTIP_TYPE.DYNAMIC_ROUTE_GENERATOR.type);
|
||||
nestedEncryption[0].isLine = false;
|
||||
setNestedEncryption([...nestedEncryption]);
|
||||
setTooltipClosed(false);
|
||||
|
||||
dynamicRouteGeneration[0].isLine = true;
|
||||
istrue.current = true;
|
||||
setDynamicRouteGeneration([...dynamicRouteGeneration]);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user