Apply prettier

This commit is contained in:
abefernan
2023-06-26 11:59:43 +02:00
parent 0f16dc6652
commit b6bbcd1229
+22 -20
View File
@@ -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",
};