Compare commits

...

2 Commits

Author SHA1 Message Date
liyuanhu
176aa823b1 config:env 2025-05-12 14:09:46 +08:00
liyuanhu
4b2e53ac22 feat:优化日志,以及嵌套加密和动态路由不能同时存在连线 2025-05-12 14:08:43 +08:00
5 changed files with 18 additions and 0 deletions

10
.env copy Normal file
View 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

View File

@ -250,6 +250,10 @@ 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]);
}}
@ -260,6 +264,10 @@ 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]);