use prod url

pull/43/head
yuriy 3 years ago
parent 6085a8c1df
commit d262cb563e
No known key found for this signature in database
GPG Key ID: 6D8D9AD3D80B0F2C
  1. 2
      .env
  2. 4
      .env.example

@ -3,6 +3,6 @@ REACT_APP_RPC_URL_SHARD1=https://api.s1.t.hmny.io/
REACT_APP_RPC_URL_SHARD2=https://api.s2.t.hmny.io/
REACT_APP_RPC_URL_SHARD3=https://api.s3.t.hmny.io/
REACT_APP_AVAILABLE_SHARDS=0,1,2,3
VERIFICATION_API_URL=https://ctrver.t.hmny.io/
REACT_APP_EXPLORER_V1_API_URL=https://ctrver.t.hmny.io/
REACT_APP_INDEXER_IPFS_GATEWAY=https://ipfs.io/ipfs/
REACT_APP_PROD_ADDRESS=https://ws.explorer-v2-api.hmny.io

@ -5,8 +5,8 @@ REACT_APP_RPC_URL_SHARD2=https://api.s2.t.hmny.io/
REACT_APP_RPC_URL_SHARD3=https://api.s3.t.hmny.io/
# supported shards, comma separated 0,1,2,3
REACT_APP_AVAILABLE_SHARDS=0,1,2,3
# explorer v1 api for contract verification. (will migrate to v1 in the future)
VERIFICATION_API_URL=https://ctrver.t.hmny.io/
# api for contract verification
REACT_APP_EXPLORER_V1_API_URL=https://ctrver.t.hmny.io/
# IPFS gateway for tokens assets
REACT_APP_INDEXER_IPFS_GATEWAY=https://ipfs.io/ipfs/
# backend websocket API url

Loading…
Cancel
Save