Skip to content

Commit

Permalink
Update comos RPC url
Browse files Browse the repository at this point in the history
Signed-off-by: rovast <rovast@163.com>
  • Loading branch information
rovast committed Aug 31, 2023
1 parent d630d8c commit 867a2c1
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .env.development
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
VITE_PORT = 8848
VITE_PUBLIC_PATH = '/'
VITE_ROUTER_HISTORY = "hash"

VITE_API_COSMOS=https://cloudx3-iot-api.gw105.oneitfarm.com:443
VITE_WS_TENDERMINT=https://cloudx3-iot-rpc.gw105.oneitfarm.com:443
VITE_ADDRESS_PREFIX=cosmos
4 changes: 4 additions & 0 deletions .env.production
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
VITE_PUBLIC_PATH = '/'
VITE_ROUTER_HISTORY = "hash"

VITE_API_COSMOS=https://cloudx3-iot-api.gw105.oneitfarm.com:443
VITE_WS_TENDERMINT=https://cloudx3-iot-rpc.gw105.oneitfarm.com:443
VITE_ADDRESS_PREFIX=cosmos

0 comments on commit 867a2c1

Please sign in to comment.