From ec943a4930d1baebae0e421a99d75417d9d314a7 Mon Sep 17 00:00:00 2001 From: abefernan <44572727+abefernan@users.noreply.github.com> Date: Mon, 10 Jul 2023 17:22:32 +0200 Subject: [PATCH] Add assets to envfile to avoid network --- .env.sample | 1 + .env.test.sample | 1 + 2 files changed, 2 insertions(+) diff --git a/.env.sample b/.env.sample index 8450d9b..aceb264 100644 --- a/.env.sample +++ b/.env.sample @@ -4,6 +4,7 @@ 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 diff --git a/.env.test.sample b/.env.test.sample index dc29926..15ec22d 100644 --- a/.env.test.sample +++ b/.env.test.sample @@ -4,6 +4,7 @@ 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