diff --git a/.env.sample b/.env.sample index aceb264..11f106e 100644 --- a/.env.sample +++ b/.env.sample @@ -1,15 +1,4 @@ FAUNADB_SECRET= FAUNADB_URL=https://graphql.eu.fauna.com/graphql -NEXT_PUBLIC_NODE_ADDRESS=https://cosmoshub.validator.network:443 -NEXT_PUBLIC_DENOM=uatom -NEXT_PUBLIC_DISPLAY_DENOM=ATOM -NEXT_PUBLIC_DISPLAY_DENOM_EXPONENT=6 -NEXT_PUBLIC_ASSETS=[{"description":"The native staking and governance token of the Cosmos Hub.","denom_units":[{"denom":"uatom","exponent":0},{"denom":"atom","exponent":6}],"base":"uatom","name":"Cosmos Hub Atom","display":"atom","symbol":"ATOM","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"},"coingecko_id":"cosmos"}] -NEXT_PUBLIC_GAS_PRICE=0.03uatom -NEXT_PUBLIC_CHAIN_ID=cosmoshub-4 -NEXT_PUBLIC_ADDRESS_PREFIX=cosmos -NEXT_PUBLIC_REGISTRY_NAME=cosmoshub -NEXT_PUBLIC_EXPLORER_LINK_TX="https://www.mintscan.io/cosmos/txs/\${txHash}" -NEXT_PUBLIC_EXPLORER_LINK_ACCOUNT="https://www.mintscan.io/cosmos/account/\${address}" -NEXT_PUBLIC_CHAIN_DISPLAY_NAME="Cosmos Hub" NEXT_PUBLIC_MULTICHAIN=true +NEXT_PUBLIC_REGISTRY_NAME=cosmoshub diff --git a/.env.test.sample b/.env.test.sample index 15ec22d..3e303cb 100644 --- a/.env.test.sample +++ b/.env.test.sample @@ -1,15 +1,4 @@ FAUNADB_SECRET= FAUNADB_URL=https://graphql.eu.fauna.com/graphql -NEXT_PUBLIC_NODE_ADDRESS=https://rpc.uni.junonetwork.io:443 -NEXT_PUBLIC_DENOM=ujunox -NEXT_PUBLIC_DISPLAY_DENOM=JUNOX -NEXT_PUBLIC_DISPLAY_DENOM_EXPONENT=6 -NEXT_PUBLIC_ASSETS=[{"description":"The native token of JUNO Chain","denom_units":[{"denom":"ujunox","exponent":0},{"denom":"junox","exponent":6}],"base":"ujunox","name":"Juno Testnet","display":"junox","symbol":"JUNOX","logo_URIs":{"png":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png","svg":"https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg"},"coingecko_id":"juno-network"}] -NEXT_PUBLIC_GAS_PRICE=0.04ujunox -NEXT_PUBLIC_CHAIN_ID=uni-6 -NEXT_PUBLIC_ADDRESS_PREFIX=juno -NEXT_PUBLIC_REGISTRY_NAME=junotestnet -NEXT_PUBLIC_EXPLORER_LINK_TX="https://testnet.mintscan.io/juno-testnet/txs/\${txHash}" -NEXT_PUBLIC_EXPLORER_LINK_ACCOUNT="https://testnet.mintscan.io/juno-testnet/account/\${address}" -NEXT_PUBLIC_CHAIN_DISPLAY_NAME="Juno Testnet" NEXT_PUBLIC_MULTICHAIN=true +NEXT_PUBLIC_REGISTRY_NAME=junotestnet