diff --git a/lib/displayHelpers.spec.ts b/lib/displayHelpers.spec.ts index 3766e65..9f04922 100644 --- a/lib/displayHelpers.spec.ts +++ b/lib/displayHelpers.spec.ts @@ -12,28 +12,30 @@ const testChainInfo: ChainInfo = { denom: "ujunox", displayDenom: "JUNOX", displayDenomExponent: 6, - assets: [{ - description: "The native token of JUNO Chain", - denom_units: [ - { - denom: "ujunox", - exponent: 0 + 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", }, - { - 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", }, - coingecko_id: "juno-network" - }], + ], gasPrice: "0.04ujunox", };