-
Notifications
You must be signed in to change notification settings - Fork 2
/
ibc_assets.json
102 lines (102 loc) · 3.74 KB
/
ibc_assets.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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
{
"tokens": [
{
"chainId": "theta-testnet-001",
"chainName": "Cosmos Hub Test",
"rpc": "https://devnet.cswap.one/vega",
"rest": "https://devnet.cswap.one/vega-rest",
"coinDenom": "ATOM",
"coinMinimalDenom": "uatom",
"symbol": "ATOM",
"coinDecimals": 6,
"coinType": 118,
"prefix": "cosmos",
"channel": "channel-835",
"comdexChannel": "channel-1",
"ibcDenomHash": "uatom",
"logoURI": "https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/atom.svg",
"coinGeckoId": "cosmos",
"explorerUrlToTx": "https://explorer.theta-testnet.polypore.xyz/transactions/{txHash}"
},
{
"chainId": "osmo-test-4",
"chainName": "Osmosis-Test",
"rpc": "https://osmot.rpc.comdex.one",
"rest": "https://osmot.rest.comdex.one",
"coinDenom": "OSMO",
"coinMinimalDenom": "uosmo",
"symbol": "OSMO",
"coinDecimals": 6,
"coinType": 118,
"prefix": "osmo",
"channel": "channel-1498",
"comdexChannel": "channel-0",
"ibcDenomHash": "uosmo",
"logoURI": "https://raw.githubusercontent.com/osmosis-labs/assetlists/main/images/osmo.svg",
"coinGeckoId": "osmosis",
"explorerUrlToTx": "https://bigdipper.testnet.osmo.mp20.net/transactions/{txHash}"
},
{
"chainId": "axelar-testnet-lisbon-3",
"chainName": "Axelar-Test",
"coinDenom": "USDC",
"coinMinimalDenom": "uusdc",
"symbol": "USDC.axl",
"coinDecimals": 6,
"coinType": 118,
"channel": "channel-62",
"comdexChannel": "channel-18",
"ibcDenomHash": "usdc",
"logoURI": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/uausdc L@3x.png",
"coinGeckoId": "axlusdc",
"depositUrlOverride": "https://testnet.satellite.money/?source=ethereum&destination=comdex&asset_denom=uausdc&destination_address=",
"withdrawUrlOverride": "https://testnet.satellite.money/?source=comdex&destination=ethereum&asset_denom=uausdc&destination_address="
},
{
"chainId": "axelar-testnet-lisbon-3",
"chainName": "Axelar-Test",
"coinDenom": "WETH",
"coinMinimalDenom": "weth-wei",
"symbol": "WETH",
"coinDecimals": 18,
"coinType": 118,
"channel": "channel-62",
"comdexChannel": "channel-18",
"ibcDenomHash": "weth-wei",
"logoURI": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth-wei L@3x.png",
"coinGeckoId": "axlweth",
"depositUrlOverride": "https://testnet.satellite.money/?source=ethereum&destination=comdex&asset_denom=weth-wei&destination_address=",
"withdrawUrlOverride": "https://testnet.satellite.money/?source=comdex&destination=ethereum&asset_denom=weth-wei&destination_address="
},
{
"chainId": "stride-1",
"chainName": "stride",
"coinDenom": "statom",
"coinMinimalDenom": "stuatom",
"symbol": "stATOM",
"coinDecimals": 6,
"coinType": 118,
"prefix": "stride",
"channel": "channel-49",
"comdexChannel": "channel-45",
"ibcDenomHash": "ustatom",
"logoURI": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/statom.svg",
"coinGeckoId": "stride-staked-atom"
},
{
"chainId": "stride-1",
"chainName": "stride",
"coinDenom": "stosmo",
"coinMinimalDenom": "stuosmo",
"symbol": "stOSMO",
"coinDecimals": 6,
"coinType": 118,
"prefix": "stride",
"channel": "channel-49",
"comdexChannel": "channel-45",
"ibcDenomHash": "ustosmo",
"logoURI": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stride/images/stosmo.svg",
"coinGeckoId": "stride-staked-osmo"
}
]
}