Apply prettier
This commit is contained in:
+22
-20
@@ -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",
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user