-
Notifications
You must be signed in to change notification settings - Fork 1
/
tokens.json
30 lines (30 loc) · 887 Bytes
/
tokens.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
{
"cosmoshub": {
"base": "uatom",
"symbol": "ATOM",
"coingecko_id": "cosmos",
"exponent": 6,
"logo_uri": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"
},
"axlWBTC": {
"base": "wbtc-satoshi",
"symbol": "WBTC",
"coingecko_id": "axlwbtc",
"exponent": 8,
"logo_uri": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png"
},
"axlWETH": {
"base": "weth-wei",
"symbol": "WETH",
"coingecko_id": "axlweth",
"exponent": 18,
"logo_uri": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png"
},
"osmosis": {
"base": "uosmo",
"symbol": "OSMO",
"coingecko_id": "osmosis",
"exponent": 6,
"logo_uri": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"
}
}