Skip to content

Commit

Permalink
Update to v0 testnet and mainnet deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
lindlof committed Dec 8, 2020
1 parent ac35f74 commit 868a589
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions web/.env.production
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
REACT_APP_CHAIN_ID=secret-2
REACT_APP_SUGGEST_CHAIN=false
REACT_APP_CHAIN_NAME=Secret Network
REACT_APP_LCD_URL=https://secretapi.io
REACT_APP_RPC_URL=http://secretapi.io:26657
REACT_APP_CONTRACT=secret17c7j5xgylhty8jq5lqnuaqd68ndazs022mqcuu
REACT_APP_LCD_URL=https://api.secretapi.io
REACT_APP_RPC_URL=http://rpc.secretapi.io:26657
REACT_APP_CONTRACT=secret1umwqjum7f4zmp9alr2kpmq4y5j4hyxlam896r3
REACT_APP_FAUCET=
REACT_APP_ENABLE_LOCAL_WALLET=false
2 changes: 1 addition & 1 deletion web/.env.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ REACT_APP_SUGGEST_CHAIN=true
REACT_APP_CHAIN_NAME=Secret Holodeck 2
REACT_APP_LCD_URL=https://bootstrap.secrettestnet.io
REACT_APP_RPC_URL=http://bootstrap.secrettestnet.io:26657
REACT_APP_CONTRACT=secret17c7j5xgylhty8jq5lqnuaqd68ndazs022mqcuu
REACT_APP_CONTRACT=secret1xknx8lxmzu0j3d8ca07050y6s26f2v57umdpwd
REACT_APP_FAUCET=https://faucet.secrettestnet.io/
REACT_APP_ENABLE_LOCAL_WALLET=true

0 comments on commit 868a589

Please sign in to comment.