diff --git a/web/.env.production b/web/.env.production index 32ce851..f9a7346 100644 --- a/web/.env.production +++ b/web/.env.production @@ -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 diff --git a/web/.env.testnet b/web/.env.testnet index f3500c9..3f71883 100644 --- a/web/.env.testnet +++ b/web/.env.testnet @@ -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