Skip to content

Commit 07f9df2

Browse files
authored
Merge pull request #15 from unionlabs/fix-coin-info
fix: fix coin type
2 parents 2c47e5d + 43be1ae commit 07f9df2

2 files changed

Lines changed: 12 additions & 5 deletions

File tree

src/assets/chains/mainnet/union-mainnet.json

Lines changed: 11 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,22 @@
99
"sdk_version": "0.50.11",
1010
"addr_prefix": "union",
1111
"min_tx_fee": "0",
12-
"coin_type": "1337",
12+
"coin_type": "118",
1313
"theme_color": "#A0ECFD",
1414
"logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png",
1515
"assets": [
1616
{
17-
"symbol": "UNO",
18-
"base": "muno",
17+
"symbol": "POA",
18+
"base": "upoa",
1919
"exponent": 6,
20-
"coingecko_id": "uno",
20+
"coingecko_id": "gas",
21+
"logo": "https://raw.githubusercontent.com/Agoric/agoric-sdk/master/packages/wallet/ui/public/tokens/BLD.svg"
22+
},
23+
{
24+
"symbol": "GAS",
25+
"base": "ugas",
26+
"exponent": 6,
27+
"coingecko_id": "gas",
2128
"logo": "https://raw.githubusercontent.com/Agoric/agoric-sdk/master/packages/wallet/ui/public/tokens/BLD.svg"
2229
}
2330
]

src/assets/chains/testnet/union-testnet-10.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"sdk_version": "0.50.13",
1010
"addr_prefix": "union",
1111
"min_tx_fee": "0",
12-
"coin_type": "1337",
12+
"coin_type": "118",
1313
"theme_color": "#A0ECFD",
1414
"logo": "https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/uniontestnet/images/union.png",
1515
"assets": [

0 commit comments

Comments
 (0)