@chain-registry/osmosis 0.4.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/LICENSE +21 -0
- package/README.md +23 -0
- package/main/assets.js +51 -0
- package/main/chain.js +268 -0
- package/main/ibc_assets.js +3330 -0
- package/main/index.js +39 -0
- package/module/assets.js +44 -0
- package/module/chain.js +261 -0
- package/module/ibc_assets.js +3323 -0
- package/module/index.js +9 -0
- package/package.json +81 -0
- package/types/assets.d.ts +28 -0
- package/types/chain.d.ts +61 -0
- package/types/ibc_assets.d.ts +31 -0
- package/types/index.d.ts +11 -0
|
@@ -0,0 +1,3330 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
|
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
|
4
|
+
value: true
|
|
5
|
+
});
|
|
6
|
+
exports["default"] = void 0;
|
|
7
|
+
var _default = [{
|
|
8
|
+
"chain_name": "osmosis",
|
|
9
|
+
"assets": [{
|
|
10
|
+
"description": "Akash Token (AKT) is the Akash Network's native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
|
|
11
|
+
"denom_units": [{
|
|
12
|
+
"denom": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
|
|
13
|
+
"exponent": 0,
|
|
14
|
+
"aliases": ["uakt"]
|
|
15
|
+
}, {
|
|
16
|
+
"denom": "akt",
|
|
17
|
+
"exponent": 6
|
|
18
|
+
}],
|
|
19
|
+
"base": "ibc/1480B8FD20AD5FCAE81EA87584D269547DD4D436843C1D20F15E00EB64743EF4",
|
|
20
|
+
"name": "Akash Network",
|
|
21
|
+
"display": "akt",
|
|
22
|
+
"symbol": "AKT",
|
|
23
|
+
"logo_URIs": {
|
|
24
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png",
|
|
25
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg"
|
|
26
|
+
},
|
|
27
|
+
"coingecko_id": "akash-network",
|
|
28
|
+
"ibc": {
|
|
29
|
+
"counterparty": {
|
|
30
|
+
"channel": "channel-9",
|
|
31
|
+
"denom": "uakt",
|
|
32
|
+
"chain_name": "akash"
|
|
33
|
+
},
|
|
34
|
+
"chain": {
|
|
35
|
+
"channel": "channel-1"
|
|
36
|
+
}
|
|
37
|
+
}
|
|
38
|
+
}, {
|
|
39
|
+
"description": "The native token of Asset Mantle",
|
|
40
|
+
"denom_units": [{
|
|
41
|
+
"denom": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
|
|
42
|
+
"exponent": 0,
|
|
43
|
+
"aliases": ["umntl"]
|
|
44
|
+
}, {
|
|
45
|
+
"denom": "mntl",
|
|
46
|
+
"exponent": 6
|
|
47
|
+
}],
|
|
48
|
+
"base": "ibc/CBA34207E969623D95D057D9B11B0C8B32B89A71F170577D982FDDE623813FFC",
|
|
49
|
+
"name": "AssetMantle",
|
|
50
|
+
"display": "mntl",
|
|
51
|
+
"symbol": "MNTL",
|
|
52
|
+
"logo_URIs": {
|
|
53
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/assetmantle/images/mntl.png"
|
|
54
|
+
},
|
|
55
|
+
"coingecko_id": "assetmantle",
|
|
56
|
+
"ibc": {
|
|
57
|
+
"counterparty": {
|
|
58
|
+
"channel": "channel-0",
|
|
59
|
+
"denom": "umntl",
|
|
60
|
+
"chain_name": "assetmantle"
|
|
61
|
+
},
|
|
62
|
+
"chain": {
|
|
63
|
+
"channel": "channel-232"
|
|
64
|
+
}
|
|
65
|
+
}
|
|
66
|
+
}, {
|
|
67
|
+
"description": "The native token of Axelar",
|
|
68
|
+
"denom_units": [{
|
|
69
|
+
"denom": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
|
|
70
|
+
"exponent": 0,
|
|
71
|
+
"aliases": ["uaxl"]
|
|
72
|
+
}, {
|
|
73
|
+
"denom": "axl",
|
|
74
|
+
"exponent": 6
|
|
75
|
+
}],
|
|
76
|
+
"base": "ibc/903A61A498756EA560B85A85132D3AEE21B5DEDD41213725D22ABF276EA6945E",
|
|
77
|
+
"name": "Axelar",
|
|
78
|
+
"display": "axl",
|
|
79
|
+
"symbol": "AXL",
|
|
80
|
+
"logo_URIs": {
|
|
81
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png",
|
|
82
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg"
|
|
83
|
+
},
|
|
84
|
+
"coingecko_id": "axelar-network",
|
|
85
|
+
"ibc": {
|
|
86
|
+
"counterparty": {
|
|
87
|
+
"channel": "channel-3",
|
|
88
|
+
"denom": "uaxl",
|
|
89
|
+
"chain_name": "axelar"
|
|
90
|
+
},
|
|
91
|
+
"chain": {
|
|
92
|
+
"channel": "channel-208"
|
|
93
|
+
}
|
|
94
|
+
}
|
|
95
|
+
}, {
|
|
96
|
+
"description": "Circle's stablecoin on Axelar",
|
|
97
|
+
"denom_units": [{
|
|
98
|
+
"denom": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
|
|
99
|
+
"exponent": 0,
|
|
100
|
+
"aliases": ["uusdc"]
|
|
101
|
+
}, {
|
|
102
|
+
"denom": "usdc",
|
|
103
|
+
"exponent": 6
|
|
104
|
+
}],
|
|
105
|
+
"base": "ibc/D189335C6E4A68B513C10AB227BF1C1D38C746766278BA3EEB4FB14124F1D858",
|
|
106
|
+
"name": "USD Coin",
|
|
107
|
+
"display": "usdc",
|
|
108
|
+
"symbol": "USDC",
|
|
109
|
+
"logo_URIs": {
|
|
110
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg",
|
|
111
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png"
|
|
112
|
+
},
|
|
113
|
+
"coingecko_id": "usd-coin",
|
|
114
|
+
"ibc": {
|
|
115
|
+
"counterparty": {
|
|
116
|
+
"channel": "channel-3",
|
|
117
|
+
"denom": "uusdc",
|
|
118
|
+
"chain_name": "axelar"
|
|
119
|
+
},
|
|
120
|
+
"chain": {
|
|
121
|
+
"channel": "channel-208"
|
|
122
|
+
}
|
|
123
|
+
}
|
|
124
|
+
}, {
|
|
125
|
+
"description": "Frax's fractional-algorithmic stablecoin on Axelar",
|
|
126
|
+
"denom_units": [{
|
|
127
|
+
"denom": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
|
|
128
|
+
"exponent": 0,
|
|
129
|
+
"aliases": ["frax-wei"]
|
|
130
|
+
}, {
|
|
131
|
+
"denom": "frax",
|
|
132
|
+
"exponent": 18
|
|
133
|
+
}],
|
|
134
|
+
"base": "ibc/0E43EDE2E2A3AFA36D0CD38BDDC0B49FECA64FA426A82E102F304E430ECF46EE",
|
|
135
|
+
"name": "Frax",
|
|
136
|
+
"display": "frax",
|
|
137
|
+
"symbol": "FRAX",
|
|
138
|
+
"logo_URIs": {
|
|
139
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.svg",
|
|
140
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/frax.png"
|
|
141
|
+
},
|
|
142
|
+
"coingecko_id": "frax",
|
|
143
|
+
"ibc": {
|
|
144
|
+
"counterparty": {
|
|
145
|
+
"channel": "channel-3",
|
|
146
|
+
"denom": "frax-wei",
|
|
147
|
+
"chain_name": "axelar"
|
|
148
|
+
},
|
|
149
|
+
"chain": {
|
|
150
|
+
"channel": "channel-208"
|
|
151
|
+
}
|
|
152
|
+
}
|
|
153
|
+
}, {
|
|
154
|
+
"description": "Dai stablecoin on Axelar",
|
|
155
|
+
"denom_units": [{
|
|
156
|
+
"denom": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
|
|
157
|
+
"exponent": 0,
|
|
158
|
+
"aliases": ["dai-wei"]
|
|
159
|
+
}, {
|
|
160
|
+
"denom": "dai",
|
|
161
|
+
"exponent": 18
|
|
162
|
+
}],
|
|
163
|
+
"base": "ibc/0CD3A0285E1341859B5E86B6AB7682F023D03E97607CCC1DC95706411D866DF7",
|
|
164
|
+
"name": "Dai Stablecoin",
|
|
165
|
+
"display": "dai",
|
|
166
|
+
"symbol": "DAI",
|
|
167
|
+
"logo_URIs": {
|
|
168
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.svg",
|
|
169
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/dai.png"
|
|
170
|
+
},
|
|
171
|
+
"coingecko_id": "dai",
|
|
172
|
+
"ibc": {
|
|
173
|
+
"counterparty": {
|
|
174
|
+
"channel": "channel-3",
|
|
175
|
+
"denom": "dai-wei",
|
|
176
|
+
"chain_name": "axelar"
|
|
177
|
+
},
|
|
178
|
+
"chain": {
|
|
179
|
+
"channel": "channel-208"
|
|
180
|
+
}
|
|
181
|
+
}
|
|
182
|
+
}, {
|
|
183
|
+
"description": "Tether's USD stablecoin on Axelar",
|
|
184
|
+
"denom_units": [{
|
|
185
|
+
"denom": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
|
|
186
|
+
"exponent": 0,
|
|
187
|
+
"aliases": ["uusdt"]
|
|
188
|
+
}, {
|
|
189
|
+
"denom": "usdt",
|
|
190
|
+
"exponent": 6
|
|
191
|
+
}],
|
|
192
|
+
"base": "ibc/8242AD24008032E457D2E12D46588FD39FB54FB29680C6C7663D296B383C37C4",
|
|
193
|
+
"name": "Tether USD",
|
|
194
|
+
"display": "usdt",
|
|
195
|
+
"symbol": "USDT",
|
|
196
|
+
"logo_URIs": {
|
|
197
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.svg",
|
|
198
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdt.png"
|
|
199
|
+
},
|
|
200
|
+
"coingecko_id": "tether",
|
|
201
|
+
"ibc": {
|
|
202
|
+
"counterparty": {
|
|
203
|
+
"channel": "channel-3",
|
|
204
|
+
"denom": "uusdt",
|
|
205
|
+
"chain_name": "axelar"
|
|
206
|
+
},
|
|
207
|
+
"chain": {
|
|
208
|
+
"channel": "channel-208"
|
|
209
|
+
}
|
|
210
|
+
}
|
|
211
|
+
}, {
|
|
212
|
+
"description": "Wrapped Ether on Axelar",
|
|
213
|
+
"denom_units": [{
|
|
214
|
+
"denom": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
|
|
215
|
+
"exponent": 0,
|
|
216
|
+
"aliases": ["weth-wei"]
|
|
217
|
+
}, {
|
|
218
|
+
"denom": "weth",
|
|
219
|
+
"exponent": 18
|
|
220
|
+
}],
|
|
221
|
+
"base": "ibc/EA1D43981D5C9A1C4AAEA9C23BB1D4FA126BA9BC7020A25E0AE4AA841EA25DC5",
|
|
222
|
+
"name": "Wrapped Ether",
|
|
223
|
+
"display": "weth",
|
|
224
|
+
"symbol": "WETH",
|
|
225
|
+
"logo_URIs": {
|
|
226
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png"
|
|
227
|
+
},
|
|
228
|
+
"coingecko_id": "weth",
|
|
229
|
+
"ibc": {
|
|
230
|
+
"counterparty": {
|
|
231
|
+
"channel": "channel-3",
|
|
232
|
+
"denom": "weth-wei",
|
|
233
|
+
"chain_name": "axelar"
|
|
234
|
+
},
|
|
235
|
+
"chain": {
|
|
236
|
+
"channel": "channel-208"
|
|
237
|
+
}
|
|
238
|
+
}
|
|
239
|
+
}, {
|
|
240
|
+
"description": "Wrapped Bitcoin on Axelar",
|
|
241
|
+
"denom_units": [{
|
|
242
|
+
"denom": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
|
|
243
|
+
"exponent": 0,
|
|
244
|
+
"aliases": ["wbtc-satoshi"]
|
|
245
|
+
}, {
|
|
246
|
+
"denom": "wbtc",
|
|
247
|
+
"exponent": 8
|
|
248
|
+
}],
|
|
249
|
+
"base": "ibc/D1542AA8762DB13087D8364F3EA6509FD6F009A34F00426AF9E4F9FA85CBBF1F",
|
|
250
|
+
"name": "Wrapped Bitcoin",
|
|
251
|
+
"display": "wbtc",
|
|
252
|
+
"symbol": "WBTC",
|
|
253
|
+
"logo_URIs": {
|
|
254
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/wbtc.png"
|
|
255
|
+
},
|
|
256
|
+
"coingecko_id": "wrapped-bitcoin",
|
|
257
|
+
"ibc": {
|
|
258
|
+
"counterparty": {
|
|
259
|
+
"channel": "channel-3",
|
|
260
|
+
"denom": "wbtc-satoshi",
|
|
261
|
+
"chain_name": "axelar"
|
|
262
|
+
},
|
|
263
|
+
"chain": {
|
|
264
|
+
"channel": "channel-208"
|
|
265
|
+
}
|
|
266
|
+
}
|
|
267
|
+
}, {
|
|
268
|
+
"description": "Aave on Axelar",
|
|
269
|
+
"denom_units": [{
|
|
270
|
+
"denom": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
|
|
271
|
+
"exponent": 0,
|
|
272
|
+
"aliases": ["aave-wei"]
|
|
273
|
+
}, {
|
|
274
|
+
"denom": "aave",
|
|
275
|
+
"exponent": 18
|
|
276
|
+
}],
|
|
277
|
+
"base": "ibc/384E5DD50BDE042E1AAF51F312B55F08F95BC985C503880189258B4D9374CBBE",
|
|
278
|
+
"name": "Aave",
|
|
279
|
+
"display": "aave",
|
|
280
|
+
"symbol": "AAVE",
|
|
281
|
+
"logo_URIs": {
|
|
282
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/aave.svg"
|
|
283
|
+
},
|
|
284
|
+
"coingecko_id": "aave",
|
|
285
|
+
"ibc": {
|
|
286
|
+
"counterparty": {
|
|
287
|
+
"channel": "channel-3",
|
|
288
|
+
"denom": "aave-wei",
|
|
289
|
+
"chain_name": "axelar"
|
|
290
|
+
},
|
|
291
|
+
"chain": {
|
|
292
|
+
"channel": "channel-208"
|
|
293
|
+
}
|
|
294
|
+
}
|
|
295
|
+
}, {
|
|
296
|
+
"description": "ApeCoin on Axelar",
|
|
297
|
+
"denom_units": [{
|
|
298
|
+
"denom": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
|
|
299
|
+
"exponent": 0,
|
|
300
|
+
"aliases": ["ape-wei"]
|
|
301
|
+
}, {
|
|
302
|
+
"denom": "ape",
|
|
303
|
+
"exponent": 18
|
|
304
|
+
}],
|
|
305
|
+
"base": "ibc/F83CC6471DA4D4B508F437244F10B9E4C68975344E551A2DEB6B8617AB08F0D4",
|
|
306
|
+
"name": "ApeCoin",
|
|
307
|
+
"display": "ape",
|
|
308
|
+
"symbol": "APE",
|
|
309
|
+
"logo_URIs": {
|
|
310
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/ape.svg"
|
|
311
|
+
},
|
|
312
|
+
"coingecko_id": "apecoin",
|
|
313
|
+
"ibc": {
|
|
314
|
+
"counterparty": {
|
|
315
|
+
"channel": "channel-3",
|
|
316
|
+
"denom": "ape-wei",
|
|
317
|
+
"chain_name": "axelar"
|
|
318
|
+
},
|
|
319
|
+
"chain": {
|
|
320
|
+
"channel": "channel-208"
|
|
321
|
+
}
|
|
322
|
+
}
|
|
323
|
+
}, {
|
|
324
|
+
"description": "Axie Infinity Shard on Axelar",
|
|
325
|
+
"type_asset": "erc20",
|
|
326
|
+
"address": "0xbb0e17ef65f82ab018d8edd776e8dd940327b28b",
|
|
327
|
+
"denom_units": [{
|
|
328
|
+
"denom": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24",
|
|
329
|
+
"exponent": 0,
|
|
330
|
+
"aliases": ["axs-wei"]
|
|
331
|
+
}, {
|
|
332
|
+
"denom": "axs",
|
|
333
|
+
"exponent": 18
|
|
334
|
+
}],
|
|
335
|
+
"base": "ibc/6C0CB8653012DC2BC1820FD0B6B3AFF8A07D18630BDAEE066FEFB2D92F477C24",
|
|
336
|
+
"name": "Axie Infinity Shard",
|
|
337
|
+
"display": "axs",
|
|
338
|
+
"symbol": "AXS",
|
|
339
|
+
"logo_URIs": {
|
|
340
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/axs.svg"
|
|
341
|
+
},
|
|
342
|
+
"coingecko_id": "axie-infinity",
|
|
343
|
+
"ibc": {
|
|
344
|
+
"counterparty": {
|
|
345
|
+
"channel": "channel-3",
|
|
346
|
+
"denom": "axs-wei",
|
|
347
|
+
"chain_name": "axelar"
|
|
348
|
+
},
|
|
349
|
+
"chain": {
|
|
350
|
+
"channel": "channel-208"
|
|
351
|
+
}
|
|
352
|
+
}
|
|
353
|
+
}, {
|
|
354
|
+
"description": "Chainlink on Axelar",
|
|
355
|
+
"denom_units": [{
|
|
356
|
+
"denom": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
|
|
357
|
+
"exponent": 0,
|
|
358
|
+
"aliases": ["link-wei"]
|
|
359
|
+
}, {
|
|
360
|
+
"denom": "link",
|
|
361
|
+
"exponent": 18
|
|
362
|
+
}],
|
|
363
|
+
"base": "ibc/D3327A763C23F01EC43D1F0DB3CEFEC390C362569B6FD191F40A5192F8960049",
|
|
364
|
+
"name": "Chainlink",
|
|
365
|
+
"display": "link",
|
|
366
|
+
"symbol": "LINK",
|
|
367
|
+
"logo_URIs": {
|
|
368
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.png",
|
|
369
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/link.svg"
|
|
370
|
+
},
|
|
371
|
+
"coingecko_id": "chainlink",
|
|
372
|
+
"ibc": {
|
|
373
|
+
"counterparty": {
|
|
374
|
+
"channel": "channel-3",
|
|
375
|
+
"denom": "link-wei",
|
|
376
|
+
"chain_name": "axelar"
|
|
377
|
+
},
|
|
378
|
+
"chain": {
|
|
379
|
+
"channel": "channel-208"
|
|
380
|
+
}
|
|
381
|
+
}
|
|
382
|
+
}, {
|
|
383
|
+
"description": "Maker on Axelar",
|
|
384
|
+
"denom_units": [{
|
|
385
|
+
"denom": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
|
|
386
|
+
"exponent": 0,
|
|
387
|
+
"aliases": ["mkr-wei"]
|
|
388
|
+
}, {
|
|
389
|
+
"denom": "mkr",
|
|
390
|
+
"exponent": 18
|
|
391
|
+
}],
|
|
392
|
+
"base": "ibc/D27DDDF34BB47E5D5A570742CC667DE53277867116CCCA341F27785E899A70F3",
|
|
393
|
+
"name": "Maker",
|
|
394
|
+
"display": "mkr",
|
|
395
|
+
"symbol": "MKR",
|
|
396
|
+
"logo_URIs": {
|
|
397
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/mkr.svg"
|
|
398
|
+
},
|
|
399
|
+
"coingecko_id": "maker",
|
|
400
|
+
"ibc": {
|
|
401
|
+
"counterparty": {
|
|
402
|
+
"channel": "channel-3",
|
|
403
|
+
"denom": "mkr-wei",
|
|
404
|
+
"chain_name": "axelar"
|
|
405
|
+
},
|
|
406
|
+
"chain": {
|
|
407
|
+
"channel": "channel-208"
|
|
408
|
+
}
|
|
409
|
+
}
|
|
410
|
+
}, {
|
|
411
|
+
"description": "Rai Reflex Index on Axelar",
|
|
412
|
+
"denom_units": [{
|
|
413
|
+
"denom": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
|
|
414
|
+
"exponent": 0,
|
|
415
|
+
"aliases": ["rai-wei"]
|
|
416
|
+
}, {
|
|
417
|
+
"denom": "rai",
|
|
418
|
+
"exponent": 18
|
|
419
|
+
}],
|
|
420
|
+
"base": "ibc/BD796662F8825327D41C96355DF62045A5BA225BAE31C0A86289B9D88ED3F44E",
|
|
421
|
+
"name": "Rai Reflex Index",
|
|
422
|
+
"display": "rai",
|
|
423
|
+
"symbol": "RAI",
|
|
424
|
+
"logo_URIs": {
|
|
425
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/rai.svg"
|
|
426
|
+
},
|
|
427
|
+
"coingecko_id": "rai",
|
|
428
|
+
"ibc": {
|
|
429
|
+
"counterparty": {
|
|
430
|
+
"channel": "channel-3",
|
|
431
|
+
"denom": "rai-wei",
|
|
432
|
+
"chain_name": "axelar"
|
|
433
|
+
},
|
|
434
|
+
"chain": {
|
|
435
|
+
"channel": "channel-208"
|
|
436
|
+
}
|
|
437
|
+
}
|
|
438
|
+
}, {
|
|
439
|
+
"description": "Shiba Inu on Axelar",
|
|
440
|
+
"denom_units": [{
|
|
441
|
+
"denom": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
|
|
442
|
+
"exponent": 0,
|
|
443
|
+
"aliases": ["shib-wei"]
|
|
444
|
+
}, {
|
|
445
|
+
"denom": "shib",
|
|
446
|
+
"exponent": 18
|
|
447
|
+
}],
|
|
448
|
+
"base": "ibc/19305E20681911F14D1FB275E538CDE524C3BF88CF9AE5D5F78F4D4DA05E85B2",
|
|
449
|
+
"name": "Shiba Inu",
|
|
450
|
+
"display": "shib",
|
|
451
|
+
"symbol": "SHIB",
|
|
452
|
+
"logo_URIs": {
|
|
453
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/shib.svg"
|
|
454
|
+
},
|
|
455
|
+
"coingecko_id": "shiba-inu",
|
|
456
|
+
"ibc": {
|
|
457
|
+
"counterparty": {
|
|
458
|
+
"channel": "channel-3",
|
|
459
|
+
"denom": "shib-wei",
|
|
460
|
+
"chain_name": "axelar"
|
|
461
|
+
},
|
|
462
|
+
"chain": {
|
|
463
|
+
"channel": "channel-208"
|
|
464
|
+
}
|
|
465
|
+
}
|
|
466
|
+
}, {
|
|
467
|
+
"description": "Lido Staked Ether on Axelar",
|
|
468
|
+
"denom_units": [{
|
|
469
|
+
"denom": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C",
|
|
470
|
+
"exponent": 0,
|
|
471
|
+
"aliases": ["steth-wei"]
|
|
472
|
+
}, {
|
|
473
|
+
"denom": "steth",
|
|
474
|
+
"exponent": 18
|
|
475
|
+
}],
|
|
476
|
+
"base": "ibc/129F401C84FCD5B0183472ED83745193B0B3A69855635A56B9056EEF8D3C241C",
|
|
477
|
+
"name": "Lido Staked Ether",
|
|
478
|
+
"display": "steth",
|
|
479
|
+
"symbol": "stETH",
|
|
480
|
+
"logo_URIs": {
|
|
481
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/steth.svg"
|
|
482
|
+
},
|
|
483
|
+
"coingecko_id": "staked-ether",
|
|
484
|
+
"ibc": {
|
|
485
|
+
"counterparty": {
|
|
486
|
+
"channel": "channel-3",
|
|
487
|
+
"denom": "steth-wei",
|
|
488
|
+
"chain_name": "axelar"
|
|
489
|
+
},
|
|
490
|
+
"chain": {
|
|
491
|
+
"channel": "channel-208"
|
|
492
|
+
}
|
|
493
|
+
}
|
|
494
|
+
}, {
|
|
495
|
+
"description": "Uniswap on Axelar",
|
|
496
|
+
"denom_units": [{
|
|
497
|
+
"denom": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161",
|
|
498
|
+
"exponent": 0,
|
|
499
|
+
"aliases": ["uni-wei"]
|
|
500
|
+
}, {
|
|
501
|
+
"denom": "uni",
|
|
502
|
+
"exponent": 18
|
|
503
|
+
}],
|
|
504
|
+
"base": "ibc/AE2719773D6FCDD05AC17B1ED63F672F5F9D84144A61965F348C86C2A83AD161",
|
|
505
|
+
"name": "Uniswap",
|
|
506
|
+
"display": "uni",
|
|
507
|
+
"symbol": "UNI",
|
|
508
|
+
"logo_URIs": {
|
|
509
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/uni.svg"
|
|
510
|
+
},
|
|
511
|
+
"coingecko_id": "uniswap",
|
|
512
|
+
"ibc": {
|
|
513
|
+
"counterparty": {
|
|
514
|
+
"channel": "channel-3",
|
|
515
|
+
"denom": "uni-wei",
|
|
516
|
+
"chain_name": "axelar"
|
|
517
|
+
},
|
|
518
|
+
"chain": {
|
|
519
|
+
"channel": "channel-208"
|
|
520
|
+
}
|
|
521
|
+
}
|
|
522
|
+
}, {
|
|
523
|
+
"description": "Chain on Axelar",
|
|
524
|
+
"denom_units": [{
|
|
525
|
+
"denom": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC",
|
|
526
|
+
"exponent": 0,
|
|
527
|
+
"aliases": ["xcn-wei"]
|
|
528
|
+
}, {
|
|
529
|
+
"denom": "xcn",
|
|
530
|
+
"exponent": 18
|
|
531
|
+
}],
|
|
532
|
+
"base": "ibc/B901BEC1B71D0573E6EE874FEC39E2DF4C2BDB1DB74CB3DA0A9CACC4A435B0EC",
|
|
533
|
+
"name": "Chain",
|
|
534
|
+
"display": "xcn",
|
|
535
|
+
"symbol": "XCN",
|
|
536
|
+
"logo_URIs": {
|
|
537
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xcn.svg"
|
|
538
|
+
},
|
|
539
|
+
"coingecko_id": "chain-2",
|
|
540
|
+
"ibc": {
|
|
541
|
+
"counterparty": {
|
|
542
|
+
"channel": "channel-3",
|
|
543
|
+
"denom": "xcn-wei",
|
|
544
|
+
"chain_name": "axelar"
|
|
545
|
+
},
|
|
546
|
+
"chain": {
|
|
547
|
+
"channel": "channel-208"
|
|
548
|
+
}
|
|
549
|
+
}
|
|
550
|
+
}, {
|
|
551
|
+
"description": "Wrapped Polkadot on Axelar",
|
|
552
|
+
"denom_units": [{
|
|
553
|
+
"denom": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
|
|
554
|
+
"exponent": 0,
|
|
555
|
+
"aliases": ["dot-planck"]
|
|
556
|
+
}, {
|
|
557
|
+
"denom": "dot",
|
|
558
|
+
"exponent": 10
|
|
559
|
+
}],
|
|
560
|
+
"base": "ibc/3FF92D26B407FD61AE95D975712A7C319CDE28DE4D80BDC9978D935932B991D7",
|
|
561
|
+
"name": "Wrapped Polkadot",
|
|
562
|
+
"display": "dot",
|
|
563
|
+
"symbol": "DOT",
|
|
564
|
+
"logo_URIs": {
|
|
565
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.svg",
|
|
566
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/polkadot/images/dot.png"
|
|
567
|
+
},
|
|
568
|
+
"coingecko_id": "polkadot",
|
|
569
|
+
"ibc": {
|
|
570
|
+
"counterparty": {
|
|
571
|
+
"channel": "channel-3",
|
|
572
|
+
"denom": "dot-planck",
|
|
573
|
+
"chain_name": "axelar"
|
|
574
|
+
},
|
|
575
|
+
"chain": {
|
|
576
|
+
"channel": "channel-208"
|
|
577
|
+
}
|
|
578
|
+
}
|
|
579
|
+
}, {
|
|
580
|
+
"description": "Wrapped Moonbeam on Axelar",
|
|
581
|
+
"denom_units": [{
|
|
582
|
+
"denom": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
|
|
583
|
+
"exponent": 0,
|
|
584
|
+
"aliases": ["wglmr-wei"]
|
|
585
|
+
}, {
|
|
586
|
+
"denom": "wglmr",
|
|
587
|
+
"exponent": 18
|
|
588
|
+
}],
|
|
589
|
+
"base": "ibc/1E26DB0E5122AED464D98462BD384FCCB595732A66B3970AE6CE0B58BAE0FC49",
|
|
590
|
+
"name": "Wrapped Moonbeam",
|
|
591
|
+
"display": "wglmr",
|
|
592
|
+
"symbol": "WGLMR",
|
|
593
|
+
"logo_URIs": {
|
|
594
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.svg",
|
|
595
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/moonbeam/images/glmr.png"
|
|
596
|
+
},
|
|
597
|
+
"coingecko_id": "wrapped-moonbeam",
|
|
598
|
+
"ibc": {
|
|
599
|
+
"counterparty": {
|
|
600
|
+
"channel": "channel-3",
|
|
601
|
+
"denom": "wglmr-wei",
|
|
602
|
+
"chain_name": "axelar"
|
|
603
|
+
},
|
|
604
|
+
"chain": {
|
|
605
|
+
"channel": "channel-208"
|
|
606
|
+
}
|
|
607
|
+
}
|
|
608
|
+
}, {
|
|
609
|
+
"description": "The native token of BandChain",
|
|
610
|
+
"denom_units": [{
|
|
611
|
+
"denom": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
|
|
612
|
+
"exponent": 0,
|
|
613
|
+
"aliases": ["uband"]
|
|
614
|
+
}, {
|
|
615
|
+
"denom": "band",
|
|
616
|
+
"exponent": 6
|
|
617
|
+
}],
|
|
618
|
+
"base": "ibc/F867AE2112EFE646EC71A25CD2DFABB8927126AC1E19F1BBF0FF693A4ECA05DE",
|
|
619
|
+
"display": "band",
|
|
620
|
+
"name": "Band Protocol",
|
|
621
|
+
"symbol": "BAND",
|
|
622
|
+
"logo_URIs": {
|
|
623
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.png",
|
|
624
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bandchain/images/band.svg"
|
|
625
|
+
},
|
|
626
|
+
"coingecko_id": "band-protocol",
|
|
627
|
+
"ibc": {
|
|
628
|
+
"counterparty": {
|
|
629
|
+
"channel": "channel-83",
|
|
630
|
+
"denom": "uband",
|
|
631
|
+
"chain_name": "bandchain"
|
|
632
|
+
},
|
|
633
|
+
"chain": {
|
|
634
|
+
"channel": "channel-148"
|
|
635
|
+
}
|
|
636
|
+
}
|
|
637
|
+
}, {
|
|
638
|
+
"description": "The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.",
|
|
639
|
+
"denom_units": [{
|
|
640
|
+
"denom": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
|
|
641
|
+
"exponent": 0,
|
|
642
|
+
"aliases": ["ubcna"]
|
|
643
|
+
}, {
|
|
644
|
+
"denom": "bcna",
|
|
645
|
+
"exponent": 6
|
|
646
|
+
}],
|
|
647
|
+
"base": "ibc/D805F1DA50D31B96E4282C1D4181EDDFB1A44A598BFF5666F4B43E4B8BEA95A5",
|
|
648
|
+
"display": "bcna",
|
|
649
|
+
"name": "BitCanna",
|
|
650
|
+
"symbol": "BCNA",
|
|
651
|
+
"logo_URIs": {
|
|
652
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png",
|
|
653
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg"
|
|
654
|
+
},
|
|
655
|
+
"coingecko_id": "bitcanna",
|
|
656
|
+
"ibc": {
|
|
657
|
+
"counterparty": {
|
|
658
|
+
"channel": "channel-1",
|
|
659
|
+
"denom": "ubcna",
|
|
660
|
+
"chain_name": "bitcanna"
|
|
661
|
+
},
|
|
662
|
+
"chain": {
|
|
663
|
+
"channel": "channel-51"
|
|
664
|
+
}
|
|
665
|
+
}
|
|
666
|
+
}, {
|
|
667
|
+
"description": "BitSong Native Token",
|
|
668
|
+
"denom_units": [{
|
|
669
|
+
"denom": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
|
|
670
|
+
"exponent": 0,
|
|
671
|
+
"aliases": ["ubtsg"]
|
|
672
|
+
}, {
|
|
673
|
+
"denom": "btsg",
|
|
674
|
+
"exponent": 6
|
|
675
|
+
}],
|
|
676
|
+
"base": "ibc/4E5444C35610CC76FC94E7F7886B93121175C28262DDFDDE6F84E82BF2425452",
|
|
677
|
+
"name": "BitSong",
|
|
678
|
+
"display": "btsg",
|
|
679
|
+
"symbol": "BTSG",
|
|
680
|
+
"logo_URIs": {
|
|
681
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png",
|
|
682
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg"
|
|
683
|
+
},
|
|
684
|
+
"type_asset": "sdk.coin",
|
|
685
|
+
"coingecko_id": "bitsong",
|
|
686
|
+
"ibc": {
|
|
687
|
+
"counterparty": {
|
|
688
|
+
"channel": "channel-0",
|
|
689
|
+
"denom": "ubtsg",
|
|
690
|
+
"chain_name": "bitsong"
|
|
691
|
+
},
|
|
692
|
+
"chain": {
|
|
693
|
+
"channel": "channel-73"
|
|
694
|
+
}
|
|
695
|
+
}
|
|
696
|
+
}, {
|
|
697
|
+
"description": "Adam Clay a BitSong Music FanToken",
|
|
698
|
+
"denom_units": [{
|
|
699
|
+
"denom": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B",
|
|
700
|
+
"exponent": 0,
|
|
701
|
+
"aliases": ["ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09"]
|
|
702
|
+
}, {
|
|
703
|
+
"denom": "clay",
|
|
704
|
+
"exponent": 6
|
|
705
|
+
}],
|
|
706
|
+
"base": "ibc/7ABF696369EFB3387DF22B6A24204459FE5EFD010220E8E5618DC49DB877047B",
|
|
707
|
+
"name": "Adam Clay FanToken",
|
|
708
|
+
"display": "clay",
|
|
709
|
+
"symbol": "CLAY",
|
|
710
|
+
"logo_URIs": {
|
|
711
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png"
|
|
712
|
+
},
|
|
713
|
+
"ibc": {
|
|
714
|
+
"counterparty": {
|
|
715
|
+
"channel": "channel-0",
|
|
716
|
+
"denom": "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09",
|
|
717
|
+
"chain_name": "bitsong"
|
|
718
|
+
},
|
|
719
|
+
"chain": {
|
|
720
|
+
"channel": "channel-73"
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
}, {
|
|
724
|
+
"description": "Nicola Fasano a BitSong Music FanToken",
|
|
725
|
+
"denom_units": [{
|
|
726
|
+
"denom": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07",
|
|
727
|
+
"exponent": 0,
|
|
728
|
+
"aliases": ["ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7"]
|
|
729
|
+
}, {
|
|
730
|
+
"denom": "fasano",
|
|
731
|
+
"exponent": 6
|
|
732
|
+
}],
|
|
733
|
+
"base": "ibc/423967B46B1A51D78619085105B04FCFA14F7CBC0BE7539A316B2DCDFC7D8C07",
|
|
734
|
+
"name": "Nicola Fasano Fantoken",
|
|
735
|
+
"display": "fasano",
|
|
736
|
+
"symbol": "FASANO",
|
|
737
|
+
"logo_URIs": {
|
|
738
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png"
|
|
739
|
+
},
|
|
740
|
+
"ibc": {
|
|
741
|
+
"counterparty": {
|
|
742
|
+
"channel": "channel-0",
|
|
743
|
+
"denom": "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7",
|
|
744
|
+
"chain_name": "bitsong"
|
|
745
|
+
},
|
|
746
|
+
"chain": {
|
|
747
|
+
"channel": "channel-73"
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
}, {
|
|
751
|
+
"description": "Delta 9 a BitSong Music FanToken",
|
|
752
|
+
"denom_units": [{
|
|
753
|
+
"denom": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A",
|
|
754
|
+
"exponent": 0,
|
|
755
|
+
"aliases": ["ft575B10B0CEE2C164D9ED6A96313496F164A9607C"]
|
|
756
|
+
}, {
|
|
757
|
+
"denom": "d9x",
|
|
758
|
+
"exponent": 6
|
|
759
|
+
}],
|
|
760
|
+
"base": "ibc/1DE9A32D603EE05E9B8619DF24D90FD518C932AE0B5B3209A986B7262DBADE2A",
|
|
761
|
+
"name": "Delta 9 Fantoken",
|
|
762
|
+
"display": "d9x",
|
|
763
|
+
"symbol": "D9X",
|
|
764
|
+
"logo_URIs": {
|
|
765
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png"
|
|
766
|
+
},
|
|
767
|
+
"ibc": {
|
|
768
|
+
"counterparty": {
|
|
769
|
+
"channel": "channel-0",
|
|
770
|
+
"denom": "ft575B10B0CEE2C164D9ED6A96313496F164A9607C",
|
|
771
|
+
"chain_name": "bitsong"
|
|
772
|
+
},
|
|
773
|
+
"chain": {
|
|
774
|
+
"channel": "channel-73"
|
|
775
|
+
}
|
|
776
|
+
}
|
|
777
|
+
}, {
|
|
778
|
+
"description": "FONTI a BitSong Music FanToken",
|
|
779
|
+
"denom_units": [{
|
|
780
|
+
"denom": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1",
|
|
781
|
+
"exponent": 0,
|
|
782
|
+
"aliases": ["ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305"]
|
|
783
|
+
}, {
|
|
784
|
+
"denom": "fonti",
|
|
785
|
+
"exponent": 6
|
|
786
|
+
}],
|
|
787
|
+
"base": "ibc/239A507997222805E441956EBE8087D7E2D05D6535C6D4C75EF8DCF83B3DE1A1",
|
|
788
|
+
"name": "FONTI Fantoken",
|
|
789
|
+
"display": "fonti",
|
|
790
|
+
"symbol": "FONTI",
|
|
791
|
+
"logo_URIs": {
|
|
792
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png"
|
|
793
|
+
},
|
|
794
|
+
"ibc": {
|
|
795
|
+
"counterparty": {
|
|
796
|
+
"channel": "channel-0",
|
|
797
|
+
"denom": "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305",
|
|
798
|
+
"chain_name": "bitsong"
|
|
799
|
+
},
|
|
800
|
+
"chain": {
|
|
801
|
+
"channel": "channel-73"
|
|
802
|
+
}
|
|
803
|
+
}
|
|
804
|
+
}, {
|
|
805
|
+
"description": "BlackJack a BitSong Music FanToken",
|
|
806
|
+
"denom_units": [{
|
|
807
|
+
"denom": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853",
|
|
808
|
+
"exponent": 0,
|
|
809
|
+
"aliases": ["ft52EEB0EE509AC546ED92EAC8591F731F213DDD16"]
|
|
810
|
+
}, {
|
|
811
|
+
"denom": "bjks",
|
|
812
|
+
"exponent": 6
|
|
813
|
+
}],
|
|
814
|
+
"base": "ibc/B3FB7128CE957DE1ADB687A919AA0786C77C62FB1280C07CDD78AEA032D56853",
|
|
815
|
+
"name": "BlackJack Fantoken",
|
|
816
|
+
"display": "bjks",
|
|
817
|
+
"symbol": "BJKS",
|
|
818
|
+
"logo_URIs": {
|
|
819
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png"
|
|
820
|
+
},
|
|
821
|
+
"ibc": {
|
|
822
|
+
"counterparty": {
|
|
823
|
+
"channel": "channel-0",
|
|
824
|
+
"denom": "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16",
|
|
825
|
+
"chain_name": "bitsong"
|
|
826
|
+
},
|
|
827
|
+
"chain": {
|
|
828
|
+
"channel": "channel-73"
|
|
829
|
+
}
|
|
830
|
+
}
|
|
831
|
+
}, {
|
|
832
|
+
"description": "Rawanne a BitSong Music FanToken",
|
|
833
|
+
"denom_units": [{
|
|
834
|
+
"denom": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867",
|
|
835
|
+
"exponent": 0,
|
|
836
|
+
"aliases": ["ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A"]
|
|
837
|
+
}, {
|
|
838
|
+
"denom": "rwne",
|
|
839
|
+
"exponent": 6
|
|
840
|
+
}],
|
|
841
|
+
"base": "ibc/56C276FC136E239449DCE664292DBEEF5795C4EF4B5B35DB98BD1C0948274867",
|
|
842
|
+
"name": "Rawanne Fantoken",
|
|
843
|
+
"display": "rwne",
|
|
844
|
+
"symbol": "RWNE",
|
|
845
|
+
"logo_URIs": {
|
|
846
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png"
|
|
847
|
+
},
|
|
848
|
+
"ibc": {
|
|
849
|
+
"counterparty": {
|
|
850
|
+
"channel": "channel-0",
|
|
851
|
+
"denom": "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A",
|
|
852
|
+
"chain_name": "bitsong"
|
|
853
|
+
},
|
|
854
|
+
"chain": {
|
|
855
|
+
"channel": "channel-73"
|
|
856
|
+
}
|
|
857
|
+
}
|
|
858
|
+
}, {
|
|
859
|
+
"description": "Enmoda a BitSong Music FanToken",
|
|
860
|
+
"denom_units": [{
|
|
861
|
+
"denom": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1",
|
|
862
|
+
"exponent": 0,
|
|
863
|
+
"aliases": ["ft85AE1716C5E39EA6D64BBD7898C3899A7B500626"]
|
|
864
|
+
}, {
|
|
865
|
+
"denom": "enmoda",
|
|
866
|
+
"exponent": 6
|
|
867
|
+
}],
|
|
868
|
+
"base": "ibc/051A38BBEF92B9D8293AFBE1FA293E704359E9CB28297A0FD5DBA3E9CCEE9AB1",
|
|
869
|
+
"name": "Enmoda Fantoken",
|
|
870
|
+
"display": "enmoda",
|
|
871
|
+
"symbol": "ENMODA",
|
|
872
|
+
"logo_URIs": {
|
|
873
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png"
|
|
874
|
+
},
|
|
875
|
+
"ibc": {
|
|
876
|
+
"counterparty": {
|
|
877
|
+
"channel": "channel-0",
|
|
878
|
+
"denom": "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626",
|
|
879
|
+
"chain_name": "bitsong"
|
|
880
|
+
},
|
|
881
|
+
"chain": {
|
|
882
|
+
"channel": "channel-73"
|
|
883
|
+
}
|
|
884
|
+
}
|
|
885
|
+
}, {
|
|
886
|
+
"description": "404Deep Records a BitSong Music FanToken",
|
|
887
|
+
"denom_units": [{
|
|
888
|
+
"denom": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
|
|
889
|
+
"exponent": 0,
|
|
890
|
+
"aliases": ["ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A"]
|
|
891
|
+
}, {
|
|
892
|
+
"denom": "404dr",
|
|
893
|
+
"exponent": 6
|
|
894
|
+
}],
|
|
895
|
+
"base": "ibc/B797E4F42CD33C50511B341E50C5CC0E8EF0D93B1E1247ABAA071583B8619202",
|
|
896
|
+
"name": "404Deep Records Fantoken",
|
|
897
|
+
"display": "404dr",
|
|
898
|
+
"symbol": "404DR",
|
|
899
|
+
"logo_URIs": {
|
|
900
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png"
|
|
901
|
+
},
|
|
902
|
+
"ibc": {
|
|
903
|
+
"counterparty": {
|
|
904
|
+
"channel": "channel-0",
|
|
905
|
+
"denom": "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A",
|
|
906
|
+
"chain_name": "bitsong"
|
|
907
|
+
},
|
|
908
|
+
"chain": {
|
|
909
|
+
"channel": "channel-73"
|
|
910
|
+
}
|
|
911
|
+
}
|
|
912
|
+
}, {
|
|
913
|
+
"description": "N43 a BitSong Music FanToken",
|
|
914
|
+
"denom_units": [{
|
|
915
|
+
"denom": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
|
|
916
|
+
"exponent": 0,
|
|
917
|
+
"aliases": ["ft387C1C279D962ED80C09C1D592A92C4275FD7C5D"]
|
|
918
|
+
}, {
|
|
919
|
+
"denom": "n43",
|
|
920
|
+
"exponent": 6
|
|
921
|
+
}],
|
|
922
|
+
"base": "ibc/E4FFAACCDB7D55CE2D257DF637C00158CB841F11D0013B2D03E31FF7800A2C58",
|
|
923
|
+
"name": "N43 Fantoken",
|
|
924
|
+
"display": "n43",
|
|
925
|
+
"symbol": "N43",
|
|
926
|
+
"logo_URIs": {
|
|
927
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png"
|
|
928
|
+
},
|
|
929
|
+
"ibc": {
|
|
930
|
+
"counterparty": {
|
|
931
|
+
"channel": "channel-0",
|
|
932
|
+
"denom": "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D",
|
|
933
|
+
"chain_name": "bitsong"
|
|
934
|
+
},
|
|
935
|
+
"chain": {
|
|
936
|
+
"channel": "channel-73"
|
|
937
|
+
}
|
|
938
|
+
}
|
|
939
|
+
}, {
|
|
940
|
+
"description": "Puro Lobo a BitSong Music FanToken",
|
|
941
|
+
"denom_units": [{
|
|
942
|
+
"denom": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5",
|
|
943
|
+
"exponent": 0,
|
|
944
|
+
"aliases": ["ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB"]
|
|
945
|
+
}, {
|
|
946
|
+
"denom": "lobo",
|
|
947
|
+
"exponent": 6
|
|
948
|
+
}],
|
|
949
|
+
"base": "ibc/C9864D1B9623F703C75BBF72B7FF8A7317E1535C96538D21467A4311246DC3B5",
|
|
950
|
+
"name": "Puro Lobo Fantoken",
|
|
951
|
+
"display": "lobo",
|
|
952
|
+
"symbol": "LOBO",
|
|
953
|
+
"logo_URIs": {
|
|
954
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png"
|
|
955
|
+
},
|
|
956
|
+
"ibc": {
|
|
957
|
+
"counterparty": {
|
|
958
|
+
"channel": "channel-0",
|
|
959
|
+
"denom": "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB",
|
|
960
|
+
"chain_name": "bitsong"
|
|
961
|
+
},
|
|
962
|
+
"chain": {
|
|
963
|
+
"channel": "channel-73"
|
|
964
|
+
}
|
|
965
|
+
}
|
|
966
|
+
}, {
|
|
967
|
+
"description": "Vibranium a BitSong Music FanToken",
|
|
968
|
+
"denom_units": [{
|
|
969
|
+
"denom": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C",
|
|
970
|
+
"exponent": 0,
|
|
971
|
+
"aliases": ["ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B"]
|
|
972
|
+
}, {
|
|
973
|
+
"denom": "vibra",
|
|
974
|
+
"exponent": 6
|
|
975
|
+
}],
|
|
976
|
+
"base": "ibc/8A07D4BD40E0F44ECFDF360F7EA7008B288926FB87C54489FE54DB81A5340E0C",
|
|
977
|
+
"name": "Vibranium Fantoken",
|
|
978
|
+
"display": "vibra",
|
|
979
|
+
"symbol": "VIBRA",
|
|
980
|
+
"logo_URIs": {
|
|
981
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png"
|
|
982
|
+
},
|
|
983
|
+
"ibc": {
|
|
984
|
+
"counterparty": {
|
|
985
|
+
"channel": "channel-0",
|
|
986
|
+
"denom": "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B",
|
|
987
|
+
"chain_name": "bitsong"
|
|
988
|
+
},
|
|
989
|
+
"chain": {
|
|
990
|
+
"channel": "channel-73"
|
|
991
|
+
}
|
|
992
|
+
}
|
|
993
|
+
}, {
|
|
994
|
+
"description": "Karina a BitSong Music FanToken",
|
|
995
|
+
"denom_units": [{
|
|
996
|
+
"denom": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58",
|
|
997
|
+
"exponent": 0,
|
|
998
|
+
"aliases": ["ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE"]
|
|
999
|
+
}, {
|
|
1000
|
+
"denom": "karina",
|
|
1001
|
+
"exponent": 6
|
|
1002
|
+
}],
|
|
1003
|
+
"base": "ibc/6A6174468758D207DD2D880363BF699C6568A29E87651337AEDAFD9E69EA7E58",
|
|
1004
|
+
"name": "Karina Fantoken",
|
|
1005
|
+
"display": "karina",
|
|
1006
|
+
"symbol": "KARINA",
|
|
1007
|
+
"logo_URIs": {
|
|
1008
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png"
|
|
1009
|
+
},
|
|
1010
|
+
"ibc": {
|
|
1011
|
+
"counterparty": {
|
|
1012
|
+
"channel": "channel-0",
|
|
1013
|
+
"denom": "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE",
|
|
1014
|
+
"chain_name": "bitsong"
|
|
1015
|
+
},
|
|
1016
|
+
"chain": {
|
|
1017
|
+
"channel": "channel-73"
|
|
1018
|
+
}
|
|
1019
|
+
}
|
|
1020
|
+
}, {
|
|
1021
|
+
"description": "Luca Testa a BitSong Music FanToken",
|
|
1022
|
+
"denom_units": [{
|
|
1023
|
+
"denom": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF",
|
|
1024
|
+
"exponent": 0,
|
|
1025
|
+
"aliases": ["ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12"]
|
|
1026
|
+
}, {
|
|
1027
|
+
"denom": "testa",
|
|
1028
|
+
"exponent": 6
|
|
1029
|
+
}],
|
|
1030
|
+
"base": "ibc/022A879A5301CBCACF96216C967805F15C33C615B74DC7236027C1BA1BF664FF",
|
|
1031
|
+
"name": "Luca Testa Fantoken",
|
|
1032
|
+
"display": "testa",
|
|
1033
|
+
"symbol": "TESTA",
|
|
1034
|
+
"logo_URIs": {
|
|
1035
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png"
|
|
1036
|
+
},
|
|
1037
|
+
"ibc": {
|
|
1038
|
+
"counterparty": {
|
|
1039
|
+
"channel": "channel-0",
|
|
1040
|
+
"denom": "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12",
|
|
1041
|
+
"chain_name": "bitsong"
|
|
1042
|
+
},
|
|
1043
|
+
"chain": {
|
|
1044
|
+
"channel": "channel-73"
|
|
1045
|
+
}
|
|
1046
|
+
}
|
|
1047
|
+
}, {
|
|
1048
|
+
"description": "Carolina Marquez a BitSong Music FanToken",
|
|
1049
|
+
"denom_units": [{
|
|
1050
|
+
"denom": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D",
|
|
1051
|
+
"exponent": 0,
|
|
1052
|
+
"aliases": ["ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3"]
|
|
1053
|
+
}, {
|
|
1054
|
+
"denom": "cmqz",
|
|
1055
|
+
"exponent": 6
|
|
1056
|
+
}],
|
|
1057
|
+
"base": "ibc/C1CEF00F016FE89EA6E5B07DA895AACD91B0AAD69A991033D846B988AD4FB69D",
|
|
1058
|
+
"name": "Carolina Marquez Fantoken",
|
|
1059
|
+
"display": "cmqz",
|
|
1060
|
+
"symbol": "CMQZ",
|
|
1061
|
+
"logo_URIs": {
|
|
1062
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png"
|
|
1063
|
+
},
|
|
1064
|
+
"ibc": {
|
|
1065
|
+
"counterparty": {
|
|
1066
|
+
"channel": "channel-0",
|
|
1067
|
+
"denom": "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3",
|
|
1068
|
+
"chain_name": "bitsong"
|
|
1069
|
+
},
|
|
1070
|
+
"chain": {
|
|
1071
|
+
"channel": "channel-73"
|
|
1072
|
+
}
|
|
1073
|
+
}
|
|
1074
|
+
}, {
|
|
1075
|
+
"description": "The staking token of Bostrom",
|
|
1076
|
+
"denom_units": [{
|
|
1077
|
+
"denom": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
|
|
1078
|
+
"exponent": 0,
|
|
1079
|
+
"aliases": ["boot"]
|
|
1080
|
+
}],
|
|
1081
|
+
"base": "ibc/FE2CD1E6828EC0FAB8AF39BAC45BC25B965BA67CCBC50C13A14BD610B0D1E2C4",
|
|
1082
|
+
"name": "Bostrom",
|
|
1083
|
+
"display": "boot",
|
|
1084
|
+
"symbol": "BOOT",
|
|
1085
|
+
"logo_URIs": {
|
|
1086
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bostrom/images/boot.png"
|
|
1087
|
+
},
|
|
1088
|
+
"coingecko_id": "bostrom",
|
|
1089
|
+
"ibc": {
|
|
1090
|
+
"counterparty": {
|
|
1091
|
+
"channel": "channel-2",
|
|
1092
|
+
"denom": "boot",
|
|
1093
|
+
"chain_name": "bostrom"
|
|
1094
|
+
},
|
|
1095
|
+
"chain": {
|
|
1096
|
+
"channel": "channel-95"
|
|
1097
|
+
}
|
|
1098
|
+
}
|
|
1099
|
+
}, {
|
|
1100
|
+
"description": "The native token of Carbon",
|
|
1101
|
+
"denom_units": [{
|
|
1102
|
+
"denom": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
|
|
1103
|
+
"exponent": 0,
|
|
1104
|
+
"aliases": ["swth"]
|
|
1105
|
+
}, {
|
|
1106
|
+
"denom": "dswth",
|
|
1107
|
+
"exponent": 8,
|
|
1108
|
+
"aliases": ["SWTH"]
|
|
1109
|
+
}],
|
|
1110
|
+
"base": "ibc/8FEFAE6AECF6E2A255585617F781F35A8D5709A545A804482A261C0C9548A9D3",
|
|
1111
|
+
"name": "Carbon",
|
|
1112
|
+
"display": "dswth",
|
|
1113
|
+
"symbol": "SWTH",
|
|
1114
|
+
"logo_URIs": {
|
|
1115
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.png",
|
|
1116
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/carbon/images/swth.svg"
|
|
1117
|
+
},
|
|
1118
|
+
"coingecko_id": "switcheo",
|
|
1119
|
+
"ibc": {
|
|
1120
|
+
"counterparty": {
|
|
1121
|
+
"channel": "channel-0",
|
|
1122
|
+
"denom": "swth",
|
|
1123
|
+
"chain_name": "carbon"
|
|
1124
|
+
},
|
|
1125
|
+
"chain": {
|
|
1126
|
+
"channel": "channel-188"
|
|
1127
|
+
}
|
|
1128
|
+
}
|
|
1129
|
+
}, {
|
|
1130
|
+
"description": "The native token of Cerberus Chain",
|
|
1131
|
+
"denom_units": [{
|
|
1132
|
+
"denom": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
|
|
1133
|
+
"exponent": 0,
|
|
1134
|
+
"aliases": ["ucrbrus"]
|
|
1135
|
+
}, {
|
|
1136
|
+
"denom": "crbrus",
|
|
1137
|
+
"exponent": 6
|
|
1138
|
+
}],
|
|
1139
|
+
"base": "ibc/41999DF04D9441DAC0DF5D8291DF4333FBCBA810FFD63FDCE34FDF41EF37B6F7",
|
|
1140
|
+
"name": "Cerberus",
|
|
1141
|
+
"display": "crbrus",
|
|
1142
|
+
"symbol": "CRBRUS",
|
|
1143
|
+
"logo_URIs": {
|
|
1144
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cerberus/images/crbrus.png"
|
|
1145
|
+
},
|
|
1146
|
+
"coingecko_id": "cerberus-2",
|
|
1147
|
+
"ibc": {
|
|
1148
|
+
"counterparty": {
|
|
1149
|
+
"channel": "channel-1",
|
|
1150
|
+
"denom": "ucrbrus",
|
|
1151
|
+
"chain_name": "cerberus"
|
|
1152
|
+
},
|
|
1153
|
+
"chain": {
|
|
1154
|
+
"channel": "channel-212"
|
|
1155
|
+
}
|
|
1156
|
+
}
|
|
1157
|
+
}, {
|
|
1158
|
+
"description": "Native token for the cheqd network",
|
|
1159
|
+
"denom_units": [{
|
|
1160
|
+
"denom": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
|
|
1161
|
+
"exponent": 0,
|
|
1162
|
+
"aliases": ["ncheq"]
|
|
1163
|
+
}, {
|
|
1164
|
+
"denom": "cheq",
|
|
1165
|
+
"exponent": 9
|
|
1166
|
+
}],
|
|
1167
|
+
"base": "ibc/7A08C6F11EF0F59EB841B9F788A87EC9F2361C7D9703157EC13D940DC53031FA",
|
|
1168
|
+
"display": "cheq",
|
|
1169
|
+
"name": "cheqd",
|
|
1170
|
+
"symbol": "CHEQ",
|
|
1171
|
+
"logo_URIs": {
|
|
1172
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.png",
|
|
1173
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cheqd/images/cheq.svg"
|
|
1174
|
+
},
|
|
1175
|
+
"coingecko_id": "cheqd-network",
|
|
1176
|
+
"ibc": {
|
|
1177
|
+
"counterparty": {
|
|
1178
|
+
"channel": "channel-0",
|
|
1179
|
+
"denom": "ncheq",
|
|
1180
|
+
"chain_name": "cheqd"
|
|
1181
|
+
},
|
|
1182
|
+
"chain": {
|
|
1183
|
+
"channel": "channel-108"
|
|
1184
|
+
}
|
|
1185
|
+
}
|
|
1186
|
+
}, {
|
|
1187
|
+
"description": "The native token of Chihuahua Chain",
|
|
1188
|
+
"denom_units": [{
|
|
1189
|
+
"denom": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
|
|
1190
|
+
"exponent": 0,
|
|
1191
|
+
"aliases": ["uhuahua"]
|
|
1192
|
+
}, {
|
|
1193
|
+
"denom": "huahua",
|
|
1194
|
+
"exponent": 6
|
|
1195
|
+
}],
|
|
1196
|
+
"base": "ibc/B9E0A1A524E98BB407D3CED8720EFEFD186002F90C1B1B7964811DD0CCC12228",
|
|
1197
|
+
"name": "Chihuahua",
|
|
1198
|
+
"display": "huahua",
|
|
1199
|
+
"symbol": "HUAHUA",
|
|
1200
|
+
"logo_URIs": {
|
|
1201
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png"
|
|
1202
|
+
},
|
|
1203
|
+
"coingecko_id": "chihuahua-token",
|
|
1204
|
+
"ibc": {
|
|
1205
|
+
"counterparty": {
|
|
1206
|
+
"channel": "channel-7",
|
|
1207
|
+
"denom": "uhuahua",
|
|
1208
|
+
"chain_name": "chihuahua"
|
|
1209
|
+
},
|
|
1210
|
+
"chain": {
|
|
1211
|
+
"channel": "channel-113"
|
|
1212
|
+
}
|
|
1213
|
+
}
|
|
1214
|
+
}, {
|
|
1215
|
+
"description": "Native Token of Comdex Protocol",
|
|
1216
|
+
"denom_units": [{
|
|
1217
|
+
"denom": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
|
|
1218
|
+
"exponent": 0,
|
|
1219
|
+
"aliases": ["ucmdx"]
|
|
1220
|
+
}, {
|
|
1221
|
+
"denom": "cmdx",
|
|
1222
|
+
"exponent": 6
|
|
1223
|
+
}],
|
|
1224
|
+
"base": "ibc/EA3E1640F9B1532AB129A571203A0B9F789A7F14BB66E350DCBFA18E1A1931F0",
|
|
1225
|
+
"name": "Comdex",
|
|
1226
|
+
"display": "cmdx",
|
|
1227
|
+
"symbol": "CMDX",
|
|
1228
|
+
"logo_URIs": {
|
|
1229
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png"
|
|
1230
|
+
},
|
|
1231
|
+
"coingecko_id": "comdex",
|
|
1232
|
+
"ibc": {
|
|
1233
|
+
"counterparty": {
|
|
1234
|
+
"channel": "channel-1",
|
|
1235
|
+
"denom": "ucmdx",
|
|
1236
|
+
"chain_name": "comdex"
|
|
1237
|
+
},
|
|
1238
|
+
"chain": {
|
|
1239
|
+
"channel": "channel-87"
|
|
1240
|
+
}
|
|
1241
|
+
}
|
|
1242
|
+
}, {
|
|
1243
|
+
"description": "The native staking and governance token of the Cosmos Hub.",
|
|
1244
|
+
"denom_units": [{
|
|
1245
|
+
"denom": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
|
|
1246
|
+
"exponent": 0,
|
|
1247
|
+
"aliases": ["uatom"]
|
|
1248
|
+
}, {
|
|
1249
|
+
"denom": "atom",
|
|
1250
|
+
"exponent": 6
|
|
1251
|
+
}],
|
|
1252
|
+
"base": "ibc/27394FB092D2ECCD56123C74F36E4C1F926001CEADA9CA97EA622B25F41E5EB2",
|
|
1253
|
+
"name": "Cosmos",
|
|
1254
|
+
"display": "atom",
|
|
1255
|
+
"symbol": "ATOM",
|
|
1256
|
+
"logo_URIs": {
|
|
1257
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png",
|
|
1258
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"
|
|
1259
|
+
},
|
|
1260
|
+
"coingecko_id": "cosmos",
|
|
1261
|
+
"ibc": {
|
|
1262
|
+
"counterparty": {
|
|
1263
|
+
"channel": "channel-141",
|
|
1264
|
+
"denom": "uatom",
|
|
1265
|
+
"chain_name": "cosmoshub"
|
|
1266
|
+
},
|
|
1267
|
+
"chain": {
|
|
1268
|
+
"channel": "channel-0"
|
|
1269
|
+
}
|
|
1270
|
+
}
|
|
1271
|
+
}, {
|
|
1272
|
+
"description": "The native token of Crescent",
|
|
1273
|
+
"denom_units": [{
|
|
1274
|
+
"denom": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
|
|
1275
|
+
"exponent": 0,
|
|
1276
|
+
"aliases": ["ucre"]
|
|
1277
|
+
}, {
|
|
1278
|
+
"denom": "cre",
|
|
1279
|
+
"exponent": 6,
|
|
1280
|
+
"aliases": []
|
|
1281
|
+
}],
|
|
1282
|
+
"base": "ibc/5A7C219BA5F7582B99629BA3B2A01A61BFDA0F6FD1FE95B5366F7334C4BC0580",
|
|
1283
|
+
"name": "Crescent",
|
|
1284
|
+
"display": "cre",
|
|
1285
|
+
"symbol": "CRE",
|
|
1286
|
+
"logo_URIs": {
|
|
1287
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.png",
|
|
1288
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/cre.svg"
|
|
1289
|
+
},
|
|
1290
|
+
"coingecko_id": "crescent-network",
|
|
1291
|
+
"ibc": {
|
|
1292
|
+
"counterparty": {
|
|
1293
|
+
"channel": "channel-9",
|
|
1294
|
+
"denom": "ucre",
|
|
1295
|
+
"chain_name": "crescent"
|
|
1296
|
+
},
|
|
1297
|
+
"chain": {
|
|
1298
|
+
"channel": "channel-297"
|
|
1299
|
+
}
|
|
1300
|
+
}
|
|
1301
|
+
}, {
|
|
1302
|
+
"description": "The bonded token of Crescent",
|
|
1303
|
+
"denom_units": [{
|
|
1304
|
+
"denom": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
|
|
1305
|
+
"exponent": 0,
|
|
1306
|
+
"aliases": ["ubcre"]
|
|
1307
|
+
}, {
|
|
1308
|
+
"denom": "bcre",
|
|
1309
|
+
"exponent": 6,
|
|
1310
|
+
"aliases": []
|
|
1311
|
+
}],
|
|
1312
|
+
"base": "ibc/61365041DAC5A57B92D60A3EBEB5143E209F86CECDBDD7326A6E7F8351352119",
|
|
1313
|
+
"name": "Bonded Crescent",
|
|
1314
|
+
"display": "bcre",
|
|
1315
|
+
"symbol": "bCRE",
|
|
1316
|
+
"logo_URIs": {
|
|
1317
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.png",
|
|
1318
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/crescent/images/bcre.svg"
|
|
1319
|
+
},
|
|
1320
|
+
"coingecko_id": "crescent-network",
|
|
1321
|
+
"ibc": {
|
|
1322
|
+
"counterparty": {
|
|
1323
|
+
"channel": "channel-9",
|
|
1324
|
+
"denom": "ubcre",
|
|
1325
|
+
"chain_name": "crescent"
|
|
1326
|
+
},
|
|
1327
|
+
"chain": {
|
|
1328
|
+
"channel": "channel-297"
|
|
1329
|
+
}
|
|
1330
|
+
}
|
|
1331
|
+
}, {
|
|
1332
|
+
"description": "CRO coin is the token for the Crypto.com platform.",
|
|
1333
|
+
"denom_units": [{
|
|
1334
|
+
"denom": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
|
|
1335
|
+
"exponent": 0,
|
|
1336
|
+
"aliases": ["basecro"]
|
|
1337
|
+
}, {
|
|
1338
|
+
"denom": "cro",
|
|
1339
|
+
"exponent": 8
|
|
1340
|
+
}],
|
|
1341
|
+
"base": "ibc/E6931F78057F7CC5DA0FD6CEF82FF39373A6E0452BF1FD76910B93292CF356C1",
|
|
1342
|
+
"name": "Cronos",
|
|
1343
|
+
"display": "cro",
|
|
1344
|
+
"symbol": "CRO",
|
|
1345
|
+
"logo_URIs": {
|
|
1346
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cronos/images/cronos.png"
|
|
1347
|
+
},
|
|
1348
|
+
"coingecko_id": "crypto-com-chain",
|
|
1349
|
+
"ibc": {
|
|
1350
|
+
"counterparty": {
|
|
1351
|
+
"channel": "channel-10",
|
|
1352
|
+
"denom": "basecro",
|
|
1353
|
+
"chain_name": "cryptoorgchain"
|
|
1354
|
+
},
|
|
1355
|
+
"chain": {
|
|
1356
|
+
"channel": "channel-5"
|
|
1357
|
+
}
|
|
1358
|
+
}
|
|
1359
|
+
}, {
|
|
1360
|
+
"description": "The native token of Decentr",
|
|
1361
|
+
"denom_units": [{
|
|
1362
|
+
"denom": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
|
|
1363
|
+
"exponent": 0,
|
|
1364
|
+
"aliases": ["udec"]
|
|
1365
|
+
}, {
|
|
1366
|
+
"denom": "dec",
|
|
1367
|
+
"exponent": 6,
|
|
1368
|
+
"aliases": []
|
|
1369
|
+
}],
|
|
1370
|
+
"base": "ibc/9BCB27203424535B6230D594553F1659C77EC173E36D9CF4759E7186EE747E84",
|
|
1371
|
+
"name": "Decentr",
|
|
1372
|
+
"display": "dec",
|
|
1373
|
+
"symbol": "DEC",
|
|
1374
|
+
"logo_URIs": {
|
|
1375
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.png",
|
|
1376
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/decentr/images/dec.svg"
|
|
1377
|
+
},
|
|
1378
|
+
"coingecko_id": "decentr",
|
|
1379
|
+
"ibc": {
|
|
1380
|
+
"counterparty": {
|
|
1381
|
+
"channel": "channel-1",
|
|
1382
|
+
"denom": "udec",
|
|
1383
|
+
"chain_name": "decentr"
|
|
1384
|
+
},
|
|
1385
|
+
"chain": {
|
|
1386
|
+
"channel": "channel-181"
|
|
1387
|
+
}
|
|
1388
|
+
}
|
|
1389
|
+
}, {
|
|
1390
|
+
"description": "The native token of Desmos",
|
|
1391
|
+
"denom_units": [{
|
|
1392
|
+
"denom": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
|
|
1393
|
+
"exponent": 0,
|
|
1394
|
+
"aliases": ["udsm"]
|
|
1395
|
+
}, {
|
|
1396
|
+
"denom": "dsm",
|
|
1397
|
+
"exponent": 6,
|
|
1398
|
+
"aliases": []
|
|
1399
|
+
}],
|
|
1400
|
+
"base": "ibc/EA4C0A9F72E2CEDF10D0E7A9A6A22954DB3444910DB5BE980DF59B05A46DAD1C",
|
|
1401
|
+
"name": "Desmos",
|
|
1402
|
+
"display": "dsm",
|
|
1403
|
+
"symbol": "DSM",
|
|
1404
|
+
"logo_URIs": {
|
|
1405
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.png",
|
|
1406
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/desmos/images/dsm.svg"
|
|
1407
|
+
},
|
|
1408
|
+
"coingecko_id": "desmos",
|
|
1409
|
+
"ibc": {
|
|
1410
|
+
"counterparty": {
|
|
1411
|
+
"channel": "channel-2",
|
|
1412
|
+
"denom": "udsm",
|
|
1413
|
+
"chain_name": "desmos"
|
|
1414
|
+
},
|
|
1415
|
+
"chain": {
|
|
1416
|
+
"channel": "channel-135"
|
|
1417
|
+
}
|
|
1418
|
+
}
|
|
1419
|
+
}, {
|
|
1420
|
+
"description": "Native token of Dig Chain",
|
|
1421
|
+
"denom_units": [{
|
|
1422
|
+
"denom": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
|
|
1423
|
+
"exponent": 0,
|
|
1424
|
+
"aliases": ["udig"]
|
|
1425
|
+
}, {
|
|
1426
|
+
"denom": "dig",
|
|
1427
|
+
"exponent": 6
|
|
1428
|
+
}],
|
|
1429
|
+
"base": "ibc/307E5C96C8F60D1CBEE269A9A86C0834E1DB06F2B3788AE4F716EDB97A48B97D",
|
|
1430
|
+
"name": "Dig Chain",
|
|
1431
|
+
"display": "dig",
|
|
1432
|
+
"symbol": "DIG",
|
|
1433
|
+
"logo_URIs": {
|
|
1434
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png"
|
|
1435
|
+
},
|
|
1436
|
+
"coingecko_id": "dig-chain",
|
|
1437
|
+
"ibc": {
|
|
1438
|
+
"counterparty": {
|
|
1439
|
+
"channel": "channel-1",
|
|
1440
|
+
"denom": "udig",
|
|
1441
|
+
"chain_name": "dig"
|
|
1442
|
+
},
|
|
1443
|
+
"chain": {
|
|
1444
|
+
"channel": "channel-128"
|
|
1445
|
+
}
|
|
1446
|
+
}
|
|
1447
|
+
}, {
|
|
1448
|
+
"description": "e-Money NGM staking token. In addition to earning staking rewards the token is bought back and burned based on e-Money stablecoin inflation.",
|
|
1449
|
+
"denom_units": [{
|
|
1450
|
+
"denom": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
|
|
1451
|
+
"exponent": 0,
|
|
1452
|
+
"aliases": ["ungm"]
|
|
1453
|
+
}, {
|
|
1454
|
+
"denom": "ngm",
|
|
1455
|
+
"exponent": 6
|
|
1456
|
+
}],
|
|
1457
|
+
"base": "ibc/1DC495FCEFDA068A3820F903EDBD78B942FBD204D7E93D3BA2B432E9669D1A59",
|
|
1458
|
+
"name": "e-Money",
|
|
1459
|
+
"display": "ngm",
|
|
1460
|
+
"symbol": "NGM",
|
|
1461
|
+
"logo_URIs": {
|
|
1462
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png"
|
|
1463
|
+
},
|
|
1464
|
+
"coingecko_id": "e-money",
|
|
1465
|
+
"ibc": {
|
|
1466
|
+
"counterparty": {
|
|
1467
|
+
"channel": "channel-0",
|
|
1468
|
+
"denom": "ungm",
|
|
1469
|
+
"chain_name": "emoney"
|
|
1470
|
+
},
|
|
1471
|
+
"chain": {
|
|
1472
|
+
"channel": "channel-37"
|
|
1473
|
+
}
|
|
1474
|
+
}
|
|
1475
|
+
}, {
|
|
1476
|
+
"description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.",
|
|
1477
|
+
"denom_units": [{
|
|
1478
|
+
"denom": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
|
|
1479
|
+
"exponent": 0,
|
|
1480
|
+
"aliases": ["eeur"]
|
|
1481
|
+
}, {
|
|
1482
|
+
"denom": "EUR",
|
|
1483
|
+
"exponent": 6
|
|
1484
|
+
}],
|
|
1485
|
+
"base": "ibc/5973C068568365FFF40DEDCF1A1CB7582B6116B731CD31A12231AE25E20B871F",
|
|
1486
|
+
"name": "e-Money EUR",
|
|
1487
|
+
"display": "eur",
|
|
1488
|
+
"symbol": "EEUR",
|
|
1489
|
+
"logo_URIs": {
|
|
1490
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png"
|
|
1491
|
+
},
|
|
1492
|
+
"coingecko_id": "e-money-eur",
|
|
1493
|
+
"ibc": {
|
|
1494
|
+
"counterparty": {
|
|
1495
|
+
"channel": "channel-0",
|
|
1496
|
+
"denom": "eeur",
|
|
1497
|
+
"chain_name": "emoney"
|
|
1498
|
+
},
|
|
1499
|
+
"chain": {
|
|
1500
|
+
"channel": "channel-37"
|
|
1501
|
+
}
|
|
1502
|
+
}
|
|
1503
|
+
}, {
|
|
1504
|
+
"description": "The native EVM, governance and staking token of the Evmos Hub",
|
|
1505
|
+
"denom_units": [{
|
|
1506
|
+
"denom": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
|
|
1507
|
+
"exponent": 0,
|
|
1508
|
+
"aliases": ["aevmos"]
|
|
1509
|
+
}, {
|
|
1510
|
+
"denom": "evmos",
|
|
1511
|
+
"exponent": 18
|
|
1512
|
+
}],
|
|
1513
|
+
"base": "ibc/6AE98883D4D5D5FF9E50D7130F1305DA2FFA0C652D1DD9C123657C6B4EB2DF8A",
|
|
1514
|
+
"name": "Evmos",
|
|
1515
|
+
"display": "evmos",
|
|
1516
|
+
"symbol": "EVMOS",
|
|
1517
|
+
"logo_URIs": {
|
|
1518
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.svg",
|
|
1519
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/evmos/images/evmos.png"
|
|
1520
|
+
},
|
|
1521
|
+
"coingecko_id": "evmos",
|
|
1522
|
+
"ibc": {
|
|
1523
|
+
"counterparty": {
|
|
1524
|
+
"channel": "channel-0",
|
|
1525
|
+
"denom": "aevmos",
|
|
1526
|
+
"chain_name": "evmos"
|
|
1527
|
+
},
|
|
1528
|
+
"chain": {
|
|
1529
|
+
"channel": "channel-204"
|
|
1530
|
+
}
|
|
1531
|
+
}
|
|
1532
|
+
}, {
|
|
1533
|
+
"description": "The native staking and governance token of the Fetch Hub.",
|
|
1534
|
+
"denom_units": [{
|
|
1535
|
+
"denom": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
|
|
1536
|
+
"exponent": 0,
|
|
1537
|
+
"aliases": ["afet"]
|
|
1538
|
+
}, {
|
|
1539
|
+
"denom": "fet",
|
|
1540
|
+
"exponent": 18
|
|
1541
|
+
}],
|
|
1542
|
+
"base": "ibc/5D1F516200EE8C6B2354102143B78A2DEDA25EDE771AC0F8DC3C1837C8FD4447",
|
|
1543
|
+
"name": "fetch-ai",
|
|
1544
|
+
"display": "fet",
|
|
1545
|
+
"symbol": "FET",
|
|
1546
|
+
"logo_URIs": {
|
|
1547
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.png",
|
|
1548
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/fet.svg"
|
|
1549
|
+
},
|
|
1550
|
+
"coingecko_id": "fetch-ai",
|
|
1551
|
+
"ibc": {
|
|
1552
|
+
"counterparty": {
|
|
1553
|
+
"channel": "channel-10",
|
|
1554
|
+
"denom": "afet",
|
|
1555
|
+
"chain_name": "fetchhub"
|
|
1556
|
+
},
|
|
1557
|
+
"chain": {
|
|
1558
|
+
"channel": "channel-229"
|
|
1559
|
+
}
|
|
1560
|
+
}
|
|
1561
|
+
}, {
|
|
1562
|
+
"description": "The MOBX coin rewards the use of eco-friendly micromobility transportation.",
|
|
1563
|
+
"denom_units": [{
|
|
1564
|
+
"denom": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
|
|
1565
|
+
"exponent": 0,
|
|
1566
|
+
"aliases": ["nanomobx"]
|
|
1567
|
+
}, {
|
|
1568
|
+
"denom": "mobx",
|
|
1569
|
+
"exponent": 9
|
|
1570
|
+
}],
|
|
1571
|
+
"base": "ibc/CD20AC50CE57F1CF2EA680D7D47733DA9213641D2D116C5806A880F508609A7A",
|
|
1572
|
+
"name": "MOBIX",
|
|
1573
|
+
"display": "mobx",
|
|
1574
|
+
"symbol": "MOBX",
|
|
1575
|
+
"logo_URIs": {
|
|
1576
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.svg",
|
|
1577
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/fetchhub/images/mobx.png"
|
|
1578
|
+
},
|
|
1579
|
+
"ibc": {
|
|
1580
|
+
"counterparty": {
|
|
1581
|
+
"channel": "channel-10",
|
|
1582
|
+
"denom": "nanomobx",
|
|
1583
|
+
"chain_name": "fetchhub"
|
|
1584
|
+
},
|
|
1585
|
+
"chain": {
|
|
1586
|
+
"channel": "channel-229"
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
}, {
|
|
1590
|
+
"description": "GLX is the staking token of the Galaxy Chain",
|
|
1591
|
+
"denom_units": [{
|
|
1592
|
+
"denom": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
|
|
1593
|
+
"exponent": 0,
|
|
1594
|
+
"aliases": ["uglx"]
|
|
1595
|
+
}, {
|
|
1596
|
+
"denom": "glx",
|
|
1597
|
+
"exponent": 6
|
|
1598
|
+
}],
|
|
1599
|
+
"base": "ibc/F49DE040EBA5AB2FAD5F660C2A1DDF98A68470FAE82229818BE775EBF3EE79F2",
|
|
1600
|
+
"name": "Galaxy",
|
|
1601
|
+
"display": "glx",
|
|
1602
|
+
"symbol": "GLX",
|
|
1603
|
+
"logo_URIs": {
|
|
1604
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.svg",
|
|
1605
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/galaxy/images/glx.png"
|
|
1606
|
+
},
|
|
1607
|
+
"ibc": {
|
|
1608
|
+
"counterparty": {
|
|
1609
|
+
"channel": "channel-0",
|
|
1610
|
+
"denom": "uglx",
|
|
1611
|
+
"chain_name": "galaxy"
|
|
1612
|
+
},
|
|
1613
|
+
"chain": {
|
|
1614
|
+
"channel": "channel-236"
|
|
1615
|
+
}
|
|
1616
|
+
}
|
|
1617
|
+
}, {
|
|
1618
|
+
"description": "L1 coin is the GenesisL1 blockchain utility, governance and EVM token",
|
|
1619
|
+
"denom_units": [{
|
|
1620
|
+
"denom": "ibc/DABCB5B2232B630C196330AC2A8010C9DBDE8B783FDFF3FB105540939BE27775",
|
|
1621
|
+
"exponent": 0,
|
|
1622
|
+
"aliases": ["el1"]
|
|
1623
|
+
}, {
|
|
1624
|
+
"denom": "l1",
|
|
1625
|
+
"exponent": 18
|
|
1626
|
+
}],
|
|
1627
|
+
"base": "ibc/DABCB5B2232B630C196330AC2A8010C9DBDE8B783FDFF3FB105540939BE27775",
|
|
1628
|
+
"name": "GenesisL1",
|
|
1629
|
+
"display": "l1",
|
|
1630
|
+
"symbol": "L1",
|
|
1631
|
+
"logo_URIs": {
|
|
1632
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.svg",
|
|
1633
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/genesisl1/images/l1.png"
|
|
1634
|
+
},
|
|
1635
|
+
"ibc": {
|
|
1636
|
+
"counterparty": {
|
|
1637
|
+
"channel": "channel-1",
|
|
1638
|
+
"denom": "el1",
|
|
1639
|
+
"chain_name": "genesisl1"
|
|
1640
|
+
},
|
|
1641
|
+
"chain": {
|
|
1642
|
+
"channel": "channel-235"
|
|
1643
|
+
}
|
|
1644
|
+
}
|
|
1645
|
+
}, {
|
|
1646
|
+
"description": "The native token of Gravity Bridge",
|
|
1647
|
+
"denom_units": [{
|
|
1648
|
+
"denom": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
|
|
1649
|
+
"exponent": 0,
|
|
1650
|
+
"aliases": ["ugraviton"]
|
|
1651
|
+
}, {
|
|
1652
|
+
"denom": "graviton",
|
|
1653
|
+
"exponent": 6,
|
|
1654
|
+
"aliases": []
|
|
1655
|
+
}],
|
|
1656
|
+
"base": "ibc/E97634A40119F1898989C2A23224ED83FDD0A57EA46B3A094E287288D1672B44",
|
|
1657
|
+
"name": "Graviton",
|
|
1658
|
+
"display": "graviton",
|
|
1659
|
+
"symbol": "GRAV",
|
|
1660
|
+
"coingecko_id": "graviton",
|
|
1661
|
+
"logo_URIs": {
|
|
1662
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.svg",
|
|
1663
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/gravitybridge/images/grav.png"
|
|
1664
|
+
},
|
|
1665
|
+
"ibc": {
|
|
1666
|
+
"counterparty": {
|
|
1667
|
+
"channel": "channel-10",
|
|
1668
|
+
"denom": "ugraviton",
|
|
1669
|
+
"chain_name": "gravitybridge"
|
|
1670
|
+
},
|
|
1671
|
+
"chain": {
|
|
1672
|
+
"channel": "channel-144"
|
|
1673
|
+
}
|
|
1674
|
+
}
|
|
1675
|
+
}, {
|
|
1676
|
+
"description": "The native token of IXO Chain",
|
|
1677
|
+
"denom_units": [{
|
|
1678
|
+
"denom": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
|
|
1679
|
+
"exponent": 0,
|
|
1680
|
+
"aliases": ["uixo"]
|
|
1681
|
+
}, {
|
|
1682
|
+
"denom": "ixo",
|
|
1683
|
+
"exponent": 6
|
|
1684
|
+
}],
|
|
1685
|
+
"base": "ibc/F3FF7A84A73B62921538642F9797C423D2B4C4ACB3C7FCFFCE7F12AA69909C4B",
|
|
1686
|
+
"name": "IXO",
|
|
1687
|
+
"display": "ixo",
|
|
1688
|
+
"symbol": "IXO",
|
|
1689
|
+
"logo_URIs": {
|
|
1690
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png"
|
|
1691
|
+
},
|
|
1692
|
+
"coingecko_id": "ixo",
|
|
1693
|
+
"ibc": {
|
|
1694
|
+
"counterparty": {
|
|
1695
|
+
"channel": "channel-4",
|
|
1696
|
+
"denom": "uixo",
|
|
1697
|
+
"chain_name": "impacthub"
|
|
1698
|
+
},
|
|
1699
|
+
"chain": {
|
|
1700
|
+
"channel": "channel-38"
|
|
1701
|
+
}
|
|
1702
|
+
}
|
|
1703
|
+
}, {
|
|
1704
|
+
"description": "The INJ token is the native governance token for the Injective chain.",
|
|
1705
|
+
"denom_units": [{
|
|
1706
|
+
"denom": "ibc/F2D281A7E86F6206C7DA560774B079EBEA17CFE292A1FCC1306E5DAABBB7D016",
|
|
1707
|
+
"exponent": 0,
|
|
1708
|
+
"aliases": ["uinj"]
|
|
1709
|
+
}, {
|
|
1710
|
+
"denom": "inj",
|
|
1711
|
+
"exponent": 6
|
|
1712
|
+
}],
|
|
1713
|
+
"base": "ibc/F2D281A7E86F6206C7DA560774B079EBEA17CFE292A1FCC1306E5DAABBB7D016",
|
|
1714
|
+
"name": "Injective",
|
|
1715
|
+
"display": "inj",
|
|
1716
|
+
"symbol": "INJ",
|
|
1717
|
+
"logo_URIs": {
|
|
1718
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.png",
|
|
1719
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/inj.svg"
|
|
1720
|
+
},
|
|
1721
|
+
"coingecko_id": "injective-protocol",
|
|
1722
|
+
"ibc": {
|
|
1723
|
+
"counterparty": {
|
|
1724
|
+
"channel": "channel-8",
|
|
1725
|
+
"denom": "uinj",
|
|
1726
|
+
"chain_name": "injective"
|
|
1727
|
+
},
|
|
1728
|
+
"chain": {
|
|
1729
|
+
"channel": "channel-122"
|
|
1730
|
+
}
|
|
1731
|
+
}
|
|
1732
|
+
}, {
|
|
1733
|
+
"description": "The IRIS token is the native governance token for the IrisNet chain.",
|
|
1734
|
+
"denom_units": [{
|
|
1735
|
+
"denom": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
|
|
1736
|
+
"exponent": 0,
|
|
1737
|
+
"aliases": ["uiris"]
|
|
1738
|
+
}, {
|
|
1739
|
+
"denom": "iris",
|
|
1740
|
+
"exponent": 6
|
|
1741
|
+
}],
|
|
1742
|
+
"base": "ibc/7C4D60AA95E5A7558B0A364860979CA34B7FF8AAF255B87AF9E879374470CEC0",
|
|
1743
|
+
"name": "IRISnet",
|
|
1744
|
+
"display": "iris",
|
|
1745
|
+
"symbol": "IRIS",
|
|
1746
|
+
"logo_URIs": {
|
|
1747
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.png",
|
|
1748
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/irisnet/images/iris.svg"
|
|
1749
|
+
},
|
|
1750
|
+
"coingecko_id": "iris-network",
|
|
1751
|
+
"ibc": {
|
|
1752
|
+
"counterparty": {
|
|
1753
|
+
"channel": "channel-3",
|
|
1754
|
+
"denom": "uiris",
|
|
1755
|
+
"chain_name": "irisnet"
|
|
1756
|
+
},
|
|
1757
|
+
"chain": {
|
|
1758
|
+
"channel": "channel-6"
|
|
1759
|
+
}
|
|
1760
|
+
}
|
|
1761
|
+
}, {
|
|
1762
|
+
"description": "The native token of JUNO Chain",
|
|
1763
|
+
"denom_units": [{
|
|
1764
|
+
"denom": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
|
|
1765
|
+
"exponent": 0,
|
|
1766
|
+
"aliases": ["ujuno"]
|
|
1767
|
+
}, {
|
|
1768
|
+
"denom": "juno",
|
|
1769
|
+
"exponent": 6
|
|
1770
|
+
}],
|
|
1771
|
+
"base": "ibc/46B44899322F3CD854D2D46DEEF881958467CDD4B3B10086DA49296BBED94BED",
|
|
1772
|
+
"name": "Juno",
|
|
1773
|
+
"display": "juno",
|
|
1774
|
+
"symbol": "JUNO",
|
|
1775
|
+
"logo_URIs": {
|
|
1776
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.png",
|
|
1777
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/juno/images/juno.svg"
|
|
1778
|
+
},
|
|
1779
|
+
"coingecko_id": "juno-network",
|
|
1780
|
+
"ibc": {
|
|
1781
|
+
"counterparty": {
|
|
1782
|
+
"channel": "channel-0",
|
|
1783
|
+
"denom": "ujuno",
|
|
1784
|
+
"chain_name": "juno"
|
|
1785
|
+
},
|
|
1786
|
+
"chain": {
|
|
1787
|
+
"channel": "channel-42"
|
|
1788
|
+
}
|
|
1789
|
+
}
|
|
1790
|
+
}, {
|
|
1791
|
+
"description": "The native staking and governance token of Kava",
|
|
1792
|
+
"denom_units": [{
|
|
1793
|
+
"denom": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
|
|
1794
|
+
"exponent": 0,
|
|
1795
|
+
"aliases": ["ukava"]
|
|
1796
|
+
}, {
|
|
1797
|
+
"denom": "kava",
|
|
1798
|
+
"exponent": 6
|
|
1799
|
+
}],
|
|
1800
|
+
"base": "ibc/57AA1A70A4BC9769C525EBF6386F7A21536E04A79D62E1981EFCEF9428EBB205",
|
|
1801
|
+
"name": "Kava",
|
|
1802
|
+
"display": "kava",
|
|
1803
|
+
"symbol": "KAVA",
|
|
1804
|
+
"logo_URIs": {
|
|
1805
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/kava.png"
|
|
1806
|
+
},
|
|
1807
|
+
"coingecko_id": "kava",
|
|
1808
|
+
"ibc": {
|
|
1809
|
+
"counterparty": {
|
|
1810
|
+
"channel": "channel-1",
|
|
1811
|
+
"denom": "ukava",
|
|
1812
|
+
"chain_name": "kava"
|
|
1813
|
+
},
|
|
1814
|
+
"chain": {
|
|
1815
|
+
"channel": "channel-143"
|
|
1816
|
+
}
|
|
1817
|
+
}
|
|
1818
|
+
}, {
|
|
1819
|
+
"description": "Governance token of Kava Lend Protocol",
|
|
1820
|
+
"denom_units": [{
|
|
1821
|
+
"denom": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
|
|
1822
|
+
"exponent": 0,
|
|
1823
|
+
"aliases": ["hard"]
|
|
1824
|
+
}, {
|
|
1825
|
+
"denom": "HARD",
|
|
1826
|
+
"exponent": 6
|
|
1827
|
+
}],
|
|
1828
|
+
"base": "ibc/D6C28E07F7343360AC41E15DDD44D79701DDCA2E0C2C41279739C8D4AE5264BC",
|
|
1829
|
+
"name": "Hard",
|
|
1830
|
+
"display": "HARD",
|
|
1831
|
+
"symbol": "HARD",
|
|
1832
|
+
"logo_URIs": {
|
|
1833
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.png",
|
|
1834
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/hard.svg"
|
|
1835
|
+
},
|
|
1836
|
+
"coingecko_id": "hard-protocol",
|
|
1837
|
+
"ibc": {
|
|
1838
|
+
"counterparty": {
|
|
1839
|
+
"channel": "channel-1",
|
|
1840
|
+
"denom": "hard",
|
|
1841
|
+
"chain_name": "kava"
|
|
1842
|
+
},
|
|
1843
|
+
"chain": {
|
|
1844
|
+
"channel": "channel-143"
|
|
1845
|
+
}
|
|
1846
|
+
}
|
|
1847
|
+
}, {
|
|
1848
|
+
"description": "Governance token of Kava Swap Protocol",
|
|
1849
|
+
"denom_units": [{
|
|
1850
|
+
"denom": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
|
|
1851
|
+
"exponent": 0,
|
|
1852
|
+
"aliases": ["swp"]
|
|
1853
|
+
}, {
|
|
1854
|
+
"denom": "SWP",
|
|
1855
|
+
"exponent": 6
|
|
1856
|
+
}],
|
|
1857
|
+
"base": "ibc/70CF1A54E23EA4E480DEDA9E12082D3FD5684C3483CBDCE190C5C807227688C5",
|
|
1858
|
+
"name": "Swap",
|
|
1859
|
+
"display": "SWP",
|
|
1860
|
+
"symbol": "SWP",
|
|
1861
|
+
"logo_URIs": {
|
|
1862
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.png",
|
|
1863
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kava/images/swp.svg"
|
|
1864
|
+
},
|
|
1865
|
+
"coingecko_id": "kava-swap",
|
|
1866
|
+
"ibc": {
|
|
1867
|
+
"counterparty": {
|
|
1868
|
+
"channel": "channel-1",
|
|
1869
|
+
"denom": "swp",
|
|
1870
|
+
"chain_name": "kava"
|
|
1871
|
+
},
|
|
1872
|
+
"chain": {
|
|
1873
|
+
"channel": "channel-143"
|
|
1874
|
+
}
|
|
1875
|
+
}
|
|
1876
|
+
}, {
|
|
1877
|
+
"description": "The native token of Ki Chain",
|
|
1878
|
+
"denom_units": [{
|
|
1879
|
+
"denom": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
|
|
1880
|
+
"exponent": 0,
|
|
1881
|
+
"aliases": ["uxki"]
|
|
1882
|
+
}, {
|
|
1883
|
+
"denom": "xki",
|
|
1884
|
+
"exponent": 6
|
|
1885
|
+
}],
|
|
1886
|
+
"base": "ibc/B547DC9B897E7C3AA5B824696110B8E3D2C31E3ED3F02FF363DCBAD82457E07E",
|
|
1887
|
+
"name": "Ki",
|
|
1888
|
+
"display": "xki",
|
|
1889
|
+
"symbol": "XKI",
|
|
1890
|
+
"logo_URIs": {
|
|
1891
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.png",
|
|
1892
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/kichain/images/xki.svg"
|
|
1893
|
+
},
|
|
1894
|
+
"coingecko_id": "ki",
|
|
1895
|
+
"ibc": {
|
|
1896
|
+
"counterparty": {
|
|
1897
|
+
"channel": "channel-0",
|
|
1898
|
+
"denom": "uxki",
|
|
1899
|
+
"chain_name": "kichain"
|
|
1900
|
+
},
|
|
1901
|
+
"chain": {
|
|
1902
|
+
"channel": "channel-77"
|
|
1903
|
+
}
|
|
1904
|
+
}
|
|
1905
|
+
}, {
|
|
1906
|
+
"description": "The native token of Konstellation Network",
|
|
1907
|
+
"denom_units": [{
|
|
1908
|
+
"denom": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
|
|
1909
|
+
"exponent": 0,
|
|
1910
|
+
"aliases": ["udarc"]
|
|
1911
|
+
}, {
|
|
1912
|
+
"denom": "darc",
|
|
1913
|
+
"exponent": 6
|
|
1914
|
+
}],
|
|
1915
|
+
"base": "ibc/346786EA82F41FE55FAD14BF69AD8BA9B36985406E43F3CB23E6C45A285A9593",
|
|
1916
|
+
"name": "DARC",
|
|
1917
|
+
"display": "darc",
|
|
1918
|
+
"symbol": "DARC",
|
|
1919
|
+
"logo_URIs": {
|
|
1920
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.png",
|
|
1921
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/konstellation/images/darc.svg"
|
|
1922
|
+
},
|
|
1923
|
+
"coingecko_id": "darcmatter-coin",
|
|
1924
|
+
"ibc": {
|
|
1925
|
+
"counterparty": {
|
|
1926
|
+
"channel": "channel-0",
|
|
1927
|
+
"denom": "udarc",
|
|
1928
|
+
"chain_name": "konstellation"
|
|
1929
|
+
},
|
|
1930
|
+
"chain": {
|
|
1931
|
+
"channel": "channel-171"
|
|
1932
|
+
}
|
|
1933
|
+
}
|
|
1934
|
+
}, {
|
|
1935
|
+
"description": "LIKE is the native staking and governance token of LikeCoin chain, a Decentralized Publishing Infrastructure to empower content ownership, authenticity, and provenance.",
|
|
1936
|
+
"denom_units": [{
|
|
1937
|
+
"denom": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
|
|
1938
|
+
"exponent": 0,
|
|
1939
|
+
"aliases": ["nanolike"]
|
|
1940
|
+
}, {
|
|
1941
|
+
"denom": "like",
|
|
1942
|
+
"exponent": 9
|
|
1943
|
+
}],
|
|
1944
|
+
"base": "ibc/9989AD6CCA39D1131523DB0617B50F6442081162294B4795E26746292467B525",
|
|
1945
|
+
"name": "LikeCoin",
|
|
1946
|
+
"display": "like",
|
|
1947
|
+
"symbol": "LIKE",
|
|
1948
|
+
"logo_URIs": {
|
|
1949
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.png",
|
|
1950
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/likecoin/images/like.svg"
|
|
1951
|
+
},
|
|
1952
|
+
"coingecko_id": "likecoin",
|
|
1953
|
+
"ibc": {
|
|
1954
|
+
"counterparty": {
|
|
1955
|
+
"channel": "channel-3",
|
|
1956
|
+
"denom": "nanolike",
|
|
1957
|
+
"chain_name": "likecoin"
|
|
1958
|
+
},
|
|
1959
|
+
"chain": {
|
|
1960
|
+
"channel": "channel-53"
|
|
1961
|
+
}
|
|
1962
|
+
}
|
|
1963
|
+
}, {
|
|
1964
|
+
"description": "The native token of Lumen Network",
|
|
1965
|
+
"denom_units": [{
|
|
1966
|
+
"denom": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
|
|
1967
|
+
"exponent": 0,
|
|
1968
|
+
"aliases": ["ulumen"]
|
|
1969
|
+
}, {
|
|
1970
|
+
"denom": "lumen",
|
|
1971
|
+
"exponent": 6
|
|
1972
|
+
}],
|
|
1973
|
+
"base": "ibc/FFA652599C77E853F017193E36B5AB2D4D9AFC4B54721A74904F80C9236BF3B7",
|
|
1974
|
+
"name": "LUMEN",
|
|
1975
|
+
"display": "lumen",
|
|
1976
|
+
"symbol": "LUMEN",
|
|
1977
|
+
"logo_URIs": {
|
|
1978
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumenx/images/lumen.png"
|
|
1979
|
+
},
|
|
1980
|
+
"ibc": {
|
|
1981
|
+
"counterparty": {
|
|
1982
|
+
"channel": "channel-3",
|
|
1983
|
+
"denom": "ulumen",
|
|
1984
|
+
"chain_name": "lumenx"
|
|
1985
|
+
},
|
|
1986
|
+
"chain": {
|
|
1987
|
+
"channel": "channel-286"
|
|
1988
|
+
}
|
|
1989
|
+
}
|
|
1990
|
+
}, {
|
|
1991
|
+
"description": "Native token of the Lum Network",
|
|
1992
|
+
"denom_units": [{
|
|
1993
|
+
"denom": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
|
|
1994
|
+
"exponent": 0,
|
|
1995
|
+
"aliases": ["ulum"]
|
|
1996
|
+
}, {
|
|
1997
|
+
"denom": "lum",
|
|
1998
|
+
"exponent": 6
|
|
1999
|
+
}],
|
|
2000
|
+
"base": "ibc/8A34AF0C1943FD0DFCDE9ADBF0B2C9959C45E87E6088EA2FC6ADACD59261B8A2",
|
|
2001
|
+
"name": "Lum",
|
|
2002
|
+
"display": "lum",
|
|
2003
|
+
"symbol": "LUM",
|
|
2004
|
+
"logo_URIs": {
|
|
2005
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.png",
|
|
2006
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/lumnetwork/images/lum.svg"
|
|
2007
|
+
},
|
|
2008
|
+
"coingecko_id": "lum-network",
|
|
2009
|
+
"ibc": {
|
|
2010
|
+
"counterparty": {
|
|
2011
|
+
"channel": "channel-3",
|
|
2012
|
+
"denom": "ulum",
|
|
2013
|
+
"chain_name": "lumnetwork"
|
|
2014
|
+
},
|
|
2015
|
+
"chain": {
|
|
2016
|
+
"channel": "channel-115"
|
|
2017
|
+
}
|
|
2018
|
+
}
|
|
2019
|
+
}, {
|
|
2020
|
+
"description": "MEME Token (MEME) is the native staking token of the MEME Chain",
|
|
2021
|
+
"denom_units": [{
|
|
2022
|
+
"denom": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
|
|
2023
|
+
"exponent": 0,
|
|
2024
|
+
"aliases": ["umeme"]
|
|
2025
|
+
}, {
|
|
2026
|
+
"denom": "meme",
|
|
2027
|
+
"exponent": 6
|
|
2028
|
+
}],
|
|
2029
|
+
"base": "ibc/67C89B8B0A70C08F093C909A4DD996DD10E0494C87E28FD9A551697BF173D4CA",
|
|
2030
|
+
"name": "MEME",
|
|
2031
|
+
"display": "meme",
|
|
2032
|
+
"symbol": "MEME",
|
|
2033
|
+
"logo_URIs": {
|
|
2034
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.png",
|
|
2035
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/meme/images/meme.svg"
|
|
2036
|
+
},
|
|
2037
|
+
"ibc": {
|
|
2038
|
+
"counterparty": {
|
|
2039
|
+
"channel": "channel-1",
|
|
2040
|
+
"denom": "umeme",
|
|
2041
|
+
"chain_name": "meme"
|
|
2042
|
+
},
|
|
2043
|
+
"chain": {
|
|
2044
|
+
"channel": "channel-238"
|
|
2045
|
+
}
|
|
2046
|
+
}
|
|
2047
|
+
}, {
|
|
2048
|
+
"description": "TICK coin is the token for the Microtick Price Discovery & Oracle App",
|
|
2049
|
+
"denom_units": [{
|
|
2050
|
+
"denom": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
|
|
2051
|
+
"exponent": 0,
|
|
2052
|
+
"aliases": ["utick"]
|
|
2053
|
+
}, {
|
|
2054
|
+
"denom": "tick",
|
|
2055
|
+
"exponent": 6
|
|
2056
|
+
}],
|
|
2057
|
+
"base": "ibc/655BCEF3CDEBE32863FF281DBBE3B06160339E9897DC9C9C9821932A5F8BA6F8",
|
|
2058
|
+
"display": "tick",
|
|
2059
|
+
"name": "Microtick",
|
|
2060
|
+
"symbol": "TICK",
|
|
2061
|
+
"logo_URIs": {
|
|
2062
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.png",
|
|
2063
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/microtick/images/tick.svg"
|
|
2064
|
+
},
|
|
2065
|
+
"ibc": {
|
|
2066
|
+
"counterparty": {
|
|
2067
|
+
"channel": "channel-16",
|
|
2068
|
+
"denom": "utick",
|
|
2069
|
+
"chain_name": "microtick"
|
|
2070
|
+
},
|
|
2071
|
+
"chain": {
|
|
2072
|
+
"channel": "channel-39"
|
|
2073
|
+
}
|
|
2074
|
+
}
|
|
2075
|
+
}, {
|
|
2076
|
+
"description": "The native token of Oraichain",
|
|
2077
|
+
"denom_units": [{
|
|
2078
|
+
"denom": "ibc/1B25ACE06F1A272BADBCB39338F16E9E95B8C7AC23A91DC48B0E32B03E172541",
|
|
2079
|
+
"exponent": 0,
|
|
2080
|
+
"aliases": ["uorai"]
|
|
2081
|
+
}, {
|
|
2082
|
+
"denom": "orai",
|
|
2083
|
+
"exponent": 6
|
|
2084
|
+
}],
|
|
2085
|
+
"base": "ibc/1B25ACE06F1A272BADBCB39338F16E9E95B8C7AC23A91DC48B0E32B03E172541",
|
|
2086
|
+
"name": "Oraichain",
|
|
2087
|
+
"display": "orai",
|
|
2088
|
+
"symbol": "ORAI",
|
|
2089
|
+
"logo_URIs": {
|
|
2090
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.png",
|
|
2091
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/oraichain/images/orai.svg"
|
|
2092
|
+
},
|
|
2093
|
+
"coingecko_id": "oraichain-token",
|
|
2094
|
+
"ibc": {
|
|
2095
|
+
"counterparty": {
|
|
2096
|
+
"channel": "channel-13",
|
|
2097
|
+
"denom": "uorai",
|
|
2098
|
+
"chain_name": "oraichain"
|
|
2099
|
+
},
|
|
2100
|
+
"chain": {
|
|
2101
|
+
"channel": "channel-216"
|
|
2102
|
+
}
|
|
2103
|
+
}
|
|
2104
|
+
}, {
|
|
2105
|
+
"description": "Panacea is a public blockchain launched by MediBloc, which is the key infrastructure for reinventing the patient-centered healthcare data ecosystem",
|
|
2106
|
+
"denom_units": [{
|
|
2107
|
+
"denom": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
|
|
2108
|
+
"exponent": 0,
|
|
2109
|
+
"aliases": ["umed"]
|
|
2110
|
+
}, {
|
|
2111
|
+
"denom": "med",
|
|
2112
|
+
"exponent": 6
|
|
2113
|
+
}],
|
|
2114
|
+
"base": "ibc/3BCCC93AD5DF58D11A6F8A05FA8BC801CBA0BA61A981F57E91B8B598BF8061CB",
|
|
2115
|
+
"name": "MediBloc",
|
|
2116
|
+
"display": "med",
|
|
2117
|
+
"symbol": "MED",
|
|
2118
|
+
"logo_URIs": {
|
|
2119
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/panacea/images/med.png"
|
|
2120
|
+
},
|
|
2121
|
+
"coingecko_id": "medibloc",
|
|
2122
|
+
"ibc": {
|
|
2123
|
+
"counterparty": {
|
|
2124
|
+
"channel": "channel-1",
|
|
2125
|
+
"denom": "umed",
|
|
2126
|
+
"chain_name": "panacea"
|
|
2127
|
+
},
|
|
2128
|
+
"chain": {
|
|
2129
|
+
"channel": "channel-82"
|
|
2130
|
+
}
|
|
2131
|
+
}
|
|
2132
|
+
}, {
|
|
2133
|
+
"description": "The XPRT token is primarily a governance token for the Persistence chain.",
|
|
2134
|
+
"denom_units": [{
|
|
2135
|
+
"denom": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
|
|
2136
|
+
"exponent": 0,
|
|
2137
|
+
"aliases": ["uxprt"]
|
|
2138
|
+
}, {
|
|
2139
|
+
"denom": "xprt",
|
|
2140
|
+
"exponent": 6
|
|
2141
|
+
}],
|
|
2142
|
+
"base": "ibc/A0CC0CF735BFB30E730C70019D4218A1244FF383503FF7579C9201AB93CA9293",
|
|
2143
|
+
"name": "Persistence",
|
|
2144
|
+
"display": "xprt",
|
|
2145
|
+
"symbol": "XPRT",
|
|
2146
|
+
"logo_URIs": {
|
|
2147
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png",
|
|
2148
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"
|
|
2149
|
+
},
|
|
2150
|
+
"coingecko_id": "persistence",
|
|
2151
|
+
"ibc": {
|
|
2152
|
+
"counterparty": {
|
|
2153
|
+
"channel": "channel-6",
|
|
2154
|
+
"denom": "uxprt",
|
|
2155
|
+
"chain_name": "persistence"
|
|
2156
|
+
},
|
|
2157
|
+
"chain": {
|
|
2158
|
+
"channel": "channel-4"
|
|
2159
|
+
}
|
|
2160
|
+
}
|
|
2161
|
+
}, {
|
|
2162
|
+
"description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
|
|
2163
|
+
"denom_units": [{
|
|
2164
|
+
"denom": "ibc/CF780ADED86E541AD7A8D5B7D33D2E3D9C61D8ECD228B8ED951986D782CB630A",
|
|
2165
|
+
"exponent": 0,
|
|
2166
|
+
"aliases": ["ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444"]
|
|
2167
|
+
}, {
|
|
2168
|
+
"denom": "pstake",
|
|
2169
|
+
"exponent": 18
|
|
2170
|
+
}],
|
|
2171
|
+
"base": "ibc/CF780ADED86E541AD7A8D5B7D33D2E3D9C61D8ECD228B8ED951986D782CB630A",
|
|
2172
|
+
"name": "pSTAKE Finance",
|
|
2173
|
+
"display": "pstake",
|
|
2174
|
+
"symbol": "PSTAKE",
|
|
2175
|
+
"ibc": {
|
|
2176
|
+
"counterparty": {
|
|
2177
|
+
"channel": "channel-6",
|
|
2178
|
+
"denom": "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
|
|
2179
|
+
"chain_name": "persistence"
|
|
2180
|
+
},
|
|
2181
|
+
"chain": {
|
|
2182
|
+
"channel": "channel-4"
|
|
2183
|
+
}
|
|
2184
|
+
},
|
|
2185
|
+
"logo_URIs": {
|
|
2186
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png",
|
|
2187
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg"
|
|
2188
|
+
},
|
|
2189
|
+
"coingecko_id": "pstake-finance"
|
|
2190
|
+
}, {
|
|
2191
|
+
"description": "Hash is the staking token of the Provenance Blockchain",
|
|
2192
|
+
"denom_units": [{
|
|
2193
|
+
"denom": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
|
|
2194
|
+
"exponent": 0,
|
|
2195
|
+
"aliases": ["nhash"]
|
|
2196
|
+
}, {
|
|
2197
|
+
"denom": "hash",
|
|
2198
|
+
"exponent": 9,
|
|
2199
|
+
"aliases": []
|
|
2200
|
+
}],
|
|
2201
|
+
"base": "ibc/CE5BFF1D9BADA03BB5CCA5F56939392A761B53A10FBD03B37506669C3218D3B2",
|
|
2202
|
+
"name": "Hash",
|
|
2203
|
+
"display": "hash",
|
|
2204
|
+
"symbol": "HASH",
|
|
2205
|
+
"logo_URIs": {
|
|
2206
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.png",
|
|
2207
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/provenance/images/hash.svg"
|
|
2208
|
+
},
|
|
2209
|
+
"coingecko_id": "provenance-blockchain",
|
|
2210
|
+
"ibc": {
|
|
2211
|
+
"counterparty": {
|
|
2212
|
+
"channel": "channel-7",
|
|
2213
|
+
"denom": "nhash",
|
|
2214
|
+
"chain_name": "provenance"
|
|
2215
|
+
},
|
|
2216
|
+
"chain": {
|
|
2217
|
+
"channel": "channel-222"
|
|
2218
|
+
}
|
|
2219
|
+
}
|
|
2220
|
+
}, {
|
|
2221
|
+
"description": "REGEN coin is the token for the Regen Network Platform",
|
|
2222
|
+
"denom_units": [{
|
|
2223
|
+
"denom": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
|
|
2224
|
+
"exponent": 0,
|
|
2225
|
+
"aliases": ["uregen"]
|
|
2226
|
+
}, {
|
|
2227
|
+
"denom": "regen",
|
|
2228
|
+
"exponent": 6
|
|
2229
|
+
}],
|
|
2230
|
+
"base": "ibc/1DCC8A6CB5689018431323953344A9F6CC4D0BFB261E88C9F7777372C10CD076",
|
|
2231
|
+
"name": "Regen Network",
|
|
2232
|
+
"display": "regen",
|
|
2233
|
+
"symbol": "REGEN",
|
|
2234
|
+
"logo_URIs": {
|
|
2235
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/regen/images/regen.png"
|
|
2236
|
+
},
|
|
2237
|
+
"coingecko_id": "regen",
|
|
2238
|
+
"ibc": {
|
|
2239
|
+
"counterparty": {
|
|
2240
|
+
"channel": "channel-1",
|
|
2241
|
+
"denom": "uregen",
|
|
2242
|
+
"chain_name": "regen"
|
|
2243
|
+
},
|
|
2244
|
+
"chain": {
|
|
2245
|
+
"channel": "channel-8"
|
|
2246
|
+
}
|
|
2247
|
+
}
|
|
2248
|
+
}, {
|
|
2249
|
+
"description": "Native token of Rizon Chain",
|
|
2250
|
+
"denom_units": [{
|
|
2251
|
+
"denom": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
|
|
2252
|
+
"exponent": 0,
|
|
2253
|
+
"aliases": ["uatolo"]
|
|
2254
|
+
}, {
|
|
2255
|
+
"denom": "atolo",
|
|
2256
|
+
"exponent": 6
|
|
2257
|
+
}],
|
|
2258
|
+
"base": "ibc/2716E3F2E146664BEFA9217F1A03BFCEDBCD5178B3C71CACB1A0D7584451D219",
|
|
2259
|
+
"name": "Rizon Chain",
|
|
2260
|
+
"display": "atolo",
|
|
2261
|
+
"symbol": "ATOLO",
|
|
2262
|
+
"coingecko_id": "rizon",
|
|
2263
|
+
"logo_URIs": {
|
|
2264
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.png",
|
|
2265
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/rizon/images/atolo.svg"
|
|
2266
|
+
},
|
|
2267
|
+
"ibc": {
|
|
2268
|
+
"counterparty": {
|
|
2269
|
+
"channel": "channel-1",
|
|
2270
|
+
"denom": "uatolo",
|
|
2271
|
+
"chain_name": "rizon"
|
|
2272
|
+
},
|
|
2273
|
+
"chain": {
|
|
2274
|
+
"channel": "channel-221"
|
|
2275
|
+
}
|
|
2276
|
+
}
|
|
2277
|
+
}, {
|
|
2278
|
+
"description": "The native token of Secret Network",
|
|
2279
|
+
"denom_units": [{
|
|
2280
|
+
"denom": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
|
|
2281
|
+
"exponent": 0,
|
|
2282
|
+
"aliases": ["uscrt"]
|
|
2283
|
+
}, {
|
|
2284
|
+
"denom": "scrt",
|
|
2285
|
+
"exponent": 6
|
|
2286
|
+
}],
|
|
2287
|
+
"base": "ibc/0954E1C28EB7AF5B72D24F3BC2B47BBB2FDF91BDDFD57B74B99E133AED40972A",
|
|
2288
|
+
"name": "Secret Network",
|
|
2289
|
+
"display": "scrt",
|
|
2290
|
+
"symbol": "SCRT",
|
|
2291
|
+
"logo_URIs": {
|
|
2292
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png",
|
|
2293
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"
|
|
2294
|
+
},
|
|
2295
|
+
"coingecko_id": "secret",
|
|
2296
|
+
"ibc": {
|
|
2297
|
+
"counterparty": {
|
|
2298
|
+
"channel": "channel-1",
|
|
2299
|
+
"denom": "uscrt",
|
|
2300
|
+
"chain_name": "secretnetwork"
|
|
2301
|
+
},
|
|
2302
|
+
"chain": {
|
|
2303
|
+
"channel": "channel-88"
|
|
2304
|
+
}
|
|
2305
|
+
}
|
|
2306
|
+
}, {
|
|
2307
|
+
"description": "DVPN is the native token of the Sentinel Hub.",
|
|
2308
|
+
"denom_units": [{
|
|
2309
|
+
"denom": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
|
|
2310
|
+
"exponent": 0,
|
|
2311
|
+
"aliases": ["udvpn"]
|
|
2312
|
+
}, {
|
|
2313
|
+
"denom": "dvpn",
|
|
2314
|
+
"exponent": 6
|
|
2315
|
+
}],
|
|
2316
|
+
"base": "ibc/9712DBB13B9631EDFA9BF61B55F1B2D290B2ADB67E3A4EB3A875F3B6081B3B84",
|
|
2317
|
+
"name": "Sentinel",
|
|
2318
|
+
"display": "dvpn",
|
|
2319
|
+
"symbol": "DVPN",
|
|
2320
|
+
"logo_URIs": {
|
|
2321
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sentinel/images/dvpn.png"
|
|
2322
|
+
},
|
|
2323
|
+
"coingecko_id": "sentinel",
|
|
2324
|
+
"ibc": {
|
|
2325
|
+
"counterparty": {
|
|
2326
|
+
"channel": "channel-0",
|
|
2327
|
+
"denom": "udvpn",
|
|
2328
|
+
"chain_name": "sentinel"
|
|
2329
|
+
},
|
|
2330
|
+
"chain": {
|
|
2331
|
+
"channel": "channel-2"
|
|
2332
|
+
}
|
|
2333
|
+
}
|
|
2334
|
+
}, {
|
|
2335
|
+
"description": "The native token of Shentu",
|
|
2336
|
+
"denom_units": [{
|
|
2337
|
+
"denom": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
|
|
2338
|
+
"exponent": 0,
|
|
2339
|
+
"aliases": ["uctk"]
|
|
2340
|
+
}, {
|
|
2341
|
+
"denom": "ctk",
|
|
2342
|
+
"exponent": 6
|
|
2343
|
+
}],
|
|
2344
|
+
"base": "ibc/7ED954CFFFC06EE8419387F3FC688837FF64EF264DE14219935F724EEEDBF8D3",
|
|
2345
|
+
"name": "Shentu",
|
|
2346
|
+
"display": "ctk",
|
|
2347
|
+
"symbol": "CTK",
|
|
2348
|
+
"logo_URIs": {
|
|
2349
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/shentu/images/ctk.png"
|
|
2350
|
+
},
|
|
2351
|
+
"coingecko_id": "certik",
|
|
2352
|
+
"ibc": {
|
|
2353
|
+
"counterparty": {
|
|
2354
|
+
"channel": "channel-8",
|
|
2355
|
+
"denom": "uctk",
|
|
2356
|
+
"chain_name": "shentu"
|
|
2357
|
+
},
|
|
2358
|
+
"chain": {
|
|
2359
|
+
"channel": "channel-146"
|
|
2360
|
+
}
|
|
2361
|
+
}
|
|
2362
|
+
}, {
|
|
2363
|
+
"description": "Rowan Token (ROWAN) is the Sifchain Network's native utility token, used as the primary means to govern, provide liquidity, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.",
|
|
2364
|
+
"denom_units": [{
|
|
2365
|
+
"denom": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
|
|
2366
|
+
"exponent": 18,
|
|
2367
|
+
"aliases": ["rowan"]
|
|
2368
|
+
}],
|
|
2369
|
+
"base": "ibc/8318FD63C42203D16DDCAF49FE10E8590669B3219A3E87676AC9DA50722687FB",
|
|
2370
|
+
"name": "Sifchain Rowan",
|
|
2371
|
+
"display": "rowan",
|
|
2372
|
+
"symbol": "ROWAN",
|
|
2373
|
+
"logo_URIs": {
|
|
2374
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg",
|
|
2375
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png"
|
|
2376
|
+
},
|
|
2377
|
+
"coingecko_id": "sifchain",
|
|
2378
|
+
"ibc": {
|
|
2379
|
+
"counterparty": {
|
|
2380
|
+
"channel": "channel-17",
|
|
2381
|
+
"denom": "rowan",
|
|
2382
|
+
"chain_name": "sifchain"
|
|
2383
|
+
},
|
|
2384
|
+
"chain": {
|
|
2385
|
+
"channel": "channel-47"
|
|
2386
|
+
}
|
|
2387
|
+
}
|
|
2388
|
+
}, {
|
|
2389
|
+
"description": "Somm Token (SOMM) is the native staking token of the Sommelier Chain",
|
|
2390
|
+
"denom_units": [{
|
|
2391
|
+
"denom": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
|
|
2392
|
+
"exponent": 0,
|
|
2393
|
+
"aliases": ["usomm"]
|
|
2394
|
+
}, {
|
|
2395
|
+
"denom": "msomm",
|
|
2396
|
+
"exponent": 3,
|
|
2397
|
+
"aliases": ["millisomm"]
|
|
2398
|
+
}, {
|
|
2399
|
+
"denom": "somm",
|
|
2400
|
+
"exponent": 6
|
|
2401
|
+
}],
|
|
2402
|
+
"base": "ibc/9BBA9A1C257E971E38C1422780CE6F0B0686F0A3085E2D61118D904BFE0F5F5E",
|
|
2403
|
+
"name": "Somm",
|
|
2404
|
+
"display": "somm",
|
|
2405
|
+
"symbol": "SOMM",
|
|
2406
|
+
"logo_URIs": {
|
|
2407
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.png",
|
|
2408
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sommelier/images/somm.svg"
|
|
2409
|
+
},
|
|
2410
|
+
"coingecko_id": "sommelier",
|
|
2411
|
+
"ibc": {
|
|
2412
|
+
"counterparty": {
|
|
2413
|
+
"channel": "channel-0",
|
|
2414
|
+
"denom": "usomm",
|
|
2415
|
+
"chain_name": "sommelier"
|
|
2416
|
+
},
|
|
2417
|
+
"chain": {
|
|
2418
|
+
"channel": "channel-165"
|
|
2419
|
+
}
|
|
2420
|
+
}
|
|
2421
|
+
}, {
|
|
2422
|
+
"description": "The native token of Stargaze",
|
|
2423
|
+
"denom_units": [{
|
|
2424
|
+
"denom": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
|
|
2425
|
+
"exponent": 0,
|
|
2426
|
+
"aliases": ["ustars"]
|
|
2427
|
+
}, {
|
|
2428
|
+
"denom": "stars",
|
|
2429
|
+
"exponent": 6
|
|
2430
|
+
}],
|
|
2431
|
+
"base": "ibc/987C17B11ABC2B20019178ACE62929FE9840202CE79498E29FE8E5CB02B7C0A4",
|
|
2432
|
+
"name": "Stargaze",
|
|
2433
|
+
"display": "stars",
|
|
2434
|
+
"symbol": "STARS",
|
|
2435
|
+
"logo_URIs": {
|
|
2436
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png"
|
|
2437
|
+
},
|
|
2438
|
+
"coingecko_id": "stargaze",
|
|
2439
|
+
"ibc": {
|
|
2440
|
+
"counterparty": {
|
|
2441
|
+
"channel": "channel-0",
|
|
2442
|
+
"denom": "ustars",
|
|
2443
|
+
"chain_name": "stargaze"
|
|
2444
|
+
},
|
|
2445
|
+
"chain": {
|
|
2446
|
+
"channel": "channel-75"
|
|
2447
|
+
}
|
|
2448
|
+
}
|
|
2449
|
+
}, {
|
|
2450
|
+
"description": "IOV coin is the token for the Starname (IOV) Asset Name Service",
|
|
2451
|
+
"denom_units": [{
|
|
2452
|
+
"denom": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
|
|
2453
|
+
"exponent": 0,
|
|
2454
|
+
"aliases": ["uiov"]
|
|
2455
|
+
}, {
|
|
2456
|
+
"denom": "iov",
|
|
2457
|
+
"exponent": 6
|
|
2458
|
+
}],
|
|
2459
|
+
"base": "ibc/52B1AA623B34EB78FD767CEA69E8D7FA6C9CFE1FBF49C5406268FD325E2CC2AC",
|
|
2460
|
+
"name": "Starname",
|
|
2461
|
+
"display": "iov",
|
|
2462
|
+
"symbol": "IOV",
|
|
2463
|
+
"logo_URIs": {
|
|
2464
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.png",
|
|
2465
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/starname/images/iov.svg"
|
|
2466
|
+
},
|
|
2467
|
+
"coingecko_id": "starname",
|
|
2468
|
+
"ibc": {
|
|
2469
|
+
"counterparty": {
|
|
2470
|
+
"channel": "channel-2",
|
|
2471
|
+
"denom": "uiov",
|
|
2472
|
+
"chain_name": "starname"
|
|
2473
|
+
},
|
|
2474
|
+
"chain": {
|
|
2475
|
+
"channel": "channel-15"
|
|
2476
|
+
}
|
|
2477
|
+
}
|
|
2478
|
+
}, {
|
|
2479
|
+
"description": "The native staking token of Terra Classic.",
|
|
2480
|
+
"denom_units": [{
|
|
2481
|
+
"denom": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
|
|
2482
|
+
"exponent": 0,
|
|
2483
|
+
"aliases": ["uluna"]
|
|
2484
|
+
}, {
|
|
2485
|
+
"denom": "mluna",
|
|
2486
|
+
"exponent": 3,
|
|
2487
|
+
"aliases": ["milliluna"]
|
|
2488
|
+
}, {
|
|
2489
|
+
"denom": "luna",
|
|
2490
|
+
"exponent": 6,
|
|
2491
|
+
"aliases": ["lunc"]
|
|
2492
|
+
}],
|
|
2493
|
+
"base": "ibc/0EF15DF2F02480ADE0BB6E85D9EBB5DAEA2836D3860E9F97F9AADE4F57A31AA0",
|
|
2494
|
+
"name": "Luna Classic",
|
|
2495
|
+
"display": "luna",
|
|
2496
|
+
"symbol": "LUNC",
|
|
2497
|
+
"logo_URIs": {
|
|
2498
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg",
|
|
2499
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png"
|
|
2500
|
+
},
|
|
2501
|
+
"coingecko_id": "terra-luna",
|
|
2502
|
+
"ibc": {
|
|
2503
|
+
"counterparty": {
|
|
2504
|
+
"channel": "channel-1",
|
|
2505
|
+
"denom": "uluna",
|
|
2506
|
+
"chain_name": "terra"
|
|
2507
|
+
},
|
|
2508
|
+
"chain": {
|
|
2509
|
+
"channel": "channel-72"
|
|
2510
|
+
}
|
|
2511
|
+
}
|
|
2512
|
+
}, {
|
|
2513
|
+
"description": "The USD stablecoin of Terra Classic.",
|
|
2514
|
+
"denom_units": [{
|
|
2515
|
+
"denom": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
|
|
2516
|
+
"exponent": 0,
|
|
2517
|
+
"aliases": ["uusd"]
|
|
2518
|
+
}, {
|
|
2519
|
+
"denom": "musd",
|
|
2520
|
+
"exponent": 3,
|
|
2521
|
+
"aliases": ["milliusd"]
|
|
2522
|
+
}, {
|
|
2523
|
+
"denom": "ust",
|
|
2524
|
+
"exponent": 6,
|
|
2525
|
+
"aliases": ["ustc"]
|
|
2526
|
+
}],
|
|
2527
|
+
"base": "ibc/BE1BB42D4BE3C30D50B68D7C41DB4DFCE9678E8EF8C539F6E6A9345048894FCC",
|
|
2528
|
+
"name": "TerraClassicUSD",
|
|
2529
|
+
"display": "ust",
|
|
2530
|
+
"symbol": "USTC",
|
|
2531
|
+
"logo_URIs": {
|
|
2532
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg",
|
|
2533
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png"
|
|
2534
|
+
},
|
|
2535
|
+
"coingecko_id": "terrausd",
|
|
2536
|
+
"ibc": {
|
|
2537
|
+
"counterparty": {
|
|
2538
|
+
"channel": "channel-1",
|
|
2539
|
+
"denom": "uusd",
|
|
2540
|
+
"chain_name": "terra"
|
|
2541
|
+
},
|
|
2542
|
+
"chain": {
|
|
2543
|
+
"channel": "channel-72"
|
|
2544
|
+
}
|
|
2545
|
+
}
|
|
2546
|
+
}, {
|
|
2547
|
+
"description": "The KRW stablecoin of Terra Classic.",
|
|
2548
|
+
"denom_units": [{
|
|
2549
|
+
"denom": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
|
|
2550
|
+
"exponent": 0,
|
|
2551
|
+
"aliases": ["ukrw"]
|
|
2552
|
+
}, {
|
|
2553
|
+
"denom": "mkrw",
|
|
2554
|
+
"exponent": 3,
|
|
2555
|
+
"aliases": ["millikrw"]
|
|
2556
|
+
}, {
|
|
2557
|
+
"denom": "krt",
|
|
2558
|
+
"exponent": 6,
|
|
2559
|
+
"aliases": ["krtc"]
|
|
2560
|
+
}],
|
|
2561
|
+
"base": "ibc/204A582244FC241613DBB50B04D1D454116C58C4AF7866C186AA0D6EEAD42780",
|
|
2562
|
+
"name": "TerraClassicKRW",
|
|
2563
|
+
"display": "krt",
|
|
2564
|
+
"symbol": "KRTC",
|
|
2565
|
+
"logo_URIs": {
|
|
2566
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg",
|
|
2567
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png"
|
|
2568
|
+
},
|
|
2569
|
+
"coingecko_id": "terrakrw",
|
|
2570
|
+
"ibc": {
|
|
2571
|
+
"counterparty": {
|
|
2572
|
+
"channel": "channel-1",
|
|
2573
|
+
"denom": "ukrw",
|
|
2574
|
+
"chain_name": "terra"
|
|
2575
|
+
},
|
|
2576
|
+
"chain": {
|
|
2577
|
+
"channel": "channel-72"
|
|
2578
|
+
}
|
|
2579
|
+
}
|
|
2580
|
+
}, {
|
|
2581
|
+
"description": "The AUD stablecoin of Terra Classic.",
|
|
2582
|
+
"denom_units": [{
|
|
2583
|
+
"denom": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
|
|
2584
|
+
"exponent": 0,
|
|
2585
|
+
"aliases": ["uaud"]
|
|
2586
|
+
}, {
|
|
2587
|
+
"denom": "maud",
|
|
2588
|
+
"exponent": 3,
|
|
2589
|
+
"aliases": ["milliaud"]
|
|
2590
|
+
}, {
|
|
2591
|
+
"denom": "aut",
|
|
2592
|
+
"exponent": 6,
|
|
2593
|
+
"aliases": ["autc"]
|
|
2594
|
+
}],
|
|
2595
|
+
"base": "ibc/AF5CF6B225B1C03E7F9C2A1AE80CB3BED4E2E7D7F79D5B85679EC2E6925C7289",
|
|
2596
|
+
"display": "aut",
|
|
2597
|
+
"name": "TerraClassicAUD",
|
|
2598
|
+
"symbol": "AUTC",
|
|
2599
|
+
"logo_URIs": {
|
|
2600
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg",
|
|
2601
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png"
|
|
2602
|
+
},
|
|
2603
|
+
"ibc": {
|
|
2604
|
+
"counterparty": {
|
|
2605
|
+
"channel": "channel-1",
|
|
2606
|
+
"denom": "uaud",
|
|
2607
|
+
"chain_name": "terra"
|
|
2608
|
+
},
|
|
2609
|
+
"chain": {
|
|
2610
|
+
"channel": "channel-72"
|
|
2611
|
+
}
|
|
2612
|
+
}
|
|
2613
|
+
}, {
|
|
2614
|
+
"description": "The CAD stablecoin of Terra Classic.",
|
|
2615
|
+
"denom_units": [{
|
|
2616
|
+
"denom": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
|
|
2617
|
+
"exponent": 0,
|
|
2618
|
+
"aliases": ["ucad"]
|
|
2619
|
+
}, {
|
|
2620
|
+
"denom": "mcad",
|
|
2621
|
+
"exponent": 3,
|
|
2622
|
+
"aliases": ["millicad"]
|
|
2623
|
+
}, {
|
|
2624
|
+
"denom": "cat",
|
|
2625
|
+
"exponent": 6,
|
|
2626
|
+
"aliases": ["catc"]
|
|
2627
|
+
}],
|
|
2628
|
+
"base": "ibc/4D4C6199EDADACC046B17FCC39C9060EBA1CDF71B4692BE309AE71BA992F792B",
|
|
2629
|
+
"display": "cat",
|
|
2630
|
+
"name": "TerraClassicCAD",
|
|
2631
|
+
"symbol": "CATC",
|
|
2632
|
+
"logo_URIs": {
|
|
2633
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg",
|
|
2634
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png"
|
|
2635
|
+
},
|
|
2636
|
+
"ibc": {
|
|
2637
|
+
"counterparty": {
|
|
2638
|
+
"channel": "channel-1",
|
|
2639
|
+
"denom": "ucad",
|
|
2640
|
+
"chain_name": "terra"
|
|
2641
|
+
},
|
|
2642
|
+
"chain": {
|
|
2643
|
+
"channel": "channel-72"
|
|
2644
|
+
}
|
|
2645
|
+
}
|
|
2646
|
+
}, {
|
|
2647
|
+
"description": "The CHF stablecoin of Terra Classic.",
|
|
2648
|
+
"denom_units": [{
|
|
2649
|
+
"denom": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
|
|
2650
|
+
"exponent": 0,
|
|
2651
|
+
"aliases": ["uchf"]
|
|
2652
|
+
}, {
|
|
2653
|
+
"denom": "mchf",
|
|
2654
|
+
"exponent": 3,
|
|
2655
|
+
"aliases": ["millichf"]
|
|
2656
|
+
}, {
|
|
2657
|
+
"denom": "cht",
|
|
2658
|
+
"exponent": 6,
|
|
2659
|
+
"aliases": ["chtc"]
|
|
2660
|
+
}],
|
|
2661
|
+
"base": "ibc/0863B7BFD46942F07AA55B3C7138C50F26D9A8168A47767897B04DBF41B7DF37",
|
|
2662
|
+
"display": "cht",
|
|
2663
|
+
"name": "TerraClassicCHF",
|
|
2664
|
+
"symbol": "CHTC",
|
|
2665
|
+
"logo_URIs": {
|
|
2666
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg",
|
|
2667
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png"
|
|
2668
|
+
},
|
|
2669
|
+
"ibc": {
|
|
2670
|
+
"counterparty": {
|
|
2671
|
+
"channel": "channel-1",
|
|
2672
|
+
"denom": "uchf",
|
|
2673
|
+
"chain_name": "terra"
|
|
2674
|
+
},
|
|
2675
|
+
"chain": {
|
|
2676
|
+
"channel": "channel-72"
|
|
2677
|
+
}
|
|
2678
|
+
}
|
|
2679
|
+
}, {
|
|
2680
|
+
"description": "The CNY stablecoin of Terra Classic.",
|
|
2681
|
+
"denom_units": [{
|
|
2682
|
+
"denom": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
|
|
2683
|
+
"exponent": 0,
|
|
2684
|
+
"aliases": ["ucny"]
|
|
2685
|
+
}, {
|
|
2686
|
+
"denom": "mcny",
|
|
2687
|
+
"exponent": 3,
|
|
2688
|
+
"aliases": ["millicny"]
|
|
2689
|
+
}, {
|
|
2690
|
+
"denom": "cnt",
|
|
2691
|
+
"exponent": 6,
|
|
2692
|
+
"aliases": ["cntc"]
|
|
2693
|
+
}],
|
|
2694
|
+
"base": "ibc/C4A85672EAF4C51D865A76483AB8CEFD7BC37C3B6F1A1610721D97A1734F382D",
|
|
2695
|
+
"display": "cnt",
|
|
2696
|
+
"name": "TerraClassicCNY",
|
|
2697
|
+
"symbol": "CNTC",
|
|
2698
|
+
"logo_URIs": {
|
|
2699
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg",
|
|
2700
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png"
|
|
2701
|
+
},
|
|
2702
|
+
"ibc": {
|
|
2703
|
+
"counterparty": {
|
|
2704
|
+
"channel": "channel-1",
|
|
2705
|
+
"denom": "ucny",
|
|
2706
|
+
"chain_name": "terra"
|
|
2707
|
+
},
|
|
2708
|
+
"chain": {
|
|
2709
|
+
"channel": "channel-72"
|
|
2710
|
+
}
|
|
2711
|
+
}
|
|
2712
|
+
}, {
|
|
2713
|
+
"description": "The DKK stablecoin of Terra Classic.",
|
|
2714
|
+
"denom_units": [{
|
|
2715
|
+
"denom": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
|
|
2716
|
+
"exponent": 0,
|
|
2717
|
+
"aliases": ["udkk"]
|
|
2718
|
+
}, {
|
|
2719
|
+
"denom": "mdkk",
|
|
2720
|
+
"exponent": 3,
|
|
2721
|
+
"aliases": ["millidkk"]
|
|
2722
|
+
}, {
|
|
2723
|
+
"denom": "dkt",
|
|
2724
|
+
"exponent": 6,
|
|
2725
|
+
"aliases": ["dktc"]
|
|
2726
|
+
}],
|
|
2727
|
+
"base": "ibc/52013CBC332B65408E0E8D30AA364612FC56820315926B33E2295275BC12A9B7",
|
|
2728
|
+
"display": "dkt",
|
|
2729
|
+
"name": "TerraClassicDKK",
|
|
2730
|
+
"symbol": "DKTC",
|
|
2731
|
+
"logo_URIs": {
|
|
2732
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg",
|
|
2733
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png"
|
|
2734
|
+
},
|
|
2735
|
+
"ibc": {
|
|
2736
|
+
"counterparty": {
|
|
2737
|
+
"channel": "channel-1",
|
|
2738
|
+
"denom": "udkk",
|
|
2739
|
+
"chain_name": "terra"
|
|
2740
|
+
},
|
|
2741
|
+
"chain": {
|
|
2742
|
+
"channel": "channel-72"
|
|
2743
|
+
}
|
|
2744
|
+
}
|
|
2745
|
+
}, {
|
|
2746
|
+
"description": "The EUR stablecoin of Terra Classic.",
|
|
2747
|
+
"denom_units": [{
|
|
2748
|
+
"denom": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
|
|
2749
|
+
"exponent": 0,
|
|
2750
|
+
"aliases": ["ueur"]
|
|
2751
|
+
}, {
|
|
2752
|
+
"denom": "meur",
|
|
2753
|
+
"exponent": 3,
|
|
2754
|
+
"aliases": ["millieur"]
|
|
2755
|
+
}, {
|
|
2756
|
+
"denom": "eut",
|
|
2757
|
+
"exponent": 6,
|
|
2758
|
+
"aliases": ["eutc"]
|
|
2759
|
+
}],
|
|
2760
|
+
"base": "ibc/5035A2B603841B19A40A060B9F6693F09C8F1E038C2A42589F781929A253148E",
|
|
2761
|
+
"display": "eut",
|
|
2762
|
+
"name": "TerraClassicEUR",
|
|
2763
|
+
"symbol": "EUTC",
|
|
2764
|
+
"logo_URIs": {
|
|
2765
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg",
|
|
2766
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png"
|
|
2767
|
+
},
|
|
2768
|
+
"ibc": {
|
|
2769
|
+
"counterparty": {
|
|
2770
|
+
"channel": "channel-1",
|
|
2771
|
+
"denom": "ueur",
|
|
2772
|
+
"chain_name": "terra"
|
|
2773
|
+
},
|
|
2774
|
+
"chain": {
|
|
2775
|
+
"channel": "channel-72"
|
|
2776
|
+
}
|
|
2777
|
+
}
|
|
2778
|
+
}, {
|
|
2779
|
+
"description": "The GBP stablecoin of Terra Classic.",
|
|
2780
|
+
"denom_units": [{
|
|
2781
|
+
"denom": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
|
|
2782
|
+
"exponent": 0,
|
|
2783
|
+
"aliases": ["ugbp"]
|
|
2784
|
+
}, {
|
|
2785
|
+
"denom": "mgbp",
|
|
2786
|
+
"exponent": 3,
|
|
2787
|
+
"aliases": ["milligbp"]
|
|
2788
|
+
}, {
|
|
2789
|
+
"denom": "gbt",
|
|
2790
|
+
"exponent": 6,
|
|
2791
|
+
"aliases": ["gbtc"]
|
|
2792
|
+
}],
|
|
2793
|
+
"base": "ibc/2A5C04E2BBB24046A98162896D6237CE56ACE8C3CD907F8070E8348A30A6376E",
|
|
2794
|
+
"display": "gbt",
|
|
2795
|
+
"name": "TerraClassicGBP",
|
|
2796
|
+
"symbol": "GBTC",
|
|
2797
|
+
"logo_URIs": {
|
|
2798
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg",
|
|
2799
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png"
|
|
2800
|
+
},
|
|
2801
|
+
"ibc": {
|
|
2802
|
+
"counterparty": {
|
|
2803
|
+
"channel": "channel-1",
|
|
2804
|
+
"denom": "ugbp",
|
|
2805
|
+
"chain_name": "terra"
|
|
2806
|
+
},
|
|
2807
|
+
"chain": {
|
|
2808
|
+
"channel": "channel-72"
|
|
2809
|
+
}
|
|
2810
|
+
}
|
|
2811
|
+
}, {
|
|
2812
|
+
"description": "The HKD stablecoin of Terra Classic.",
|
|
2813
|
+
"denom_units": [{
|
|
2814
|
+
"denom": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
|
|
2815
|
+
"exponent": 0,
|
|
2816
|
+
"aliases": ["uhkd"]
|
|
2817
|
+
}, {
|
|
2818
|
+
"denom": "mhkd",
|
|
2819
|
+
"exponent": 3,
|
|
2820
|
+
"aliases": ["millihkd"]
|
|
2821
|
+
}, {
|
|
2822
|
+
"denom": "hkt",
|
|
2823
|
+
"exponent": 6,
|
|
2824
|
+
"aliases": ["hktc"]
|
|
2825
|
+
}],
|
|
2826
|
+
"base": "ibc/95608E3B5D8E5C31EE272E09A04AB8E6638A858F564E5B8F5A5C05CEFC33B434",
|
|
2827
|
+
"display": "hkt",
|
|
2828
|
+
"name": "TerraClassicHKD",
|
|
2829
|
+
"symbol": "HKTC",
|
|
2830
|
+
"logo_URIs": {
|
|
2831
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg",
|
|
2832
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png"
|
|
2833
|
+
},
|
|
2834
|
+
"ibc": {
|
|
2835
|
+
"counterparty": {
|
|
2836
|
+
"channel": "channel-1",
|
|
2837
|
+
"denom": "uhkd",
|
|
2838
|
+
"chain_name": "terra"
|
|
2839
|
+
},
|
|
2840
|
+
"chain": {
|
|
2841
|
+
"channel": "channel-72"
|
|
2842
|
+
}
|
|
2843
|
+
}
|
|
2844
|
+
}, {
|
|
2845
|
+
"description": "The IDR stablecoin of Terra Classic.",
|
|
2846
|
+
"denom_units": [{
|
|
2847
|
+
"denom": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
|
|
2848
|
+
"exponent": 0,
|
|
2849
|
+
"aliases": ["uidr"]
|
|
2850
|
+
}, {
|
|
2851
|
+
"denom": "midr",
|
|
2852
|
+
"exponent": 3,
|
|
2853
|
+
"aliases": ["milliidr"]
|
|
2854
|
+
}, {
|
|
2855
|
+
"denom": "idt",
|
|
2856
|
+
"exponent": 6,
|
|
2857
|
+
"aliases": ["idtc"]
|
|
2858
|
+
}],
|
|
2859
|
+
"base": "ibc/BF55329AEA7E79B0AAB320C41A76AC8B9E4E9E07EEED8643AB57440C0978F402",
|
|
2860
|
+
"display": "idt",
|
|
2861
|
+
"name": "TerraClassicIDR",
|
|
2862
|
+
"symbol": "IDTC",
|
|
2863
|
+
"logo_URIs": {
|
|
2864
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg",
|
|
2865
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png"
|
|
2866
|
+
},
|
|
2867
|
+
"ibc": {
|
|
2868
|
+
"counterparty": {
|
|
2869
|
+
"channel": "channel-1",
|
|
2870
|
+
"denom": "uidr",
|
|
2871
|
+
"chain_name": "terra"
|
|
2872
|
+
},
|
|
2873
|
+
"chain": {
|
|
2874
|
+
"channel": "channel-72"
|
|
2875
|
+
}
|
|
2876
|
+
}
|
|
2877
|
+
}, {
|
|
2878
|
+
"description": "The INR stablecoin of Terra Classic.",
|
|
2879
|
+
"denom_units": [{
|
|
2880
|
+
"denom": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
|
|
2881
|
+
"exponent": 0,
|
|
2882
|
+
"aliases": ["uinr"]
|
|
2883
|
+
}, {
|
|
2884
|
+
"denom": "minr",
|
|
2885
|
+
"exponent": 3,
|
|
2886
|
+
"aliases": ["milliinr"]
|
|
2887
|
+
}, {
|
|
2888
|
+
"denom": "int",
|
|
2889
|
+
"exponent": 6,
|
|
2890
|
+
"aliases": ["intc"]
|
|
2891
|
+
}],
|
|
2892
|
+
"base": "ibc/C9B27B2F497CD3A3C7EE07556FA40AE234EE346A1EC269E7DE59C9CB52A0A0A6",
|
|
2893
|
+
"display": "int",
|
|
2894
|
+
"name": "TerraClassicINR",
|
|
2895
|
+
"symbol": "INTC",
|
|
2896
|
+
"logo_URIs": {
|
|
2897
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg",
|
|
2898
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png"
|
|
2899
|
+
},
|
|
2900
|
+
"ibc": {
|
|
2901
|
+
"counterparty": {
|
|
2902
|
+
"channel": "channel-1",
|
|
2903
|
+
"denom": "uinr",
|
|
2904
|
+
"chain_name": "terra"
|
|
2905
|
+
},
|
|
2906
|
+
"chain": {
|
|
2907
|
+
"channel": "channel-72"
|
|
2908
|
+
}
|
|
2909
|
+
}
|
|
2910
|
+
}, {
|
|
2911
|
+
"description": "The JPY stablecoin of Terra Classic.",
|
|
2912
|
+
"denom_units": [{
|
|
2913
|
+
"denom": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
|
|
2914
|
+
"exponent": 0,
|
|
2915
|
+
"aliases": ["ujpy"]
|
|
2916
|
+
}, {
|
|
2917
|
+
"denom": "mjpy",
|
|
2918
|
+
"exponent": 3,
|
|
2919
|
+
"aliases": ["millijpy"]
|
|
2920
|
+
}, {
|
|
2921
|
+
"denom": "jpt",
|
|
2922
|
+
"exponent": 6,
|
|
2923
|
+
"aliases": ["jptc"]
|
|
2924
|
+
}],
|
|
2925
|
+
"base": "ibc/E33EB14BFC9274B7A9C349BB519A78B33C782DA682708EC91A85359FFAA6357A",
|
|
2926
|
+
"display": "jpt",
|
|
2927
|
+
"name": "TerraClassicJPY",
|
|
2928
|
+
"symbol": "JPTC",
|
|
2929
|
+
"logo_URIs": {
|
|
2930
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg",
|
|
2931
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png"
|
|
2932
|
+
},
|
|
2933
|
+
"ibc": {
|
|
2934
|
+
"counterparty": {
|
|
2935
|
+
"channel": "channel-1",
|
|
2936
|
+
"denom": "ujpy",
|
|
2937
|
+
"chain_name": "terra"
|
|
2938
|
+
},
|
|
2939
|
+
"chain": {
|
|
2940
|
+
"channel": "channel-72"
|
|
2941
|
+
}
|
|
2942
|
+
}
|
|
2943
|
+
}, {
|
|
2944
|
+
"description": "The MNT stablecoin of Terra Classic.",
|
|
2945
|
+
"denom_units": [{
|
|
2946
|
+
"denom": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
|
|
2947
|
+
"exponent": 0,
|
|
2948
|
+
"aliases": ["umnt"]
|
|
2949
|
+
}, {
|
|
2950
|
+
"denom": "mmnt",
|
|
2951
|
+
"exponent": 3,
|
|
2952
|
+
"aliases": ["millimnt"]
|
|
2953
|
+
}, {
|
|
2954
|
+
"denom": "mnt",
|
|
2955
|
+
"exponent": 6,
|
|
2956
|
+
"aliases": ["mntc"]
|
|
2957
|
+
}],
|
|
2958
|
+
"base": "ibc/0AA77B8ECAAD61A09437BA40B9EAEA3A80D9CF3EF1933309895BF3C2FC699DA6",
|
|
2959
|
+
"display": "mnt",
|
|
2960
|
+
"name": "TerraClassicMNT",
|
|
2961
|
+
"symbol": "MNTC",
|
|
2962
|
+
"logo_URIs": {
|
|
2963
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg",
|
|
2964
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png"
|
|
2965
|
+
},
|
|
2966
|
+
"ibc": {
|
|
2967
|
+
"counterparty": {
|
|
2968
|
+
"channel": "channel-1",
|
|
2969
|
+
"denom": "umnt",
|
|
2970
|
+
"chain_name": "terra"
|
|
2971
|
+
},
|
|
2972
|
+
"chain": {
|
|
2973
|
+
"channel": "channel-72"
|
|
2974
|
+
}
|
|
2975
|
+
}
|
|
2976
|
+
}, {
|
|
2977
|
+
"description": "The MYR stablecoin of Terra Classic.",
|
|
2978
|
+
"denom_units": [{
|
|
2979
|
+
"denom": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
|
|
2980
|
+
"exponent": 0,
|
|
2981
|
+
"aliases": ["umyr"]
|
|
2982
|
+
}, {
|
|
2983
|
+
"denom": "mmyr",
|
|
2984
|
+
"exponent": 3,
|
|
2985
|
+
"aliases": ["millimyr"]
|
|
2986
|
+
}, {
|
|
2987
|
+
"denom": "myt",
|
|
2988
|
+
"exponent": 6,
|
|
2989
|
+
"aliases": ["mytc"]
|
|
2990
|
+
}],
|
|
2991
|
+
"base": "ibc/12FEFB6E8AD852D23474DB1664D6F1B1C965506492B85E34F3496A9AF7B3F6C8",
|
|
2992
|
+
"display": "myt",
|
|
2993
|
+
"name": "TerraClassicMYR",
|
|
2994
|
+
"symbol": "MYTC",
|
|
2995
|
+
"logo_URIs": {
|
|
2996
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg",
|
|
2997
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png"
|
|
2998
|
+
},
|
|
2999
|
+
"ibc": {
|
|
3000
|
+
"counterparty": {
|
|
3001
|
+
"channel": "channel-1",
|
|
3002
|
+
"denom": "umyr",
|
|
3003
|
+
"chain_name": "terra"
|
|
3004
|
+
},
|
|
3005
|
+
"chain": {
|
|
3006
|
+
"channel": "channel-72"
|
|
3007
|
+
}
|
|
3008
|
+
}
|
|
3009
|
+
}, {
|
|
3010
|
+
"description": "The NOK stablecoin of Terra Classic.",
|
|
3011
|
+
"denom_units": [{
|
|
3012
|
+
"denom": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
|
|
3013
|
+
"exponent": 0,
|
|
3014
|
+
"aliases": ["unok"]
|
|
3015
|
+
}, {
|
|
3016
|
+
"denom": "mnok",
|
|
3017
|
+
"exponent": 3,
|
|
3018
|
+
"aliases": ["millinok"]
|
|
3019
|
+
}, {
|
|
3020
|
+
"denom": "not",
|
|
3021
|
+
"exponent": 6,
|
|
3022
|
+
"aliases": ["notc"]
|
|
3023
|
+
}],
|
|
3024
|
+
"base": "ibc/2E4ECFFBCDD77D42E6A1DD2D866C11FECCD4EB65B695253A610F2882B654731F",
|
|
3025
|
+
"display": "not",
|
|
3026
|
+
"name": "TerraClassicNOK",
|
|
3027
|
+
"symbol": "NOTC",
|
|
3028
|
+
"logo_URIs": {
|
|
3029
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg",
|
|
3030
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png"
|
|
3031
|
+
},
|
|
3032
|
+
"ibc": {
|
|
3033
|
+
"counterparty": {
|
|
3034
|
+
"channel": "channel-1",
|
|
3035
|
+
"denom": "unok",
|
|
3036
|
+
"chain_name": "terra"
|
|
3037
|
+
},
|
|
3038
|
+
"chain": {
|
|
3039
|
+
"channel": "channel-72"
|
|
3040
|
+
}
|
|
3041
|
+
}
|
|
3042
|
+
}, {
|
|
3043
|
+
"description": "The PHP stablecoin of Terra Classic.",
|
|
3044
|
+
"denom_units": [{
|
|
3045
|
+
"denom": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
|
|
3046
|
+
"exponent": 0,
|
|
3047
|
+
"aliases": ["uphp"]
|
|
3048
|
+
}, {
|
|
3049
|
+
"denom": "mphp",
|
|
3050
|
+
"exponent": 3,
|
|
3051
|
+
"aliases": ["milliphp"]
|
|
3052
|
+
}, {
|
|
3053
|
+
"denom": "pht",
|
|
3054
|
+
"exponent": 6,
|
|
3055
|
+
"aliases": ["phtc"]
|
|
3056
|
+
}],
|
|
3057
|
+
"base": "ibc/559B4D308D13DFD4CF535B417C97740E99516B6EF4E0C66AD54CCAD2F46C55E5",
|
|
3058
|
+
"display": "pht",
|
|
3059
|
+
"name": "TerraClassicPHP",
|
|
3060
|
+
"symbol": "PHTC",
|
|
3061
|
+
"logo_URIs": {
|
|
3062
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg",
|
|
3063
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png"
|
|
3064
|
+
},
|
|
3065
|
+
"ibc": {
|
|
3066
|
+
"counterparty": {
|
|
3067
|
+
"channel": "channel-1",
|
|
3068
|
+
"denom": "uphp",
|
|
3069
|
+
"chain_name": "terra"
|
|
3070
|
+
},
|
|
3071
|
+
"chain": {
|
|
3072
|
+
"channel": "channel-72"
|
|
3073
|
+
}
|
|
3074
|
+
}
|
|
3075
|
+
}, {
|
|
3076
|
+
"description": "The SDR stablecoin of Terra Classic.",
|
|
3077
|
+
"denom_units": [{
|
|
3078
|
+
"denom": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
|
|
3079
|
+
"exponent": 0,
|
|
3080
|
+
"aliases": ["usdr"]
|
|
3081
|
+
}, {
|
|
3082
|
+
"denom": "msdr",
|
|
3083
|
+
"exponent": 3,
|
|
3084
|
+
"aliases": ["millisdr"]
|
|
3085
|
+
}, {
|
|
3086
|
+
"denom": "sdt",
|
|
3087
|
+
"exponent": 6,
|
|
3088
|
+
"aliases": ["sdtc"]
|
|
3089
|
+
}],
|
|
3090
|
+
"base": "ibc/92BF104008D75F9E9A602F948C824E75271A62EAB940D381AF7B1A6D95BF6021",
|
|
3091
|
+
"display": "sdt",
|
|
3092
|
+
"name": "TerraClassicSDR",
|
|
3093
|
+
"symbol": "SDTC",
|
|
3094
|
+
"logo_URIs": {
|
|
3095
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg",
|
|
3096
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png"
|
|
3097
|
+
},
|
|
3098
|
+
"ibc": {
|
|
3099
|
+
"counterparty": {
|
|
3100
|
+
"channel": "channel-1",
|
|
3101
|
+
"denom": "usdr",
|
|
3102
|
+
"chain_name": "terra"
|
|
3103
|
+
},
|
|
3104
|
+
"chain": {
|
|
3105
|
+
"channel": "channel-72"
|
|
3106
|
+
}
|
|
3107
|
+
}
|
|
3108
|
+
}, {
|
|
3109
|
+
"description": "The SEK stablecoin of Terra Classic.",
|
|
3110
|
+
"denom_units": [{
|
|
3111
|
+
"denom": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
|
|
3112
|
+
"exponent": 0,
|
|
3113
|
+
"aliases": ["usek"]
|
|
3114
|
+
}, {
|
|
3115
|
+
"denom": "msek",
|
|
3116
|
+
"exponent": 3,
|
|
3117
|
+
"aliases": ["millisek"]
|
|
3118
|
+
}, {
|
|
3119
|
+
"denom": "set",
|
|
3120
|
+
"exponent": 6,
|
|
3121
|
+
"aliases": ["setc"]
|
|
3122
|
+
}],
|
|
3123
|
+
"base": "ibc/227794C5A63E0A61F49839817288C6582E0BB3D9A082D261542F56684DC6F47D",
|
|
3124
|
+
"display": "set",
|
|
3125
|
+
"name": "TerraClassicSEK",
|
|
3126
|
+
"symbol": "SETC",
|
|
3127
|
+
"logo_URIs": {
|
|
3128
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg",
|
|
3129
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png"
|
|
3130
|
+
},
|
|
3131
|
+
"ibc": {
|
|
3132
|
+
"counterparty": {
|
|
3133
|
+
"channel": "channel-1",
|
|
3134
|
+
"denom": "usek",
|
|
3135
|
+
"chain_name": "terra"
|
|
3136
|
+
},
|
|
3137
|
+
"chain": {
|
|
3138
|
+
"channel": "channel-72"
|
|
3139
|
+
}
|
|
3140
|
+
}
|
|
3141
|
+
}, {
|
|
3142
|
+
"description": "The SGD stablecoin of Terra Classic.",
|
|
3143
|
+
"denom_units": [{
|
|
3144
|
+
"denom": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
|
|
3145
|
+
"exponent": 0,
|
|
3146
|
+
"aliases": ["usgd"]
|
|
3147
|
+
}, {
|
|
3148
|
+
"denom": "msgd",
|
|
3149
|
+
"exponent": 3,
|
|
3150
|
+
"aliases": ["millisgd"]
|
|
3151
|
+
}, {
|
|
3152
|
+
"denom": "sgt",
|
|
3153
|
+
"exponent": 6,
|
|
3154
|
+
"aliases": ["sgtc"]
|
|
3155
|
+
}],
|
|
3156
|
+
"base": "ibc/2FB96E4667FBBE51C86E534017E6787F5B15377AF16815955DC97692CB237208",
|
|
3157
|
+
"display": "sgt",
|
|
3158
|
+
"name": "TerraClassicSGD",
|
|
3159
|
+
"symbol": "SGTC",
|
|
3160
|
+
"logo_URIs": {
|
|
3161
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg",
|
|
3162
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png"
|
|
3163
|
+
},
|
|
3164
|
+
"ibc": {
|
|
3165
|
+
"counterparty": {
|
|
3166
|
+
"channel": "channel-1",
|
|
3167
|
+
"denom": "usgd",
|
|
3168
|
+
"chain_name": "terra"
|
|
3169
|
+
},
|
|
3170
|
+
"chain": {
|
|
3171
|
+
"channel": "channel-72"
|
|
3172
|
+
}
|
|
3173
|
+
}
|
|
3174
|
+
}, {
|
|
3175
|
+
"description": "The THB stablecoin of Terra Classic.",
|
|
3176
|
+
"denom_units": [{
|
|
3177
|
+
"denom": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
|
|
3178
|
+
"exponent": 0,
|
|
3179
|
+
"aliases": ["uthb"]
|
|
3180
|
+
}, {
|
|
3181
|
+
"denom": "mthb",
|
|
3182
|
+
"exponent": 3,
|
|
3183
|
+
"aliases": ["millithb"]
|
|
3184
|
+
}, {
|
|
3185
|
+
"denom": "tht",
|
|
3186
|
+
"exponent": 6,
|
|
3187
|
+
"aliases": ["thtc"]
|
|
3188
|
+
}],
|
|
3189
|
+
"base": "ibc/1370B7C0100924E0310D7A9F71701109F86CF2A7E13B86A1D3B425E618167DBF",
|
|
3190
|
+
"display": "tht",
|
|
3191
|
+
"name": "TerraClassicTHB",
|
|
3192
|
+
"symbol": "THTC",
|
|
3193
|
+
"logo_URIs": {
|
|
3194
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg",
|
|
3195
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png"
|
|
3196
|
+
},
|
|
3197
|
+
"ibc": {
|
|
3198
|
+
"counterparty": {
|
|
3199
|
+
"channel": "channel-1",
|
|
3200
|
+
"denom": "uthb",
|
|
3201
|
+
"chain_name": "terra"
|
|
3202
|
+
},
|
|
3203
|
+
"chain": {
|
|
3204
|
+
"channel": "channel-72"
|
|
3205
|
+
}
|
|
3206
|
+
}
|
|
3207
|
+
}, {
|
|
3208
|
+
"description": "The TWD stablecoin of Terra Classic.",
|
|
3209
|
+
"denom_units": [{
|
|
3210
|
+
"denom": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
|
|
3211
|
+
"exponent": 0,
|
|
3212
|
+
"aliases": ["utwd"]
|
|
3213
|
+
}, {
|
|
3214
|
+
"denom": "mtwd",
|
|
3215
|
+
"exponent": 3,
|
|
3216
|
+
"aliases": ["millitwd"]
|
|
3217
|
+
}, {
|
|
3218
|
+
"denom": "twt",
|
|
3219
|
+
"exponent": 6,
|
|
3220
|
+
"aliases": ["twtc"]
|
|
3221
|
+
}],
|
|
3222
|
+
"base": "ibc/93B9AA28AF48E1601399BA808B09A3EE59299B48D70A1E1BCD04D9DB84E246F3",
|
|
3223
|
+
"display": "twt",
|
|
3224
|
+
"name": "TerraClassicTWD",
|
|
3225
|
+
"symbol": "TWTC",
|
|
3226
|
+
"logo_URIs": {
|
|
3227
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg",
|
|
3228
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png"
|
|
3229
|
+
},
|
|
3230
|
+
"ibc": {
|
|
3231
|
+
"counterparty": {
|
|
3232
|
+
"channel": "channel-1",
|
|
3233
|
+
"denom": "utwd",
|
|
3234
|
+
"chain_name": "terra"
|
|
3235
|
+
},
|
|
3236
|
+
"chain": {
|
|
3237
|
+
"channel": "channel-72"
|
|
3238
|
+
}
|
|
3239
|
+
}
|
|
3240
|
+
}, {
|
|
3241
|
+
"description": "The native token of Tgrade",
|
|
3242
|
+
"denom_units": [{
|
|
3243
|
+
"denom": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
|
|
3244
|
+
"exponent": 0,
|
|
3245
|
+
"aliases": ["utgd"]
|
|
3246
|
+
}, {
|
|
3247
|
+
"denom": "tgd",
|
|
3248
|
+
"exponent": 6,
|
|
3249
|
+
"aliases": []
|
|
3250
|
+
}],
|
|
3251
|
+
"base": "ibc/1E09CB0F506ACF12FDE4683FB6B34DA62FB4BE122641E0D93AAF98A87675676C",
|
|
3252
|
+
"name": "Tgrade",
|
|
3253
|
+
"display": "tgd",
|
|
3254
|
+
"symbol": "TGD",
|
|
3255
|
+
"logo_URIs": {
|
|
3256
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.png",
|
|
3257
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/tgrade/images/tgrade-symbol-gradient.svg"
|
|
3258
|
+
},
|
|
3259
|
+
"coingecko_id": "tgrade",
|
|
3260
|
+
"ibc": {
|
|
3261
|
+
"counterparty": {
|
|
3262
|
+
"channel": "channel-0",
|
|
3263
|
+
"denom": "utgd",
|
|
3264
|
+
"chain_name": "tgrade"
|
|
3265
|
+
},
|
|
3266
|
+
"chain": {
|
|
3267
|
+
"channel": "channel-263"
|
|
3268
|
+
}
|
|
3269
|
+
}
|
|
3270
|
+
}, {
|
|
3271
|
+
"description": "The native token of Umee",
|
|
3272
|
+
"denom_units": [{
|
|
3273
|
+
"denom": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
|
|
3274
|
+
"exponent": 0,
|
|
3275
|
+
"aliases": ["uumee"]
|
|
3276
|
+
}, {
|
|
3277
|
+
"denom": "umee",
|
|
3278
|
+
"exponent": 6
|
|
3279
|
+
}],
|
|
3280
|
+
"base": "ibc/67795E528DF67C5606FC20F824EA39A6EF55BA133F4DC79C90A8C47A0901E17C",
|
|
3281
|
+
"name": "Umee",
|
|
3282
|
+
"display": "umee",
|
|
3283
|
+
"symbol": "UMEE",
|
|
3284
|
+
"logo_URIs": {
|
|
3285
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/umee/images/umee.png"
|
|
3286
|
+
},
|
|
3287
|
+
"coingecko_id": "umee",
|
|
3288
|
+
"ibc": {
|
|
3289
|
+
"counterparty": {
|
|
3290
|
+
"channel": "channel-0",
|
|
3291
|
+
"denom": "uumee",
|
|
3292
|
+
"chain_name": "umee"
|
|
3293
|
+
},
|
|
3294
|
+
"chain": {
|
|
3295
|
+
"channel": "channel-184"
|
|
3296
|
+
}
|
|
3297
|
+
}
|
|
3298
|
+
}, {
|
|
3299
|
+
"description": "The native token of Vidulum",
|
|
3300
|
+
"denom_units": [{
|
|
3301
|
+
"denom": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
|
|
3302
|
+
"exponent": 0,
|
|
3303
|
+
"aliases": ["uvdl"]
|
|
3304
|
+
}, {
|
|
3305
|
+
"denom": "vdl",
|
|
3306
|
+
"exponent": 6,
|
|
3307
|
+
"aliases": []
|
|
3308
|
+
}],
|
|
3309
|
+
"base": "ibc/E7B35499CFBEB0FF5778127ABA4FB2C4B79A6B8D3D831D4379C4048C238796BD",
|
|
3310
|
+
"name": "Vidulum",
|
|
3311
|
+
"display": "vdl",
|
|
3312
|
+
"symbol": "VDL",
|
|
3313
|
+
"logo_URIs": {
|
|
3314
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.svg",
|
|
3315
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/vidulum/images/vdl.png"
|
|
3316
|
+
},
|
|
3317
|
+
"coingecko_id": "vidulum",
|
|
3318
|
+
"ibc": {
|
|
3319
|
+
"counterparty": {
|
|
3320
|
+
"channel": "channel-0",
|
|
3321
|
+
"denom": "uvdl",
|
|
3322
|
+
"chain_name": "vidulum"
|
|
3323
|
+
},
|
|
3324
|
+
"chain": {
|
|
3325
|
+
"channel": "channel-124"
|
|
3326
|
+
}
|
|
3327
|
+
}
|
|
3328
|
+
}]
|
|
3329
|
+
}];
|
|
3330
|
+
exports["default"] = _default;
|