@juno-network/assets 0.5.1
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/LICENSE +21 -0
- package/README.md +29 -0
- package/main/assets.js +295 -0
- package/main/chain.js +139 -0
- package/main/ibc_assets.js +2179 -0
- package/main/index.js +39 -0
- package/module/assets.js +288 -0
- package/module/chain.js +132 -0
- package/module/ibc_assets.js +2172 -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,2179 @@
|
|
1
|
+
"use strict";
|
2
|
+
|
3
|
+
Object.defineProperty(exports, "__esModule", {
|
4
|
+
value: true
|
5
|
+
});
|
6
|
+
exports["default"] = void 0;
|
7
|
+
var _default = [{
|
8
|
+
"chain_name": "juno",
|
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/DFC6F33796D5D0075C5FB54A4D7B8E76915ACF434CB1EE2A1BA0BB8334E17C3A",
|
13
|
+
"exponent": 0,
|
14
|
+
"aliases": ["uakt"]
|
15
|
+
}, {
|
16
|
+
"denom": "akt",
|
17
|
+
"exponent": 6
|
18
|
+
}],
|
19
|
+
"base": "ibc/DFC6F33796D5D0075C5FB54A4D7B8E76915ACF434CB1EE2A1BA0BB8334E17C3A",
|
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-35",
|
31
|
+
"denom": "uakt",
|
32
|
+
"chain_name": "akash"
|
33
|
+
},
|
34
|
+
"chain": {
|
35
|
+
"channel": "channel-29"
|
36
|
+
}
|
37
|
+
}
|
38
|
+
}, {
|
39
|
+
"description": "The native token of Asset Mantle",
|
40
|
+
"denom_units": [{
|
41
|
+
"denom": "ibc/5CB906E82B7A88E62644AD811361F5858B74BA9EBD75C84B6D24B20C01A4819F",
|
42
|
+
"exponent": 0,
|
43
|
+
"aliases": ["umntl"]
|
44
|
+
}, {
|
45
|
+
"denom": "mntl",
|
46
|
+
"exponent": 6
|
47
|
+
}],
|
48
|
+
"base": "ibc/5CB906E82B7A88E62644AD811361F5858B74BA9EBD75C84B6D24B20C01A4819F",
|
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-2",
|
59
|
+
"denom": "umntl",
|
60
|
+
"chain_name": "assetmantle"
|
61
|
+
},
|
62
|
+
"chain": {
|
63
|
+
"channel": "channel-83"
|
64
|
+
}
|
65
|
+
}
|
66
|
+
}, {
|
67
|
+
"description": "The native token of Axelar",
|
68
|
+
"denom_units": [{
|
69
|
+
"denom": "ibc/EBE900AED8FF6BB2E186B17B066138F647CDD9647EF4FBE2DE6C8D4013A2C990",
|
70
|
+
"exponent": 0,
|
71
|
+
"aliases": ["uaxl"]
|
72
|
+
}, {
|
73
|
+
"denom": "axl",
|
74
|
+
"exponent": 6
|
75
|
+
}],
|
76
|
+
"base": "ibc/EBE900AED8FF6BB2E186B17B066138F647CDD9647EF4FBE2DE6C8D4013A2C990",
|
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-4",
|
88
|
+
"denom": "uaxl",
|
89
|
+
"chain_name": "axelar"
|
90
|
+
},
|
91
|
+
"chain": {
|
92
|
+
"channel": "channel-71"
|
93
|
+
}
|
94
|
+
}
|
95
|
+
}, {
|
96
|
+
"description": "Circle's stablecoin on Axelar",
|
97
|
+
"denom_units": [{
|
98
|
+
"denom": "ibc/EAC38D55372F38F1AFD68DF7FE9EF762DCF69F26520643CF3F9D292A738D8034",
|
99
|
+
"exponent": 0,
|
100
|
+
"aliases": ["uusdc"]
|
101
|
+
}, {
|
102
|
+
"denom": "usdc",
|
103
|
+
"exponent": 6
|
104
|
+
}],
|
105
|
+
"base": "ibc/EAC38D55372F38F1AFD68DF7FE9EF762DCF69F26520643CF3F9D292A738D8034",
|
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-4",
|
117
|
+
"denom": "uusdc",
|
118
|
+
"chain_name": "axelar"
|
119
|
+
},
|
120
|
+
"chain": {
|
121
|
+
"channel": "channel-71"
|
122
|
+
}
|
123
|
+
}
|
124
|
+
}, {
|
125
|
+
"description": "Frax's fractional-algorithmic stablecoin on Axelar",
|
126
|
+
"denom_units": [{
|
127
|
+
"denom": "ibc/1CE15165C83F70C7DB18B19C417321B02512A85BCB9FB8E553FC10070D122036",
|
128
|
+
"exponent": 0,
|
129
|
+
"aliases": ["frax-wei"]
|
130
|
+
}, {
|
131
|
+
"denom": "frax",
|
132
|
+
"exponent": 18
|
133
|
+
}],
|
134
|
+
"base": "ibc/1CE15165C83F70C7DB18B19C417321B02512A85BCB9FB8E553FC10070D122036",
|
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-4",
|
146
|
+
"denom": "frax-wei",
|
147
|
+
"chain_name": "axelar"
|
148
|
+
},
|
149
|
+
"chain": {
|
150
|
+
"channel": "channel-71"
|
151
|
+
}
|
152
|
+
}
|
153
|
+
}, {
|
154
|
+
"description": "Dai stablecoin on Axelar",
|
155
|
+
"denom_units": [{
|
156
|
+
"denom": "ibc/171E8F6687D290D378678310F9F15D367DCD245BF06184532B703A92054A8A4F",
|
157
|
+
"exponent": 0,
|
158
|
+
"aliases": ["dai-wei"]
|
159
|
+
}, {
|
160
|
+
"denom": "dai",
|
161
|
+
"exponent": 18
|
162
|
+
}],
|
163
|
+
"base": "ibc/171E8F6687D290D378678310F9F15D367DCD245BF06184532B703A92054A8A4F",
|
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-4",
|
175
|
+
"denom": "dai-wei",
|
176
|
+
"chain_name": "axelar"
|
177
|
+
},
|
178
|
+
"chain": {
|
179
|
+
"channel": "channel-71"
|
180
|
+
}
|
181
|
+
}
|
182
|
+
}, {
|
183
|
+
"description": "Tether's USD stablecoin on Axelar",
|
184
|
+
"denom_units": [{
|
185
|
+
"denom": "ibc/B22D08F0E3D08968FB3CBEE2C1E993581A99AAAA60D0490C1AF7DCE567D5FDDA",
|
186
|
+
"exponent": 0,
|
187
|
+
"aliases": ["uusdt"]
|
188
|
+
}, {
|
189
|
+
"denom": "usdt",
|
190
|
+
"exponent": 6
|
191
|
+
}],
|
192
|
+
"base": "ibc/B22D08F0E3D08968FB3CBEE2C1E993581A99AAAA60D0490C1AF7DCE567D5FDDA",
|
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-4",
|
204
|
+
"denom": "uusdt",
|
205
|
+
"chain_name": "axelar"
|
206
|
+
},
|
207
|
+
"chain": {
|
208
|
+
"channel": "channel-71"
|
209
|
+
}
|
210
|
+
}
|
211
|
+
}, {
|
212
|
+
"description": "Wrapped Ether on Axelar",
|
213
|
+
"denom_units": [{
|
214
|
+
"denom": "ibc/95A45A81521EAFDBEDAEEB6DA975C02E55B414C95AD3CE50709272366A90CA17",
|
215
|
+
"exponent": 0,
|
216
|
+
"aliases": ["weth-wei"]
|
217
|
+
}, {
|
218
|
+
"denom": "weth",
|
219
|
+
"exponent": 18
|
220
|
+
}],
|
221
|
+
"base": "ibc/95A45A81521EAFDBEDAEEB6DA975C02E55B414C95AD3CE50709272366A90CA17",
|
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-4",
|
232
|
+
"denom": "weth-wei",
|
233
|
+
"chain_name": "axelar"
|
234
|
+
},
|
235
|
+
"chain": {
|
236
|
+
"channel": "channel-71"
|
237
|
+
}
|
238
|
+
}
|
239
|
+
}, {
|
240
|
+
"description": "Wrapped Bitcoin on Axelar",
|
241
|
+
"denom_units": [{
|
242
|
+
"denom": "ibc/5EF597EA4E863132BFD3E051AC6BAA0175F00913D3256A41F11DC425C39527D6",
|
243
|
+
"exponent": 0,
|
244
|
+
"aliases": ["wbtc-satoshi"]
|
245
|
+
}, {
|
246
|
+
"denom": "wbtc",
|
247
|
+
"exponent": 8
|
248
|
+
}],
|
249
|
+
"base": "ibc/5EF597EA4E863132BFD3E051AC6BAA0175F00913D3256A41F11DC425C39527D6",
|
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-4",
|
260
|
+
"denom": "wbtc-satoshi",
|
261
|
+
"chain_name": "axelar"
|
262
|
+
},
|
263
|
+
"chain": {
|
264
|
+
"channel": "channel-71"
|
265
|
+
}
|
266
|
+
}
|
267
|
+
}, {
|
268
|
+
"description": "Aave on Axelar",
|
269
|
+
"denom_units": [{
|
270
|
+
"denom": "ibc/686AF664CCC44119B3DED5267CCA02CE6FA877A4C3EF71408FCA7B30EBD505C4",
|
271
|
+
"exponent": 0,
|
272
|
+
"aliases": ["aave-wei"]
|
273
|
+
}, {
|
274
|
+
"denom": "aave",
|
275
|
+
"exponent": 18
|
276
|
+
}],
|
277
|
+
"base": "ibc/686AF664CCC44119B3DED5267CCA02CE6FA877A4C3EF71408FCA7B30EBD505C4",
|
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-4",
|
288
|
+
"denom": "aave-wei",
|
289
|
+
"chain_name": "axelar"
|
290
|
+
},
|
291
|
+
"chain": {
|
292
|
+
"channel": "channel-71"
|
293
|
+
}
|
294
|
+
}
|
295
|
+
}, {
|
296
|
+
"description": "ApeCoin on Axelar",
|
297
|
+
"denom_units": [{
|
298
|
+
"denom": "ibc/9D4421F8337456349864798C4928500797AF09C002A288041F1748F7846EFA19",
|
299
|
+
"exponent": 0,
|
300
|
+
"aliases": ["ape-wei"]
|
301
|
+
}, {
|
302
|
+
"denom": "ape",
|
303
|
+
"exponent": 18
|
304
|
+
}],
|
305
|
+
"base": "ibc/9D4421F8337456349864798C4928500797AF09C002A288041F1748F7846EFA19",
|
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-4",
|
316
|
+
"denom": "ape-wei",
|
317
|
+
"chain_name": "axelar"
|
318
|
+
},
|
319
|
+
"chain": {
|
320
|
+
"channel": "channel-71"
|
321
|
+
}
|
322
|
+
}
|
323
|
+
}, {
|
324
|
+
"description": "Axie Infinity Shard on Axelar",
|
325
|
+
"type_asset": "erc20",
|
326
|
+
"address": "0xbb0e17ef65f82ab018d8edd776e8dd940327b28b",
|
327
|
+
"denom_units": [{
|
328
|
+
"denom": "ibc/424DD4BE67F6ADD52BA9A810B0B4157694A962B96BC676E4A22EB1E50679677F",
|
329
|
+
"exponent": 0,
|
330
|
+
"aliases": ["axs-wei"]
|
331
|
+
}, {
|
332
|
+
"denom": "axs",
|
333
|
+
"exponent": 18
|
334
|
+
}],
|
335
|
+
"base": "ibc/424DD4BE67F6ADD52BA9A810B0B4157694A962B96BC676E4A22EB1E50679677F",
|
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-4",
|
346
|
+
"denom": "axs-wei",
|
347
|
+
"chain_name": "axelar"
|
348
|
+
},
|
349
|
+
"chain": {
|
350
|
+
"channel": "channel-71"
|
351
|
+
}
|
352
|
+
}
|
353
|
+
}, {
|
354
|
+
"description": "Chainlink on Axelar",
|
355
|
+
"denom_units": [{
|
356
|
+
"denom": "ibc/0409596DFE559E1B05D821CA3A5F8E290A7C2C3408B4872595CA0E22F13A09FE",
|
357
|
+
"exponent": 0,
|
358
|
+
"aliases": ["link-wei"]
|
359
|
+
}, {
|
360
|
+
"denom": "link",
|
361
|
+
"exponent": 18
|
362
|
+
}],
|
363
|
+
"base": "ibc/0409596DFE559E1B05D821CA3A5F8E290A7C2C3408B4872595CA0E22F13A09FE",
|
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-4",
|
375
|
+
"denom": "link-wei",
|
376
|
+
"chain_name": "axelar"
|
377
|
+
},
|
378
|
+
"chain": {
|
379
|
+
"channel": "channel-71"
|
380
|
+
}
|
381
|
+
}
|
382
|
+
}, {
|
383
|
+
"description": "Maker on Axelar",
|
384
|
+
"denom_units": [{
|
385
|
+
"denom": "ibc/4A59932EAD8A140F66554E8E2B5CB80DCA5314A75A889F0AA2E648D96B69847F",
|
386
|
+
"exponent": 0,
|
387
|
+
"aliases": ["mkr-wei"]
|
388
|
+
}, {
|
389
|
+
"denom": "mkr",
|
390
|
+
"exponent": 18
|
391
|
+
}],
|
392
|
+
"base": "ibc/4A59932EAD8A140F66554E8E2B5CB80DCA5314A75A889F0AA2E648D96B69847F",
|
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-4",
|
403
|
+
"denom": "mkr-wei",
|
404
|
+
"chain_name": "axelar"
|
405
|
+
},
|
406
|
+
"chain": {
|
407
|
+
"channel": "channel-71"
|
408
|
+
}
|
409
|
+
}
|
410
|
+
}, {
|
411
|
+
"description": "Rai Reflex Index on Axelar",
|
412
|
+
"denom_units": [{
|
413
|
+
"denom": "ibc/4AA19294AE89888CE7DB64CA76781EE2FE9A0B703B8A5F156AD258428F7A77C4",
|
414
|
+
"exponent": 0,
|
415
|
+
"aliases": ["rai-wei"]
|
416
|
+
}, {
|
417
|
+
"denom": "rai",
|
418
|
+
"exponent": 18
|
419
|
+
}],
|
420
|
+
"base": "ibc/4AA19294AE89888CE7DB64CA76781EE2FE9A0B703B8A5F156AD258428F7A77C4",
|
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-4",
|
431
|
+
"denom": "rai-wei",
|
432
|
+
"chain_name": "axelar"
|
433
|
+
},
|
434
|
+
"chain": {
|
435
|
+
"channel": "channel-71"
|
436
|
+
}
|
437
|
+
}
|
438
|
+
}, {
|
439
|
+
"description": "Shiba Inu on Axelar",
|
440
|
+
"denom_units": [{
|
441
|
+
"denom": "ibc/D66D0A82177FF29CBB8A83705C26C28D45A14678579E350B10493D359ECFD851",
|
442
|
+
"exponent": 0,
|
443
|
+
"aliases": ["shib-wei"]
|
444
|
+
}, {
|
445
|
+
"denom": "shib",
|
446
|
+
"exponent": 18
|
447
|
+
}],
|
448
|
+
"base": "ibc/D66D0A82177FF29CBB8A83705C26C28D45A14678579E350B10493D359ECFD851",
|
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-4",
|
459
|
+
"denom": "shib-wei",
|
460
|
+
"chain_name": "axelar"
|
461
|
+
},
|
462
|
+
"chain": {
|
463
|
+
"channel": "channel-71"
|
464
|
+
}
|
465
|
+
}
|
466
|
+
}, {
|
467
|
+
"description": "Lido Staked Ether on Axelar",
|
468
|
+
"denom_units": [{
|
469
|
+
"denom": "ibc/C740EF04C154165820688D9438AD90EA1E6B59BFF3715197AA570E928A44A937",
|
470
|
+
"exponent": 0,
|
471
|
+
"aliases": ["steth-wei"]
|
472
|
+
}, {
|
473
|
+
"denom": "steth",
|
474
|
+
"exponent": 18
|
475
|
+
}],
|
476
|
+
"base": "ibc/C740EF04C154165820688D9438AD90EA1E6B59BFF3715197AA570E928A44A937",
|
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-4",
|
487
|
+
"denom": "steth-wei",
|
488
|
+
"chain_name": "axelar"
|
489
|
+
},
|
490
|
+
"chain": {
|
491
|
+
"channel": "channel-71"
|
492
|
+
}
|
493
|
+
}
|
494
|
+
}, {
|
495
|
+
"description": "Uniswap on Axelar",
|
496
|
+
"denom_units": [{
|
497
|
+
"denom": "ibc/0313AD311FA169EC5A130DB2EF0840CBA4B300ADB6B85A79FBA952FBD3E7B107",
|
498
|
+
"exponent": 0,
|
499
|
+
"aliases": ["uni-wei"]
|
500
|
+
}, {
|
501
|
+
"denom": "uni",
|
502
|
+
"exponent": 18
|
503
|
+
}],
|
504
|
+
"base": "ibc/0313AD311FA169EC5A130DB2EF0840CBA4B300ADB6B85A79FBA952FBD3E7B107",
|
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-4",
|
515
|
+
"denom": "uni-wei",
|
516
|
+
"chain_name": "axelar"
|
517
|
+
},
|
518
|
+
"chain": {
|
519
|
+
"channel": "channel-71"
|
520
|
+
}
|
521
|
+
}
|
522
|
+
}, {
|
523
|
+
"description": "Chain on Axelar",
|
524
|
+
"denom_units": [{
|
525
|
+
"denom": "ibc/30B50C044D1074F0DC1916D9DA79B9F26434632609C3ED0158E22A5D40890D81",
|
526
|
+
"exponent": 0,
|
527
|
+
"aliases": ["xcn-wei"]
|
528
|
+
}, {
|
529
|
+
"denom": "xcn",
|
530
|
+
"exponent": 18
|
531
|
+
}],
|
532
|
+
"base": "ibc/30B50C044D1074F0DC1916D9DA79B9F26434632609C3ED0158E22A5D40890D81",
|
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-4",
|
543
|
+
"denom": "xcn-wei",
|
544
|
+
"chain_name": "axelar"
|
545
|
+
},
|
546
|
+
"chain": {
|
547
|
+
"channel": "channel-71"
|
548
|
+
}
|
549
|
+
}
|
550
|
+
}, {
|
551
|
+
"description": "Wrapped Polkadot on Axelar",
|
552
|
+
"denom_units": [{
|
553
|
+
"denom": "ibc/5D681936B803C055E34687752EE1AA3117EACCA98260F98CC1706E040DCBAC4D",
|
554
|
+
"exponent": 0,
|
555
|
+
"aliases": ["dot-planck"]
|
556
|
+
}, {
|
557
|
+
"denom": "dot",
|
558
|
+
"exponent": 10
|
559
|
+
}],
|
560
|
+
"base": "ibc/5D681936B803C055E34687752EE1AA3117EACCA98260F98CC1706E040DCBAC4D",
|
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-4",
|
572
|
+
"denom": "dot-planck",
|
573
|
+
"chain_name": "axelar"
|
574
|
+
},
|
575
|
+
"chain": {
|
576
|
+
"channel": "channel-71"
|
577
|
+
}
|
578
|
+
}
|
579
|
+
}, {
|
580
|
+
"description": "Wrapped Moonbeam on Axelar",
|
581
|
+
"denom_units": [{
|
582
|
+
"denom": "ibc/5539E7CB6FF8FDA12AE6BF20E8862513D787BF1712296EB4AA06DD86920FFBC1",
|
583
|
+
"exponent": 0,
|
584
|
+
"aliases": ["wglmr-wei"]
|
585
|
+
}, {
|
586
|
+
"denom": "wglmr",
|
587
|
+
"exponent": 18
|
588
|
+
}],
|
589
|
+
"base": "ibc/5539E7CB6FF8FDA12AE6BF20E8862513D787BF1712296EB4AA06DD86920FFBC1",
|
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-4",
|
601
|
+
"denom": "wglmr-wei",
|
602
|
+
"chain_name": "axelar"
|
603
|
+
},
|
604
|
+
"chain": {
|
605
|
+
"channel": "channel-71"
|
606
|
+
}
|
607
|
+
}
|
608
|
+
}, {
|
609
|
+
"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.",
|
610
|
+
"denom_units": [{
|
611
|
+
"denom": "ibc/0CB5D60E57FD521FA39D11E3E410144389010AC5EF5F292BC9BDD832FA2FDBF9",
|
612
|
+
"exponent": 0,
|
613
|
+
"aliases": ["ubcna"]
|
614
|
+
}, {
|
615
|
+
"denom": "bcna",
|
616
|
+
"exponent": 6
|
617
|
+
}],
|
618
|
+
"base": "ibc/0CB5D60E57FD521FA39D11E3E410144389010AC5EF5F292BC9BDD832FA2FDBF9",
|
619
|
+
"display": "bcna",
|
620
|
+
"name": "BitCanna",
|
621
|
+
"symbol": "BCNA",
|
622
|
+
"logo_URIs": {
|
623
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.png",
|
624
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitcanna/images/bcna.svg"
|
625
|
+
},
|
626
|
+
"coingecko_id": "bitcanna",
|
627
|
+
"ibc": {
|
628
|
+
"counterparty": {
|
629
|
+
"channel": "channel-10",
|
630
|
+
"denom": "ubcna",
|
631
|
+
"chain_name": "bitcanna"
|
632
|
+
},
|
633
|
+
"chain": {
|
634
|
+
"channel": "channel-50"
|
635
|
+
}
|
636
|
+
}
|
637
|
+
}, {
|
638
|
+
"description": "BitSong Native Token",
|
639
|
+
"denom_units": [{
|
640
|
+
"denom": "ibc/008BFD000A10BCE5F0D4DD819AE1C1EC2942396062DABDD6AE64A655ABC7085B",
|
641
|
+
"exponent": 0,
|
642
|
+
"aliases": ["ubtsg"]
|
643
|
+
}, {
|
644
|
+
"denom": "btsg",
|
645
|
+
"exponent": 6
|
646
|
+
}],
|
647
|
+
"base": "ibc/008BFD000A10BCE5F0D4DD819AE1C1EC2942396062DABDD6AE64A655ABC7085B",
|
648
|
+
"name": "BitSong",
|
649
|
+
"display": "btsg",
|
650
|
+
"symbol": "BTSG",
|
651
|
+
"logo_URIs": {
|
652
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.png",
|
653
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/btsg.svg"
|
654
|
+
},
|
655
|
+
"type_asset": "sdk.coin",
|
656
|
+
"coingecko_id": "bitsong",
|
657
|
+
"ibc": {
|
658
|
+
"counterparty": {
|
659
|
+
"channel": "channel-5",
|
660
|
+
"denom": "ubtsg",
|
661
|
+
"chain_name": "bitsong"
|
662
|
+
},
|
663
|
+
"chain": {
|
664
|
+
"channel": "channel-17"
|
665
|
+
}
|
666
|
+
}
|
667
|
+
}, {
|
668
|
+
"description": "Adam Clay a BitSong Music FanToken",
|
669
|
+
"denom_units": [{
|
670
|
+
"denom": "ibc/FA6CFD7006CF117B671ABAC04A793F76E414A26A5C04EA53AE09640C6E31A647",
|
671
|
+
"exponent": 0,
|
672
|
+
"aliases": ["ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09"]
|
673
|
+
}, {
|
674
|
+
"denom": "clay",
|
675
|
+
"exponent": 6
|
676
|
+
}],
|
677
|
+
"base": "ibc/FA6CFD7006CF117B671ABAC04A793F76E414A26A5C04EA53AE09640C6E31A647",
|
678
|
+
"name": "Adam Clay FanToken",
|
679
|
+
"display": "clay",
|
680
|
+
"symbol": "CLAY",
|
681
|
+
"logo_URIs": {
|
682
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09.png"
|
683
|
+
},
|
684
|
+
"ibc": {
|
685
|
+
"counterparty": {
|
686
|
+
"channel": "channel-5",
|
687
|
+
"denom": "ft2D8E7041556CE93E1EFD66C07C45D551A6AAAE09",
|
688
|
+
"chain_name": "bitsong"
|
689
|
+
},
|
690
|
+
"chain": {
|
691
|
+
"channel": "channel-17"
|
692
|
+
}
|
693
|
+
}
|
694
|
+
}, {
|
695
|
+
"description": "Nicola Fasano a BitSong Music FanToken",
|
696
|
+
"denom_units": [{
|
697
|
+
"denom": "ibc/E43D26D4E10EAC2EA3C84233CE745A7764E84C76D05BC5E2521E864374C72C05",
|
698
|
+
"exponent": 0,
|
699
|
+
"aliases": ["ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7"]
|
700
|
+
}, {
|
701
|
+
"denom": "fasano",
|
702
|
+
"exponent": 6
|
703
|
+
}],
|
704
|
+
"base": "ibc/E43D26D4E10EAC2EA3C84233CE745A7764E84C76D05BC5E2521E864374C72C05",
|
705
|
+
"name": "Nicola Fasano Fantoken",
|
706
|
+
"display": "fasano",
|
707
|
+
"symbol": "FASANO",
|
708
|
+
"logo_URIs": {
|
709
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7.png"
|
710
|
+
},
|
711
|
+
"ibc": {
|
712
|
+
"counterparty": {
|
713
|
+
"channel": "channel-5",
|
714
|
+
"denom": "ft25B30C386CDDEBD1413D5AE1180956AE9EB3B9F7",
|
715
|
+
"chain_name": "bitsong"
|
716
|
+
},
|
717
|
+
"chain": {
|
718
|
+
"channel": "channel-17"
|
719
|
+
}
|
720
|
+
}
|
721
|
+
}, {
|
722
|
+
"description": "Delta 9 a BitSong Music FanToken",
|
723
|
+
"denom_units": [{
|
724
|
+
"denom": "ibc/E21E8AC479AC7A7ED6075AC67F6BE30A80035476E63A4BE62811AC8F996D9A9C",
|
725
|
+
"exponent": 0,
|
726
|
+
"aliases": ["ft575B10B0CEE2C164D9ED6A96313496F164A9607C"]
|
727
|
+
}, {
|
728
|
+
"denom": "d9x",
|
729
|
+
"exponent": 6
|
730
|
+
}],
|
731
|
+
"base": "ibc/E21E8AC479AC7A7ED6075AC67F6BE30A80035476E63A4BE62811AC8F996D9A9C",
|
732
|
+
"name": "Delta 9 Fantoken",
|
733
|
+
"display": "d9x",
|
734
|
+
"symbol": "D9X",
|
735
|
+
"logo_URIs": {
|
736
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft575B10B0CEE2C164D9ED6A96313496F164A9607C.png"
|
737
|
+
},
|
738
|
+
"ibc": {
|
739
|
+
"counterparty": {
|
740
|
+
"channel": "channel-5",
|
741
|
+
"denom": "ft575B10B0CEE2C164D9ED6A96313496F164A9607C",
|
742
|
+
"chain_name": "bitsong"
|
743
|
+
},
|
744
|
+
"chain": {
|
745
|
+
"channel": "channel-17"
|
746
|
+
}
|
747
|
+
}
|
748
|
+
}, {
|
749
|
+
"description": "FONTI a BitSong Music FanToken",
|
750
|
+
"denom_units": [{
|
751
|
+
"denom": "ibc/40F1DDC85C13E9B0ACE9142A369E13E205C82E3DB13B5926B6647BB3EA740AB8",
|
752
|
+
"exponent": 0,
|
753
|
+
"aliases": ["ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305"]
|
754
|
+
}, {
|
755
|
+
"denom": "fonti",
|
756
|
+
"exponent": 6
|
757
|
+
}],
|
758
|
+
"base": "ibc/40F1DDC85C13E9B0ACE9142A369E13E205C82E3DB13B5926B6647BB3EA740AB8",
|
759
|
+
"name": "FONTI Fantoken",
|
760
|
+
"display": "fonti",
|
761
|
+
"symbol": "FONTI",
|
762
|
+
"logo_URIs": {
|
763
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305.png"
|
764
|
+
},
|
765
|
+
"ibc": {
|
766
|
+
"counterparty": {
|
767
|
+
"channel": "channel-5",
|
768
|
+
"denom": "ft56664FC98A2CF5F4FBAC3566D1A11D891AD88305",
|
769
|
+
"chain_name": "bitsong"
|
770
|
+
},
|
771
|
+
"chain": {
|
772
|
+
"channel": "channel-17"
|
773
|
+
}
|
774
|
+
}
|
775
|
+
}, {
|
776
|
+
"description": "BlackJack a BitSong Music FanToken",
|
777
|
+
"denom_units": [{
|
778
|
+
"denom": "ibc/7AA7E31096BE94321E240B1C107DBAB48BADBED2460F5BB0D49884F9881EEAFC",
|
779
|
+
"exponent": 0,
|
780
|
+
"aliases": ["ft52EEB0EE509AC546ED92EAC8591F731F213DDD16"]
|
781
|
+
}, {
|
782
|
+
"denom": "bjks",
|
783
|
+
"exponent": 6
|
784
|
+
}],
|
785
|
+
"base": "ibc/7AA7E31096BE94321E240B1C107DBAB48BADBED2460F5BB0D49884F9881EEAFC",
|
786
|
+
"name": "BlackJack Fantoken",
|
787
|
+
"display": "bjks",
|
788
|
+
"symbol": "BJKS",
|
789
|
+
"logo_URIs": {
|
790
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft52EEB0EE509AC546ED92EAC8591F731F213DDD16.png"
|
791
|
+
},
|
792
|
+
"ibc": {
|
793
|
+
"counterparty": {
|
794
|
+
"channel": "channel-5",
|
795
|
+
"denom": "ft52EEB0EE509AC546ED92EAC8591F731F213DDD16",
|
796
|
+
"chain_name": "bitsong"
|
797
|
+
},
|
798
|
+
"chain": {
|
799
|
+
"channel": "channel-17"
|
800
|
+
}
|
801
|
+
}
|
802
|
+
}, {
|
803
|
+
"description": "Rawanne a BitSong Music FanToken",
|
804
|
+
"denom_units": [{
|
805
|
+
"denom": "ibc/B7DF1BF0322E000392E8EE2EA4AA66E77D73A275C08370086F01D659AD9CC669",
|
806
|
+
"exponent": 0,
|
807
|
+
"aliases": ["ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A"]
|
808
|
+
}, {
|
809
|
+
"denom": "rwne",
|
810
|
+
"exponent": 6
|
811
|
+
}],
|
812
|
+
"base": "ibc/B7DF1BF0322E000392E8EE2EA4AA66E77D73A275C08370086F01D659AD9CC669",
|
813
|
+
"name": "Rawanne Fantoken",
|
814
|
+
"display": "rwne",
|
815
|
+
"symbol": "RWNE",
|
816
|
+
"logo_URIs": {
|
817
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A.png"
|
818
|
+
},
|
819
|
+
"ibc": {
|
820
|
+
"counterparty": {
|
821
|
+
"channel": "channel-5",
|
822
|
+
"denom": "ftE4903ECC861CA45F2C2BC7EAB8255D2E6E87A33A",
|
823
|
+
"chain_name": "bitsong"
|
824
|
+
},
|
825
|
+
"chain": {
|
826
|
+
"channel": "channel-17"
|
827
|
+
}
|
828
|
+
}
|
829
|
+
}, {
|
830
|
+
"description": "Enmoda a BitSong Music FanToken",
|
831
|
+
"denom_units": [{
|
832
|
+
"denom": "ibc/ECCD9807D20166417567FD0ABE9ADDB20BD55EA8C27A994DF343D437B430E8B0",
|
833
|
+
"exponent": 0,
|
834
|
+
"aliases": ["ft85AE1716C5E39EA6D64BBD7898C3899A7B500626"]
|
835
|
+
}, {
|
836
|
+
"denom": "enmoda",
|
837
|
+
"exponent": 6
|
838
|
+
}],
|
839
|
+
"base": "ibc/ECCD9807D20166417567FD0ABE9ADDB20BD55EA8C27A994DF343D437B430E8B0",
|
840
|
+
"name": "Enmoda Fantoken",
|
841
|
+
"display": "enmoda",
|
842
|
+
"symbol": "ENMODA",
|
843
|
+
"logo_URIs": {
|
844
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft85AE1716C5E39EA6D64BBD7898C3899A7B500626.png"
|
845
|
+
},
|
846
|
+
"ibc": {
|
847
|
+
"counterparty": {
|
848
|
+
"channel": "channel-5",
|
849
|
+
"denom": "ft85AE1716C5E39EA6D64BBD7898C3899A7B500626",
|
850
|
+
"chain_name": "bitsong"
|
851
|
+
},
|
852
|
+
"chain": {
|
853
|
+
"channel": "channel-17"
|
854
|
+
}
|
855
|
+
}
|
856
|
+
}, {
|
857
|
+
"description": "404Deep Records a BitSong Music FanToken",
|
858
|
+
"denom_units": [{
|
859
|
+
"denom": "ibc/4E2AB358B9691EBBFEBFC8AA72A8DE55351A5695C579F18AB2438B2B99E4DFB1",
|
860
|
+
"exponent": 0,
|
861
|
+
"aliases": ["ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A"]
|
862
|
+
}, {
|
863
|
+
"denom": "404dr",
|
864
|
+
"exponent": 6
|
865
|
+
}],
|
866
|
+
"base": "ibc/4E2AB358B9691EBBFEBFC8AA72A8DE55351A5695C579F18AB2438B2B99E4DFB1",
|
867
|
+
"name": "404Deep Records Fantoken",
|
868
|
+
"display": "404dr",
|
869
|
+
"symbol": "404DR",
|
870
|
+
"logo_URIs": {
|
871
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A.png"
|
872
|
+
},
|
873
|
+
"ibc": {
|
874
|
+
"counterparty": {
|
875
|
+
"channel": "channel-5",
|
876
|
+
"denom": "ft99091610CCC66F4277C66D14AF2BC4C5EE52E27A",
|
877
|
+
"chain_name": "bitsong"
|
878
|
+
},
|
879
|
+
"chain": {
|
880
|
+
"channel": "channel-17"
|
881
|
+
}
|
882
|
+
}
|
883
|
+
}, {
|
884
|
+
"description": "N43 a BitSong Music FanToken",
|
885
|
+
"denom_units": [{
|
886
|
+
"denom": "ibc/0678E1B0A5535B49F8DEDFE85E77C0FB733A04F81B53B580A176D57699889C0A",
|
887
|
+
"exponent": 0,
|
888
|
+
"aliases": ["ft387C1C279D962ED80C09C1D592A92C4275FD7C5D"]
|
889
|
+
}, {
|
890
|
+
"denom": "n43",
|
891
|
+
"exponent": 6
|
892
|
+
}],
|
893
|
+
"base": "ibc/0678E1B0A5535B49F8DEDFE85E77C0FB733A04F81B53B580A176D57699889C0A",
|
894
|
+
"name": "N43 Fantoken",
|
895
|
+
"display": "n43",
|
896
|
+
"symbol": "N43",
|
897
|
+
"logo_URIs": {
|
898
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft387C1C279D962ED80C09C1D592A92C4275FD7C5D.png"
|
899
|
+
},
|
900
|
+
"ibc": {
|
901
|
+
"counterparty": {
|
902
|
+
"channel": "channel-5",
|
903
|
+
"denom": "ft387C1C279D962ED80C09C1D592A92C4275FD7C5D",
|
904
|
+
"chain_name": "bitsong"
|
905
|
+
},
|
906
|
+
"chain": {
|
907
|
+
"channel": "channel-17"
|
908
|
+
}
|
909
|
+
}
|
910
|
+
}, {
|
911
|
+
"description": "Puro Lobo a BitSong Music FanToken",
|
912
|
+
"denom_units": [{
|
913
|
+
"denom": "ibc/F413DA1C7902686B64FFB0094A6473FABDE421DC8A4B72082535599143E66AAE",
|
914
|
+
"exponent": 0,
|
915
|
+
"aliases": ["ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB"]
|
916
|
+
}, {
|
917
|
+
"denom": "lobo",
|
918
|
+
"exponent": 6
|
919
|
+
}],
|
920
|
+
"base": "ibc/F413DA1C7902686B64FFB0094A6473FABDE421DC8A4B72082535599143E66AAE",
|
921
|
+
"name": "Puro Lobo Fantoken",
|
922
|
+
"display": "lobo",
|
923
|
+
"symbol": "LOBO",
|
924
|
+
"logo_URIs": {
|
925
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB.png"
|
926
|
+
},
|
927
|
+
"ibc": {
|
928
|
+
"counterparty": {
|
929
|
+
"channel": "channel-5",
|
930
|
+
"denom": "ft24C9FA4F10B0F235F4A815B15FC774E046A2B2EB",
|
931
|
+
"chain_name": "bitsong"
|
932
|
+
},
|
933
|
+
"chain": {
|
934
|
+
"channel": "channel-17"
|
935
|
+
}
|
936
|
+
}
|
937
|
+
}, {
|
938
|
+
"description": "Vibranium a BitSong Music FanToken",
|
939
|
+
"denom_units": [{
|
940
|
+
"denom": "ibc/1507C239F92834EEB80B8BD2508E98D5FA24F4272AD6A6E214255C7E445C1025",
|
941
|
+
"exponent": 0,
|
942
|
+
"aliases": ["ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B"]
|
943
|
+
}, {
|
944
|
+
"denom": "vibra",
|
945
|
+
"exponent": 6
|
946
|
+
}],
|
947
|
+
"base": "ibc/1507C239F92834EEB80B8BD2508E98D5FA24F4272AD6A6E214255C7E445C1025",
|
948
|
+
"name": "Vibranium Fantoken",
|
949
|
+
"display": "vibra",
|
950
|
+
"symbol": "VIBRA",
|
951
|
+
"logo_URIs": {
|
952
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B.png"
|
953
|
+
},
|
954
|
+
"ibc": {
|
955
|
+
"counterparty": {
|
956
|
+
"channel": "channel-5",
|
957
|
+
"denom": "ft7020C2A8E984EEBCBB383E91CD6FBB067BB2272B",
|
958
|
+
"chain_name": "bitsong"
|
959
|
+
},
|
960
|
+
"chain": {
|
961
|
+
"channel": "channel-17"
|
962
|
+
}
|
963
|
+
}
|
964
|
+
}, {
|
965
|
+
"description": "Karina a BitSong Music FanToken",
|
966
|
+
"denom_units": [{
|
967
|
+
"denom": "ibc/5DE20120602E89CB89E4948521092DAB1D8B75E70DE77DEC35B3D527CAF445E6",
|
968
|
+
"exponent": 0,
|
969
|
+
"aliases": ["ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE"]
|
970
|
+
}, {
|
971
|
+
"denom": "karina",
|
972
|
+
"exponent": 6
|
973
|
+
}],
|
974
|
+
"base": "ibc/5DE20120602E89CB89E4948521092DAB1D8B75E70DE77DEC35B3D527CAF445E6",
|
975
|
+
"name": "Karina Fantoken",
|
976
|
+
"display": "karina",
|
977
|
+
"symbol": "KARINA",
|
978
|
+
"logo_URIs": {
|
979
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE.png"
|
980
|
+
},
|
981
|
+
"ibc": {
|
982
|
+
"counterparty": {
|
983
|
+
"channel": "channel-5",
|
984
|
+
"denom": "ft2DD67F5D99E9A141142B48474FA7B6B3FF00A3FE",
|
985
|
+
"chain_name": "bitsong"
|
986
|
+
},
|
987
|
+
"chain": {
|
988
|
+
"channel": "channel-17"
|
989
|
+
}
|
990
|
+
}
|
991
|
+
}, {
|
992
|
+
"description": "Luca Testa a BitSong Music FanToken",
|
993
|
+
"denom_units": [{
|
994
|
+
"denom": "ibc/915E8D0A4C82F7D910810C3956530FDA3BBB2161D406390146D0F357A3922B97",
|
995
|
+
"exponent": 0,
|
996
|
+
"aliases": ["ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12"]
|
997
|
+
}, {
|
998
|
+
"denom": "testa",
|
999
|
+
"exponent": 6
|
1000
|
+
}],
|
1001
|
+
"base": "ibc/915E8D0A4C82F7D910810C3956530FDA3BBB2161D406390146D0F357A3922B97",
|
1002
|
+
"name": "Luca Testa Fantoken",
|
1003
|
+
"display": "testa",
|
1004
|
+
"symbol": "TESTA",
|
1005
|
+
"logo_URIs": {
|
1006
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12.png"
|
1007
|
+
},
|
1008
|
+
"ibc": {
|
1009
|
+
"counterparty": {
|
1010
|
+
"channel": "channel-5",
|
1011
|
+
"denom": "ft4B030260D99E3ABE2B604EA2B33BAF3C085CDA12",
|
1012
|
+
"chain_name": "bitsong"
|
1013
|
+
},
|
1014
|
+
"chain": {
|
1015
|
+
"channel": "channel-17"
|
1016
|
+
}
|
1017
|
+
}
|
1018
|
+
}, {
|
1019
|
+
"description": "Carolina Marquez a BitSong Music FanToken",
|
1020
|
+
"denom_units": [{
|
1021
|
+
"denom": "ibc/75A06513054A2C0CB4555918E789357BD36634FF6EE4678FD0B803557DBC666A",
|
1022
|
+
"exponent": 0,
|
1023
|
+
"aliases": ["ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3"]
|
1024
|
+
}, {
|
1025
|
+
"denom": "cmqz",
|
1026
|
+
"exponent": 6
|
1027
|
+
}],
|
1028
|
+
"base": "ibc/75A06513054A2C0CB4555918E789357BD36634FF6EE4678FD0B803557DBC666A",
|
1029
|
+
"name": "Carolina Marquez Fantoken",
|
1030
|
+
"display": "cmqz",
|
1031
|
+
"symbol": "CMQZ",
|
1032
|
+
"logo_URIs": {
|
1033
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/bitsong/images/ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3.png"
|
1034
|
+
},
|
1035
|
+
"ibc": {
|
1036
|
+
"counterparty": {
|
1037
|
+
"channel": "channel-5",
|
1038
|
+
"denom": "ftD4B6290EDEE1EC7B97AB5A1DC6C177EFD08ADCC3",
|
1039
|
+
"chain_name": "bitsong"
|
1040
|
+
},
|
1041
|
+
"chain": {
|
1042
|
+
"channel": "channel-17"
|
1043
|
+
}
|
1044
|
+
}
|
1045
|
+
}, {
|
1046
|
+
"description": "The native token of Chihuahua Chain",
|
1047
|
+
"denom_units": [{
|
1048
|
+
"denom": "ibc/D836B191CDAE8EDACDEBE7B64B504C5E06CC17C6A072DAF278F9A96DF66F6241",
|
1049
|
+
"exponent": 0,
|
1050
|
+
"aliases": ["uhuahua"]
|
1051
|
+
}, {
|
1052
|
+
"denom": "huahua",
|
1053
|
+
"exponent": 6
|
1054
|
+
}],
|
1055
|
+
"base": "ibc/D836B191CDAE8EDACDEBE7B64B504C5E06CC17C6A072DAF278F9A96DF66F6241",
|
1056
|
+
"name": "Chihuahua",
|
1057
|
+
"display": "huahua",
|
1058
|
+
"symbol": "HUAHUA",
|
1059
|
+
"logo_URIs": {
|
1060
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/chihuahua/images/huahua.png"
|
1061
|
+
},
|
1062
|
+
"coingecko_id": "chihuahua-token",
|
1063
|
+
"ibc": {
|
1064
|
+
"counterparty": {
|
1065
|
+
"channel": "channel-11",
|
1066
|
+
"denom": "uhuahua",
|
1067
|
+
"chain_name": "chihuahua"
|
1068
|
+
},
|
1069
|
+
"chain": {
|
1070
|
+
"channel": "channel-28"
|
1071
|
+
}
|
1072
|
+
}
|
1073
|
+
}, {
|
1074
|
+
"description": "Native Token of Comdex Protocol",
|
1075
|
+
"denom_units": [{
|
1076
|
+
"denom": "ibc/946AD96F278770521526D7283F58268DA2F6ACDDE40324A9D1C86811D78C86A0",
|
1077
|
+
"exponent": 0,
|
1078
|
+
"aliases": ["ucmdx"]
|
1079
|
+
}, {
|
1080
|
+
"denom": "cmdx",
|
1081
|
+
"exponent": 6
|
1082
|
+
}],
|
1083
|
+
"base": "ibc/946AD96F278770521526D7283F58268DA2F6ACDDE40324A9D1C86811D78C86A0",
|
1084
|
+
"name": "Comdex",
|
1085
|
+
"display": "cmdx",
|
1086
|
+
"symbol": "CMDX",
|
1087
|
+
"logo_URIs": {
|
1088
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/comdex/images/cmdx.png"
|
1089
|
+
},
|
1090
|
+
"coingecko_id": "comdex",
|
1091
|
+
"ibc": {
|
1092
|
+
"counterparty": {
|
1093
|
+
"channel": "channel-18",
|
1094
|
+
"denom": "ucmdx",
|
1095
|
+
"chain_name": "comdex"
|
1096
|
+
},
|
1097
|
+
"chain": {
|
1098
|
+
"channel": "channel-36"
|
1099
|
+
}
|
1100
|
+
}
|
1101
|
+
}, {
|
1102
|
+
"description": "The native staking and governance token of the Cosmos Hub.",
|
1103
|
+
"denom_units": [{
|
1104
|
+
"denom": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
|
1105
|
+
"exponent": 0,
|
1106
|
+
"aliases": ["uatom"]
|
1107
|
+
}, {
|
1108
|
+
"denom": "atom",
|
1109
|
+
"exponent": 6
|
1110
|
+
}],
|
1111
|
+
"base": "ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9",
|
1112
|
+
"name": "Cosmos",
|
1113
|
+
"display": "atom",
|
1114
|
+
"symbol": "ATOM",
|
1115
|
+
"logo_URIs": {
|
1116
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png",
|
1117
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg"
|
1118
|
+
},
|
1119
|
+
"coingecko_id": "cosmos",
|
1120
|
+
"ibc": {
|
1121
|
+
"counterparty": {
|
1122
|
+
"channel": "channel-207",
|
1123
|
+
"denom": "uatom",
|
1124
|
+
"chain_name": "cosmoshub"
|
1125
|
+
},
|
1126
|
+
"chain": {
|
1127
|
+
"channel": "channel-1"
|
1128
|
+
}
|
1129
|
+
}
|
1130
|
+
}, {
|
1131
|
+
"description": "Native token of Dig Chain",
|
1132
|
+
"denom_units": [{
|
1133
|
+
"denom": "ibc/6842C591DC4588411A565C9FF650FB15A17DFE3F0A43201E8141E4D14B8D171A",
|
1134
|
+
"exponent": 0,
|
1135
|
+
"aliases": ["udig"]
|
1136
|
+
}, {
|
1137
|
+
"denom": "dig",
|
1138
|
+
"exponent": 6
|
1139
|
+
}],
|
1140
|
+
"base": "ibc/6842C591DC4588411A565C9FF650FB15A17DFE3F0A43201E8141E4D14B8D171A",
|
1141
|
+
"name": "Dig Chain",
|
1142
|
+
"display": "dig",
|
1143
|
+
"symbol": "DIG",
|
1144
|
+
"logo_URIs": {
|
1145
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/dig/images/dig.png"
|
1146
|
+
},
|
1147
|
+
"coingecko_id": "dig-chain",
|
1148
|
+
"ibc": {
|
1149
|
+
"counterparty": {
|
1150
|
+
"channel": "channel-2",
|
1151
|
+
"denom": "udig",
|
1152
|
+
"chain_name": "dig"
|
1153
|
+
},
|
1154
|
+
"chain": {
|
1155
|
+
"channel": "channel-37"
|
1156
|
+
}
|
1157
|
+
}
|
1158
|
+
}, {
|
1159
|
+
"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.",
|
1160
|
+
"denom_units": [{
|
1161
|
+
"denom": "ibc/52423136339C1CE8C91F6A586DFE41591BDDD4665AE526DFFA8421F9ACF95196",
|
1162
|
+
"exponent": 0,
|
1163
|
+
"aliases": ["ungm"]
|
1164
|
+
}, {
|
1165
|
+
"denom": "ngm",
|
1166
|
+
"exponent": 6
|
1167
|
+
}],
|
1168
|
+
"base": "ibc/52423136339C1CE8C91F6A586DFE41591BDDD4665AE526DFFA8421F9ACF95196",
|
1169
|
+
"name": "e-Money",
|
1170
|
+
"display": "ngm",
|
1171
|
+
"symbol": "NGM",
|
1172
|
+
"logo_URIs": {
|
1173
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/ngm.png"
|
1174
|
+
},
|
1175
|
+
"coingecko_id": "e-money",
|
1176
|
+
"ibc": {
|
1177
|
+
"counterparty": {
|
1178
|
+
"channel": "channel-15",
|
1179
|
+
"denom": "ungm",
|
1180
|
+
"chain_name": "emoney"
|
1181
|
+
},
|
1182
|
+
"chain": {
|
1183
|
+
"channel": "channel-9"
|
1184
|
+
}
|
1185
|
+
}
|
1186
|
+
}, {
|
1187
|
+
"description": "e-Money EUR stablecoin. Audited and backed by fiat EUR deposits and government bonds.",
|
1188
|
+
"denom_units": [{
|
1189
|
+
"denom": "ibc/B9F7C1E4CE9219B5AF06C47B18661DBD49CCD7A6C18FF789E2FB62BB365CFF9C",
|
1190
|
+
"exponent": 0,
|
1191
|
+
"aliases": ["eeur"]
|
1192
|
+
}, {
|
1193
|
+
"denom": "EUR",
|
1194
|
+
"exponent": 6
|
1195
|
+
}],
|
1196
|
+
"base": "ibc/B9F7C1E4CE9219B5AF06C47B18661DBD49CCD7A6C18FF789E2FB62BB365CFF9C",
|
1197
|
+
"name": "e-Money EUR",
|
1198
|
+
"display": "eur",
|
1199
|
+
"symbol": "EEUR",
|
1200
|
+
"logo_URIs": {
|
1201
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/emoney/images/eeur.png"
|
1202
|
+
},
|
1203
|
+
"coingecko_id": "e-money-eur",
|
1204
|
+
"ibc": {
|
1205
|
+
"counterparty": {
|
1206
|
+
"channel": "channel-15",
|
1207
|
+
"denom": "eeur",
|
1208
|
+
"chain_name": "emoney"
|
1209
|
+
},
|
1210
|
+
"chain": {
|
1211
|
+
"channel": "channel-9"
|
1212
|
+
}
|
1213
|
+
}
|
1214
|
+
}, {
|
1215
|
+
"description": "The native token of Osmosis",
|
1216
|
+
"denom_units": [{
|
1217
|
+
"denom": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
|
1218
|
+
"exponent": 0,
|
1219
|
+
"aliases": ["uosmo"]
|
1220
|
+
}, {
|
1221
|
+
"denom": "osmo",
|
1222
|
+
"exponent": 6,
|
1223
|
+
"aliases": []
|
1224
|
+
}],
|
1225
|
+
"base": "ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518",
|
1226
|
+
"name": "Osmosis",
|
1227
|
+
"display": "osmo",
|
1228
|
+
"symbol": "OSMO",
|
1229
|
+
"logo_URIs": {
|
1230
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png",
|
1231
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg"
|
1232
|
+
},
|
1233
|
+
"coingecko_id": "osmosis",
|
1234
|
+
"keywords": ["dex", "staking"],
|
1235
|
+
"ibc": {
|
1236
|
+
"counterparty": {
|
1237
|
+
"channel": "channel-42",
|
1238
|
+
"denom": "uosmo",
|
1239
|
+
"chain_name": "osmosis"
|
1240
|
+
},
|
1241
|
+
"chain": {
|
1242
|
+
"channel": "channel-0"
|
1243
|
+
}
|
1244
|
+
}
|
1245
|
+
}, {
|
1246
|
+
"denom_units": [{
|
1247
|
+
"denom": "ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16",
|
1248
|
+
"exponent": 0,
|
1249
|
+
"aliases": ["uion"]
|
1250
|
+
}, {
|
1251
|
+
"denom": "ion",
|
1252
|
+
"exponent": 6
|
1253
|
+
}],
|
1254
|
+
"base": "ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16",
|
1255
|
+
"name": "Ion",
|
1256
|
+
"display": "ion",
|
1257
|
+
"symbol": "ION",
|
1258
|
+
"logo_URIs": {
|
1259
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png",
|
1260
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg"
|
1261
|
+
},
|
1262
|
+
"coingecko_id": "ion",
|
1263
|
+
"keywords": ["memecoin"],
|
1264
|
+
"ibc": {
|
1265
|
+
"counterparty": {
|
1266
|
+
"channel": "channel-42",
|
1267
|
+
"denom": "uion",
|
1268
|
+
"chain_name": "osmosis"
|
1269
|
+
},
|
1270
|
+
"chain": {
|
1271
|
+
"channel": "channel-0"
|
1272
|
+
}
|
1273
|
+
}
|
1274
|
+
}, {
|
1275
|
+
"description": "The XPRT token is primarily a governance token for the Persistence chain.",
|
1276
|
+
"denom_units": [{
|
1277
|
+
"denom": "ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898",
|
1278
|
+
"exponent": 0,
|
1279
|
+
"aliases": ["uxprt"]
|
1280
|
+
}, {
|
1281
|
+
"denom": "xprt",
|
1282
|
+
"exponent": 6
|
1283
|
+
}],
|
1284
|
+
"base": "ibc/7455B3F2F2737906BACF4AE980069A4CAB7C7F9FDAABAEFBA439DF037AEC5898",
|
1285
|
+
"name": "Persistence",
|
1286
|
+
"display": "xprt",
|
1287
|
+
"symbol": "XPRT",
|
1288
|
+
"logo_URIs": {
|
1289
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png",
|
1290
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg"
|
1291
|
+
},
|
1292
|
+
"coingecko_id": "persistence",
|
1293
|
+
"ibc": {
|
1294
|
+
"counterparty": {
|
1295
|
+
"channel": "channel-37",
|
1296
|
+
"denom": "uxprt",
|
1297
|
+
"chain_name": "persistence"
|
1298
|
+
},
|
1299
|
+
"chain": {
|
1300
|
+
"channel": "channel-33"
|
1301
|
+
}
|
1302
|
+
}
|
1303
|
+
}, {
|
1304
|
+
"description": "pSTAKE is a liquid staking protocol unlocking the liquidity of staked assets.",
|
1305
|
+
"denom_units": [{
|
1306
|
+
"denom": "ibc/0E13238C0508440A981BD9E876E89E0C0CCA70E2FE21930B0D4F2633673561AC",
|
1307
|
+
"exponent": 0,
|
1308
|
+
"aliases": ["ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444"]
|
1309
|
+
}, {
|
1310
|
+
"denom": "pstake",
|
1311
|
+
"exponent": 18
|
1312
|
+
}],
|
1313
|
+
"base": "ibc/0E13238C0508440A981BD9E876E89E0C0CCA70E2FE21930B0D4F2633673561AC",
|
1314
|
+
"name": "pSTAKE Finance",
|
1315
|
+
"display": "pstake",
|
1316
|
+
"symbol": "PSTAKE",
|
1317
|
+
"ibc": {
|
1318
|
+
"counterparty": {
|
1319
|
+
"channel": "channel-37",
|
1320
|
+
"denom": "ibc/A6E3AF63B3C906416A9AF7A556C59EA4BD50E617EFFE6299B99700CCB780E444",
|
1321
|
+
"chain_name": "persistence"
|
1322
|
+
},
|
1323
|
+
"chain": {
|
1324
|
+
"channel": "channel-33"
|
1325
|
+
}
|
1326
|
+
},
|
1327
|
+
"logo_URIs": {
|
1328
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.png",
|
1329
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/pstake.svg"
|
1330
|
+
},
|
1331
|
+
"coingecko_id": "pstake-finance"
|
1332
|
+
}, {
|
1333
|
+
"description": "The native token of Secret Network",
|
1334
|
+
"denom_units": [{
|
1335
|
+
"denom": "ibc/B55B08EF3667B0C6F029C2CC9CAA6B00788CF639EBB84B34818C85CBABA33ABD",
|
1336
|
+
"exponent": 0,
|
1337
|
+
"aliases": ["uscrt"]
|
1338
|
+
}, {
|
1339
|
+
"denom": "scrt",
|
1340
|
+
"exponent": 6
|
1341
|
+
}],
|
1342
|
+
"base": "ibc/B55B08EF3667B0C6F029C2CC9CAA6B00788CF639EBB84B34818C85CBABA33ABD",
|
1343
|
+
"name": "Secret Network",
|
1344
|
+
"display": "scrt",
|
1345
|
+
"symbol": "SCRT",
|
1346
|
+
"logo_URIs": {
|
1347
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.png",
|
1348
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/secretnetwork/images/scrt.svg"
|
1349
|
+
},
|
1350
|
+
"coingecko_id": "secret",
|
1351
|
+
"ibc": {
|
1352
|
+
"counterparty": {
|
1353
|
+
"channel": "channel-8",
|
1354
|
+
"denom": "uscrt",
|
1355
|
+
"chain_name": "secretnetwork"
|
1356
|
+
},
|
1357
|
+
"chain": {
|
1358
|
+
"channel": "channel-48"
|
1359
|
+
}
|
1360
|
+
}
|
1361
|
+
}, {
|
1362
|
+
"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.",
|
1363
|
+
"denom_units": [{
|
1364
|
+
"denom": "ibc/92E4AB82E3B2AF2D5181AC69C74F9F6D890442C7B7B02CC8634B9D3ED7CF936D",
|
1365
|
+
"exponent": 18,
|
1366
|
+
"aliases": ["rowan"]
|
1367
|
+
}],
|
1368
|
+
"base": "ibc/92E4AB82E3B2AF2D5181AC69C74F9F6D890442C7B7B02CC8634B9D3ED7CF936D",
|
1369
|
+
"name": "Sifchain Rowan",
|
1370
|
+
"display": "rowan",
|
1371
|
+
"symbol": "ROWAN",
|
1372
|
+
"logo_URIs": {
|
1373
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.svg",
|
1374
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/sifchain/images/rowan.png"
|
1375
|
+
},
|
1376
|
+
"coingecko_id": "sifchain",
|
1377
|
+
"ibc": {
|
1378
|
+
"counterparty": {
|
1379
|
+
"channel": "channel-14",
|
1380
|
+
"denom": "rowan",
|
1381
|
+
"chain_name": "sifchain"
|
1382
|
+
},
|
1383
|
+
"chain": {
|
1384
|
+
"channel": "channel-5"
|
1385
|
+
}
|
1386
|
+
}
|
1387
|
+
}, {
|
1388
|
+
"description": "The native token of Stargaze",
|
1389
|
+
"denom_units": [{
|
1390
|
+
"denom": "ibc/F6B367385300865F654E110976B838502504231705BAC0849B0651C226385885",
|
1391
|
+
"exponent": 0,
|
1392
|
+
"aliases": ["ustars"]
|
1393
|
+
}, {
|
1394
|
+
"denom": "stars",
|
1395
|
+
"exponent": 6
|
1396
|
+
}],
|
1397
|
+
"base": "ibc/F6B367385300865F654E110976B838502504231705BAC0849B0651C226385885",
|
1398
|
+
"name": "Stargaze",
|
1399
|
+
"display": "stars",
|
1400
|
+
"symbol": "STARS",
|
1401
|
+
"logo_URIs": {
|
1402
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/stargaze/images/stars.png"
|
1403
|
+
},
|
1404
|
+
"coingecko_id": "stargaze",
|
1405
|
+
"ibc": {
|
1406
|
+
"counterparty": {
|
1407
|
+
"channel": "channel-5",
|
1408
|
+
"denom": "ustars",
|
1409
|
+
"chain_name": "stargaze"
|
1410
|
+
},
|
1411
|
+
"chain": {
|
1412
|
+
"channel": "channel-20"
|
1413
|
+
}
|
1414
|
+
}
|
1415
|
+
}, {
|
1416
|
+
"description": "The native staking token of Terra Classic.",
|
1417
|
+
"denom_units": [{
|
1418
|
+
"denom": "ibc/8F865D9760B482FF6254EDFEC1FF2F1273B9AB6873A7DE484F89639795D73D75",
|
1419
|
+
"exponent": 0,
|
1420
|
+
"aliases": ["uluna"]
|
1421
|
+
}, {
|
1422
|
+
"denom": "mluna",
|
1423
|
+
"exponent": 3,
|
1424
|
+
"aliases": ["milliluna"]
|
1425
|
+
}, {
|
1426
|
+
"denom": "luna",
|
1427
|
+
"exponent": 6,
|
1428
|
+
"aliases": ["lunc"]
|
1429
|
+
}],
|
1430
|
+
"base": "ibc/8F865D9760B482FF6254EDFEC1FF2F1273B9AB6873A7DE484F89639795D73D75",
|
1431
|
+
"name": "Luna Classic",
|
1432
|
+
"display": "luna",
|
1433
|
+
"symbol": "LUNC",
|
1434
|
+
"logo_URIs": {
|
1435
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.svg",
|
1436
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/luna.png"
|
1437
|
+
},
|
1438
|
+
"coingecko_id": "terra-luna",
|
1439
|
+
"ibc": {
|
1440
|
+
"counterparty": {
|
1441
|
+
"channel": "channel-20",
|
1442
|
+
"denom": "uluna",
|
1443
|
+
"chain_name": "terra"
|
1444
|
+
},
|
1445
|
+
"chain": {
|
1446
|
+
"channel": "channel-27"
|
1447
|
+
}
|
1448
|
+
}
|
1449
|
+
}, {
|
1450
|
+
"description": "The USD stablecoin of Terra Classic.",
|
1451
|
+
"denom_units": [{
|
1452
|
+
"denom": "ibc/2DA4136457810BCB9DAAB620CA67BC342B17C3C70151CA70490A170DF7C9CB27",
|
1453
|
+
"exponent": 0,
|
1454
|
+
"aliases": ["uusd"]
|
1455
|
+
}, {
|
1456
|
+
"denom": "musd",
|
1457
|
+
"exponent": 3,
|
1458
|
+
"aliases": ["milliusd"]
|
1459
|
+
}, {
|
1460
|
+
"denom": "ust",
|
1461
|
+
"exponent": 6,
|
1462
|
+
"aliases": ["ustc"]
|
1463
|
+
}],
|
1464
|
+
"base": "ibc/2DA4136457810BCB9DAAB620CA67BC342B17C3C70151CA70490A170DF7C9CB27",
|
1465
|
+
"name": "TerraClassicUSD",
|
1466
|
+
"display": "ust",
|
1467
|
+
"symbol": "USTC",
|
1468
|
+
"logo_URIs": {
|
1469
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.svg",
|
1470
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/ust.png"
|
1471
|
+
},
|
1472
|
+
"coingecko_id": "terrausd",
|
1473
|
+
"ibc": {
|
1474
|
+
"counterparty": {
|
1475
|
+
"channel": "channel-20",
|
1476
|
+
"denom": "uusd",
|
1477
|
+
"chain_name": "terra"
|
1478
|
+
},
|
1479
|
+
"chain": {
|
1480
|
+
"channel": "channel-27"
|
1481
|
+
}
|
1482
|
+
}
|
1483
|
+
}, {
|
1484
|
+
"description": "The KRW stablecoin of Terra Classic.",
|
1485
|
+
"denom_units": [{
|
1486
|
+
"denom": "ibc/A3261799F1B8B81FEBF1615EA5034DE825B5F9608F61A2D93A5DE41A38DE53AF",
|
1487
|
+
"exponent": 0,
|
1488
|
+
"aliases": ["ukrw"]
|
1489
|
+
}, {
|
1490
|
+
"denom": "mkrw",
|
1491
|
+
"exponent": 3,
|
1492
|
+
"aliases": ["millikrw"]
|
1493
|
+
}, {
|
1494
|
+
"denom": "krt",
|
1495
|
+
"exponent": 6,
|
1496
|
+
"aliases": ["krtc"]
|
1497
|
+
}],
|
1498
|
+
"base": "ibc/A3261799F1B8B81FEBF1615EA5034DE825B5F9608F61A2D93A5DE41A38DE53AF",
|
1499
|
+
"name": "TerraClassicKRW",
|
1500
|
+
"display": "krt",
|
1501
|
+
"symbol": "KRTC",
|
1502
|
+
"logo_URIs": {
|
1503
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.svg",
|
1504
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/krt.png"
|
1505
|
+
},
|
1506
|
+
"coingecko_id": "terrakrw",
|
1507
|
+
"ibc": {
|
1508
|
+
"counterparty": {
|
1509
|
+
"channel": "channel-20",
|
1510
|
+
"denom": "ukrw",
|
1511
|
+
"chain_name": "terra"
|
1512
|
+
},
|
1513
|
+
"chain": {
|
1514
|
+
"channel": "channel-27"
|
1515
|
+
}
|
1516
|
+
}
|
1517
|
+
}, {
|
1518
|
+
"description": "The AUD stablecoin of Terra Classic.",
|
1519
|
+
"denom_units": [{
|
1520
|
+
"denom": "ibc/62A380754699538433254576CC3FB71A435606F23BD38DCADA38D6472217BE66",
|
1521
|
+
"exponent": 0,
|
1522
|
+
"aliases": ["uaud"]
|
1523
|
+
}, {
|
1524
|
+
"denom": "maud",
|
1525
|
+
"exponent": 3,
|
1526
|
+
"aliases": ["milliaud"]
|
1527
|
+
}, {
|
1528
|
+
"denom": "aut",
|
1529
|
+
"exponent": 6,
|
1530
|
+
"aliases": ["autc"]
|
1531
|
+
}],
|
1532
|
+
"base": "ibc/62A380754699538433254576CC3FB71A435606F23BD38DCADA38D6472217BE66",
|
1533
|
+
"display": "aut",
|
1534
|
+
"name": "TerraClassicAUD",
|
1535
|
+
"symbol": "AUTC",
|
1536
|
+
"logo_URIs": {
|
1537
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.svg",
|
1538
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/aut.png"
|
1539
|
+
},
|
1540
|
+
"ibc": {
|
1541
|
+
"counterparty": {
|
1542
|
+
"channel": "channel-20",
|
1543
|
+
"denom": "uaud",
|
1544
|
+
"chain_name": "terra"
|
1545
|
+
},
|
1546
|
+
"chain": {
|
1547
|
+
"channel": "channel-27"
|
1548
|
+
}
|
1549
|
+
}
|
1550
|
+
}, {
|
1551
|
+
"description": "The CAD stablecoin of Terra Classic.",
|
1552
|
+
"denom_units": [{
|
1553
|
+
"denom": "ibc/0676F47C75829EF870526B0CD767F65EB3AE6D95768DAB43F472B4F526380375",
|
1554
|
+
"exponent": 0,
|
1555
|
+
"aliases": ["ucad"]
|
1556
|
+
}, {
|
1557
|
+
"denom": "mcad",
|
1558
|
+
"exponent": 3,
|
1559
|
+
"aliases": ["millicad"]
|
1560
|
+
}, {
|
1561
|
+
"denom": "cat",
|
1562
|
+
"exponent": 6,
|
1563
|
+
"aliases": ["catc"]
|
1564
|
+
}],
|
1565
|
+
"base": "ibc/0676F47C75829EF870526B0CD767F65EB3AE6D95768DAB43F472B4F526380375",
|
1566
|
+
"display": "cat",
|
1567
|
+
"name": "TerraClassicCAD",
|
1568
|
+
"symbol": "CATC",
|
1569
|
+
"logo_URIs": {
|
1570
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.svg",
|
1571
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cat.png"
|
1572
|
+
},
|
1573
|
+
"ibc": {
|
1574
|
+
"counterparty": {
|
1575
|
+
"channel": "channel-20",
|
1576
|
+
"denom": "ucad",
|
1577
|
+
"chain_name": "terra"
|
1578
|
+
},
|
1579
|
+
"chain": {
|
1580
|
+
"channel": "channel-27"
|
1581
|
+
}
|
1582
|
+
}
|
1583
|
+
}, {
|
1584
|
+
"description": "The CHF stablecoin of Terra Classic.",
|
1585
|
+
"denom_units": [{
|
1586
|
+
"denom": "ibc/16B0A06D4463D3F287873D63B89EEC1647B22D10CFD8DC906154C6E55FE7400F",
|
1587
|
+
"exponent": 0,
|
1588
|
+
"aliases": ["uchf"]
|
1589
|
+
}, {
|
1590
|
+
"denom": "mchf",
|
1591
|
+
"exponent": 3,
|
1592
|
+
"aliases": ["millichf"]
|
1593
|
+
}, {
|
1594
|
+
"denom": "cht",
|
1595
|
+
"exponent": 6,
|
1596
|
+
"aliases": ["chtc"]
|
1597
|
+
}],
|
1598
|
+
"base": "ibc/16B0A06D4463D3F287873D63B89EEC1647B22D10CFD8DC906154C6E55FE7400F",
|
1599
|
+
"display": "cht",
|
1600
|
+
"name": "TerraClassicCHF",
|
1601
|
+
"symbol": "CHTC",
|
1602
|
+
"logo_URIs": {
|
1603
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.svg",
|
1604
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cht.png"
|
1605
|
+
},
|
1606
|
+
"ibc": {
|
1607
|
+
"counterparty": {
|
1608
|
+
"channel": "channel-20",
|
1609
|
+
"denom": "uchf",
|
1610
|
+
"chain_name": "terra"
|
1611
|
+
},
|
1612
|
+
"chain": {
|
1613
|
+
"channel": "channel-27"
|
1614
|
+
}
|
1615
|
+
}
|
1616
|
+
}, {
|
1617
|
+
"description": "The CNY stablecoin of Terra Classic.",
|
1618
|
+
"denom_units": [{
|
1619
|
+
"denom": "ibc/843ADFB199626AB0465F212029200EB12F8C7AF41487438D75150F275DEA5EB8",
|
1620
|
+
"exponent": 0,
|
1621
|
+
"aliases": ["ucny"]
|
1622
|
+
}, {
|
1623
|
+
"denom": "mcny",
|
1624
|
+
"exponent": 3,
|
1625
|
+
"aliases": ["millicny"]
|
1626
|
+
}, {
|
1627
|
+
"denom": "cnt",
|
1628
|
+
"exponent": 6,
|
1629
|
+
"aliases": ["cntc"]
|
1630
|
+
}],
|
1631
|
+
"base": "ibc/843ADFB199626AB0465F212029200EB12F8C7AF41487438D75150F275DEA5EB8",
|
1632
|
+
"display": "cnt",
|
1633
|
+
"name": "TerraClassicCNY",
|
1634
|
+
"symbol": "CNTC",
|
1635
|
+
"logo_URIs": {
|
1636
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.svg",
|
1637
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/cnt.png"
|
1638
|
+
},
|
1639
|
+
"ibc": {
|
1640
|
+
"counterparty": {
|
1641
|
+
"channel": "channel-20",
|
1642
|
+
"denom": "ucny",
|
1643
|
+
"chain_name": "terra"
|
1644
|
+
},
|
1645
|
+
"chain": {
|
1646
|
+
"channel": "channel-27"
|
1647
|
+
}
|
1648
|
+
}
|
1649
|
+
}, {
|
1650
|
+
"description": "The DKK stablecoin of Terra Classic.",
|
1651
|
+
"denom_units": [{
|
1652
|
+
"denom": "ibc/C6B5D5AE64E3054916153CDF02467638BDEE5B55777180E7FB6365F50CA4477C",
|
1653
|
+
"exponent": 0,
|
1654
|
+
"aliases": ["udkk"]
|
1655
|
+
}, {
|
1656
|
+
"denom": "mdkk",
|
1657
|
+
"exponent": 3,
|
1658
|
+
"aliases": ["millidkk"]
|
1659
|
+
}, {
|
1660
|
+
"denom": "dkt",
|
1661
|
+
"exponent": 6,
|
1662
|
+
"aliases": ["dktc"]
|
1663
|
+
}],
|
1664
|
+
"base": "ibc/C6B5D5AE64E3054916153CDF02467638BDEE5B55777180E7FB6365F50CA4477C",
|
1665
|
+
"display": "dkt",
|
1666
|
+
"name": "TerraClassicDKK",
|
1667
|
+
"symbol": "DKTC",
|
1668
|
+
"logo_URIs": {
|
1669
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.svg",
|
1670
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/dkt.png"
|
1671
|
+
},
|
1672
|
+
"ibc": {
|
1673
|
+
"counterparty": {
|
1674
|
+
"channel": "channel-20",
|
1675
|
+
"denom": "udkk",
|
1676
|
+
"chain_name": "terra"
|
1677
|
+
},
|
1678
|
+
"chain": {
|
1679
|
+
"channel": "channel-27"
|
1680
|
+
}
|
1681
|
+
}
|
1682
|
+
}, {
|
1683
|
+
"description": "The EUR stablecoin of Terra Classic.",
|
1684
|
+
"denom_units": [{
|
1685
|
+
"denom": "ibc/FC7C3449D9D3497373E63A57ABD417685C4E2D000D11A34EBF89F2F00780D6FE",
|
1686
|
+
"exponent": 0,
|
1687
|
+
"aliases": ["ueur"]
|
1688
|
+
}, {
|
1689
|
+
"denom": "meur",
|
1690
|
+
"exponent": 3,
|
1691
|
+
"aliases": ["millieur"]
|
1692
|
+
}, {
|
1693
|
+
"denom": "eut",
|
1694
|
+
"exponent": 6,
|
1695
|
+
"aliases": ["eutc"]
|
1696
|
+
}],
|
1697
|
+
"base": "ibc/FC7C3449D9D3497373E63A57ABD417685C4E2D000D11A34EBF89F2F00780D6FE",
|
1698
|
+
"display": "eut",
|
1699
|
+
"name": "TerraClassicEUR",
|
1700
|
+
"symbol": "EUTC",
|
1701
|
+
"logo_URIs": {
|
1702
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.svg",
|
1703
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/eut.png"
|
1704
|
+
},
|
1705
|
+
"ibc": {
|
1706
|
+
"counterparty": {
|
1707
|
+
"channel": "channel-20",
|
1708
|
+
"denom": "ueur",
|
1709
|
+
"chain_name": "terra"
|
1710
|
+
},
|
1711
|
+
"chain": {
|
1712
|
+
"channel": "channel-27"
|
1713
|
+
}
|
1714
|
+
}
|
1715
|
+
}, {
|
1716
|
+
"description": "The GBP stablecoin of Terra Classic.",
|
1717
|
+
"denom_units": [{
|
1718
|
+
"denom": "ibc/DD149BDA76BA04A2CB206F0BEF3B56EBE3B7DE6BB4CB833F47257D1497E7BC99",
|
1719
|
+
"exponent": 0,
|
1720
|
+
"aliases": ["ugbp"]
|
1721
|
+
}, {
|
1722
|
+
"denom": "mgbp",
|
1723
|
+
"exponent": 3,
|
1724
|
+
"aliases": ["milligbp"]
|
1725
|
+
}, {
|
1726
|
+
"denom": "gbt",
|
1727
|
+
"exponent": 6,
|
1728
|
+
"aliases": ["gbtc"]
|
1729
|
+
}],
|
1730
|
+
"base": "ibc/DD149BDA76BA04A2CB206F0BEF3B56EBE3B7DE6BB4CB833F47257D1497E7BC99",
|
1731
|
+
"display": "gbt",
|
1732
|
+
"name": "TerraClassicGBP",
|
1733
|
+
"symbol": "GBTC",
|
1734
|
+
"logo_URIs": {
|
1735
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.svg",
|
1736
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/gbt.png"
|
1737
|
+
},
|
1738
|
+
"ibc": {
|
1739
|
+
"counterparty": {
|
1740
|
+
"channel": "channel-20",
|
1741
|
+
"denom": "ugbp",
|
1742
|
+
"chain_name": "terra"
|
1743
|
+
},
|
1744
|
+
"chain": {
|
1745
|
+
"channel": "channel-27"
|
1746
|
+
}
|
1747
|
+
}
|
1748
|
+
}, {
|
1749
|
+
"description": "The HKD stablecoin of Terra Classic.",
|
1750
|
+
"denom_units": [{
|
1751
|
+
"denom": "ibc/ED8C2407BEA9646B6AB686E55BAE3C607EFA40154CED226418A331F80890F258",
|
1752
|
+
"exponent": 0,
|
1753
|
+
"aliases": ["uhkd"]
|
1754
|
+
}, {
|
1755
|
+
"denom": "mhkd",
|
1756
|
+
"exponent": 3,
|
1757
|
+
"aliases": ["millihkd"]
|
1758
|
+
}, {
|
1759
|
+
"denom": "hkt",
|
1760
|
+
"exponent": 6,
|
1761
|
+
"aliases": ["hktc"]
|
1762
|
+
}],
|
1763
|
+
"base": "ibc/ED8C2407BEA9646B6AB686E55BAE3C607EFA40154CED226418A331F80890F258",
|
1764
|
+
"display": "hkt",
|
1765
|
+
"name": "TerraClassicHKD",
|
1766
|
+
"symbol": "HKTC",
|
1767
|
+
"logo_URIs": {
|
1768
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.svg",
|
1769
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/hkt.png"
|
1770
|
+
},
|
1771
|
+
"ibc": {
|
1772
|
+
"counterparty": {
|
1773
|
+
"channel": "channel-20",
|
1774
|
+
"denom": "uhkd",
|
1775
|
+
"chain_name": "terra"
|
1776
|
+
},
|
1777
|
+
"chain": {
|
1778
|
+
"channel": "channel-27"
|
1779
|
+
}
|
1780
|
+
}
|
1781
|
+
}, {
|
1782
|
+
"description": "The IDR stablecoin of Terra Classic.",
|
1783
|
+
"denom_units": [{
|
1784
|
+
"denom": "ibc/C8648B16B2259BE3C6EB518333D9D223DD9B493ADB867D160F85725D2B0CA051",
|
1785
|
+
"exponent": 0,
|
1786
|
+
"aliases": ["uidr"]
|
1787
|
+
}, {
|
1788
|
+
"denom": "midr",
|
1789
|
+
"exponent": 3,
|
1790
|
+
"aliases": ["milliidr"]
|
1791
|
+
}, {
|
1792
|
+
"denom": "idt",
|
1793
|
+
"exponent": 6,
|
1794
|
+
"aliases": ["idtc"]
|
1795
|
+
}],
|
1796
|
+
"base": "ibc/C8648B16B2259BE3C6EB518333D9D223DD9B493ADB867D160F85725D2B0CA051",
|
1797
|
+
"display": "idt",
|
1798
|
+
"name": "TerraClassicIDR",
|
1799
|
+
"symbol": "IDTC",
|
1800
|
+
"logo_URIs": {
|
1801
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.svg",
|
1802
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/idt.png"
|
1803
|
+
},
|
1804
|
+
"ibc": {
|
1805
|
+
"counterparty": {
|
1806
|
+
"channel": "channel-20",
|
1807
|
+
"denom": "uidr",
|
1808
|
+
"chain_name": "terra"
|
1809
|
+
},
|
1810
|
+
"chain": {
|
1811
|
+
"channel": "channel-27"
|
1812
|
+
}
|
1813
|
+
}
|
1814
|
+
}, {
|
1815
|
+
"description": "The INR stablecoin of Terra Classic.",
|
1816
|
+
"denom_units": [{
|
1817
|
+
"denom": "ibc/09F936980055EE26F23EB052E4D64DE147A54D69153BFAA5E419ECC3A6A1677B",
|
1818
|
+
"exponent": 0,
|
1819
|
+
"aliases": ["uinr"]
|
1820
|
+
}, {
|
1821
|
+
"denom": "minr",
|
1822
|
+
"exponent": 3,
|
1823
|
+
"aliases": ["milliinr"]
|
1824
|
+
}, {
|
1825
|
+
"denom": "int",
|
1826
|
+
"exponent": 6,
|
1827
|
+
"aliases": ["intc"]
|
1828
|
+
}],
|
1829
|
+
"base": "ibc/09F936980055EE26F23EB052E4D64DE147A54D69153BFAA5E419ECC3A6A1677B",
|
1830
|
+
"display": "int",
|
1831
|
+
"name": "TerraClassicINR",
|
1832
|
+
"symbol": "INTC",
|
1833
|
+
"logo_URIs": {
|
1834
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.svg",
|
1835
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/int.png"
|
1836
|
+
},
|
1837
|
+
"ibc": {
|
1838
|
+
"counterparty": {
|
1839
|
+
"channel": "channel-20",
|
1840
|
+
"denom": "uinr",
|
1841
|
+
"chain_name": "terra"
|
1842
|
+
},
|
1843
|
+
"chain": {
|
1844
|
+
"channel": "channel-27"
|
1845
|
+
}
|
1846
|
+
}
|
1847
|
+
}, {
|
1848
|
+
"description": "The JPY stablecoin of Terra Classic.",
|
1849
|
+
"denom_units": [{
|
1850
|
+
"denom": "ibc/AF32FDEE8F709F5E3182ADCD852ECFF463A6AE4E172F8E53E9F422548F3B999F",
|
1851
|
+
"exponent": 0,
|
1852
|
+
"aliases": ["ujpy"]
|
1853
|
+
}, {
|
1854
|
+
"denom": "mjpy",
|
1855
|
+
"exponent": 3,
|
1856
|
+
"aliases": ["millijpy"]
|
1857
|
+
}, {
|
1858
|
+
"denom": "jpt",
|
1859
|
+
"exponent": 6,
|
1860
|
+
"aliases": ["jptc"]
|
1861
|
+
}],
|
1862
|
+
"base": "ibc/AF32FDEE8F709F5E3182ADCD852ECFF463A6AE4E172F8E53E9F422548F3B999F",
|
1863
|
+
"display": "jpt",
|
1864
|
+
"name": "TerraClassicJPY",
|
1865
|
+
"symbol": "JPTC",
|
1866
|
+
"logo_URIs": {
|
1867
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.svg",
|
1868
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/jpt.png"
|
1869
|
+
},
|
1870
|
+
"ibc": {
|
1871
|
+
"counterparty": {
|
1872
|
+
"channel": "channel-20",
|
1873
|
+
"denom": "ujpy",
|
1874
|
+
"chain_name": "terra"
|
1875
|
+
},
|
1876
|
+
"chain": {
|
1877
|
+
"channel": "channel-27"
|
1878
|
+
}
|
1879
|
+
}
|
1880
|
+
}, {
|
1881
|
+
"description": "The MNT stablecoin of Terra Classic.",
|
1882
|
+
"denom_units": [{
|
1883
|
+
"denom": "ibc/47ACFDEB3CF7A49EF0738F52C2E0EB79AAF9AC3321CA2A7A2BD5F09AB7B33D93",
|
1884
|
+
"exponent": 0,
|
1885
|
+
"aliases": ["umnt"]
|
1886
|
+
}, {
|
1887
|
+
"denom": "mmnt",
|
1888
|
+
"exponent": 3,
|
1889
|
+
"aliases": ["millimnt"]
|
1890
|
+
}, {
|
1891
|
+
"denom": "mnt",
|
1892
|
+
"exponent": 6,
|
1893
|
+
"aliases": ["mntc"]
|
1894
|
+
}],
|
1895
|
+
"base": "ibc/47ACFDEB3CF7A49EF0738F52C2E0EB79AAF9AC3321CA2A7A2BD5F09AB7B33D93",
|
1896
|
+
"display": "mnt",
|
1897
|
+
"name": "TerraClassicMNT",
|
1898
|
+
"symbol": "MNTC",
|
1899
|
+
"logo_URIs": {
|
1900
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.svg",
|
1901
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/mnt.png"
|
1902
|
+
},
|
1903
|
+
"ibc": {
|
1904
|
+
"counterparty": {
|
1905
|
+
"channel": "channel-20",
|
1906
|
+
"denom": "umnt",
|
1907
|
+
"chain_name": "terra"
|
1908
|
+
},
|
1909
|
+
"chain": {
|
1910
|
+
"channel": "channel-27"
|
1911
|
+
}
|
1912
|
+
}
|
1913
|
+
}, {
|
1914
|
+
"description": "The MYR stablecoin of Terra Classic.",
|
1915
|
+
"denom_units": [{
|
1916
|
+
"denom": "ibc/FDE195C15483F903D6F18F342AB5E7651E881626E2F252162F95E5ADE27059B2",
|
1917
|
+
"exponent": 0,
|
1918
|
+
"aliases": ["umyr"]
|
1919
|
+
}, {
|
1920
|
+
"denom": "mmyr",
|
1921
|
+
"exponent": 3,
|
1922
|
+
"aliases": ["millimyr"]
|
1923
|
+
}, {
|
1924
|
+
"denom": "myt",
|
1925
|
+
"exponent": 6,
|
1926
|
+
"aliases": ["mytc"]
|
1927
|
+
}],
|
1928
|
+
"base": "ibc/FDE195C15483F903D6F18F342AB5E7651E881626E2F252162F95E5ADE27059B2",
|
1929
|
+
"display": "myt",
|
1930
|
+
"name": "TerraClassicMYR",
|
1931
|
+
"symbol": "MYTC",
|
1932
|
+
"logo_URIs": {
|
1933
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.svg",
|
1934
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/myt.png"
|
1935
|
+
},
|
1936
|
+
"ibc": {
|
1937
|
+
"counterparty": {
|
1938
|
+
"channel": "channel-20",
|
1939
|
+
"denom": "umyr",
|
1940
|
+
"chain_name": "terra"
|
1941
|
+
},
|
1942
|
+
"chain": {
|
1943
|
+
"channel": "channel-27"
|
1944
|
+
}
|
1945
|
+
}
|
1946
|
+
}, {
|
1947
|
+
"description": "The NOK stablecoin of Terra Classic.",
|
1948
|
+
"denom_units": [{
|
1949
|
+
"denom": "ibc/4573409F701BCC5A0E81A97B35A51790397ACC8DDA538FDF0B296044C428C634",
|
1950
|
+
"exponent": 0,
|
1951
|
+
"aliases": ["unok"]
|
1952
|
+
}, {
|
1953
|
+
"denom": "mnok",
|
1954
|
+
"exponent": 3,
|
1955
|
+
"aliases": ["millinok"]
|
1956
|
+
}, {
|
1957
|
+
"denom": "not",
|
1958
|
+
"exponent": 6,
|
1959
|
+
"aliases": ["notc"]
|
1960
|
+
}],
|
1961
|
+
"base": "ibc/4573409F701BCC5A0E81A97B35A51790397ACC8DDA538FDF0B296044C428C634",
|
1962
|
+
"display": "not",
|
1963
|
+
"name": "TerraClassicNOK",
|
1964
|
+
"symbol": "NOTC",
|
1965
|
+
"logo_URIs": {
|
1966
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.svg",
|
1967
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/not.png"
|
1968
|
+
},
|
1969
|
+
"ibc": {
|
1970
|
+
"counterparty": {
|
1971
|
+
"channel": "channel-20",
|
1972
|
+
"denom": "unok",
|
1973
|
+
"chain_name": "terra"
|
1974
|
+
},
|
1975
|
+
"chain": {
|
1976
|
+
"channel": "channel-27"
|
1977
|
+
}
|
1978
|
+
}
|
1979
|
+
}, {
|
1980
|
+
"description": "The PHP stablecoin of Terra Classic.",
|
1981
|
+
"denom_units": [{
|
1982
|
+
"denom": "ibc/ED4DB32EC38308E0FDC5EC22732850781003B90D9269E83494962DA738308A3E",
|
1983
|
+
"exponent": 0,
|
1984
|
+
"aliases": ["uphp"]
|
1985
|
+
}, {
|
1986
|
+
"denom": "mphp",
|
1987
|
+
"exponent": 3,
|
1988
|
+
"aliases": ["milliphp"]
|
1989
|
+
}, {
|
1990
|
+
"denom": "pht",
|
1991
|
+
"exponent": 6,
|
1992
|
+
"aliases": ["phtc"]
|
1993
|
+
}],
|
1994
|
+
"base": "ibc/ED4DB32EC38308E0FDC5EC22732850781003B90D9269E83494962DA738308A3E",
|
1995
|
+
"display": "pht",
|
1996
|
+
"name": "TerraClassicPHP",
|
1997
|
+
"symbol": "PHTC",
|
1998
|
+
"logo_URIs": {
|
1999
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.svg",
|
2000
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/pht.png"
|
2001
|
+
},
|
2002
|
+
"ibc": {
|
2003
|
+
"counterparty": {
|
2004
|
+
"channel": "channel-20",
|
2005
|
+
"denom": "uphp",
|
2006
|
+
"chain_name": "terra"
|
2007
|
+
},
|
2008
|
+
"chain": {
|
2009
|
+
"channel": "channel-27"
|
2010
|
+
}
|
2011
|
+
}
|
2012
|
+
}, {
|
2013
|
+
"description": "The SDR stablecoin of Terra Classic.",
|
2014
|
+
"denom_units": [{
|
2015
|
+
"denom": "ibc/EEF9C5CF846A5CAD0D9A67310C1BC9EAFF865FD4BA34F826ECA504DDD5718F92",
|
2016
|
+
"exponent": 0,
|
2017
|
+
"aliases": ["usdr"]
|
2018
|
+
}, {
|
2019
|
+
"denom": "msdr",
|
2020
|
+
"exponent": 3,
|
2021
|
+
"aliases": ["millisdr"]
|
2022
|
+
}, {
|
2023
|
+
"denom": "sdt",
|
2024
|
+
"exponent": 6,
|
2025
|
+
"aliases": ["sdtc"]
|
2026
|
+
}],
|
2027
|
+
"base": "ibc/EEF9C5CF846A5CAD0D9A67310C1BC9EAFF865FD4BA34F826ECA504DDD5718F92",
|
2028
|
+
"display": "sdt",
|
2029
|
+
"name": "TerraClassicSDR",
|
2030
|
+
"symbol": "SDTC",
|
2031
|
+
"logo_URIs": {
|
2032
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.svg",
|
2033
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sdt.png"
|
2034
|
+
},
|
2035
|
+
"ibc": {
|
2036
|
+
"counterparty": {
|
2037
|
+
"channel": "channel-20",
|
2038
|
+
"denom": "usdr",
|
2039
|
+
"chain_name": "terra"
|
2040
|
+
},
|
2041
|
+
"chain": {
|
2042
|
+
"channel": "channel-27"
|
2043
|
+
}
|
2044
|
+
}
|
2045
|
+
}, {
|
2046
|
+
"description": "The SEK stablecoin of Terra Classic.",
|
2047
|
+
"denom_units": [{
|
2048
|
+
"denom": "ibc/3DB70616F2455B99EA94213515341F4F935CD3F008C88612163A1C50D6174804",
|
2049
|
+
"exponent": 0,
|
2050
|
+
"aliases": ["usek"]
|
2051
|
+
}, {
|
2052
|
+
"denom": "msek",
|
2053
|
+
"exponent": 3,
|
2054
|
+
"aliases": ["millisek"]
|
2055
|
+
}, {
|
2056
|
+
"denom": "set",
|
2057
|
+
"exponent": 6,
|
2058
|
+
"aliases": ["setc"]
|
2059
|
+
}],
|
2060
|
+
"base": "ibc/3DB70616F2455B99EA94213515341F4F935CD3F008C88612163A1C50D6174804",
|
2061
|
+
"display": "set",
|
2062
|
+
"name": "TerraClassicSEK",
|
2063
|
+
"symbol": "SETC",
|
2064
|
+
"logo_URIs": {
|
2065
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.svg",
|
2066
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/set.png"
|
2067
|
+
},
|
2068
|
+
"ibc": {
|
2069
|
+
"counterparty": {
|
2070
|
+
"channel": "channel-20",
|
2071
|
+
"denom": "usek",
|
2072
|
+
"chain_name": "terra"
|
2073
|
+
},
|
2074
|
+
"chain": {
|
2075
|
+
"channel": "channel-27"
|
2076
|
+
}
|
2077
|
+
}
|
2078
|
+
}, {
|
2079
|
+
"description": "The SGD stablecoin of Terra Classic.",
|
2080
|
+
"denom_units": [{
|
2081
|
+
"denom": "ibc/68200BACFD8C9ACAB562DB9BFF6DC318ABC7E01756ED14D3EF020EA334175E16",
|
2082
|
+
"exponent": 0,
|
2083
|
+
"aliases": ["usgd"]
|
2084
|
+
}, {
|
2085
|
+
"denom": "msgd",
|
2086
|
+
"exponent": 3,
|
2087
|
+
"aliases": ["millisgd"]
|
2088
|
+
}, {
|
2089
|
+
"denom": "sgt",
|
2090
|
+
"exponent": 6,
|
2091
|
+
"aliases": ["sgtc"]
|
2092
|
+
}],
|
2093
|
+
"base": "ibc/68200BACFD8C9ACAB562DB9BFF6DC318ABC7E01756ED14D3EF020EA334175E16",
|
2094
|
+
"display": "sgt",
|
2095
|
+
"name": "TerraClassicSGD",
|
2096
|
+
"symbol": "SGTC",
|
2097
|
+
"logo_URIs": {
|
2098
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.svg",
|
2099
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/sgt.png"
|
2100
|
+
},
|
2101
|
+
"ibc": {
|
2102
|
+
"counterparty": {
|
2103
|
+
"channel": "channel-20",
|
2104
|
+
"denom": "usgd",
|
2105
|
+
"chain_name": "terra"
|
2106
|
+
},
|
2107
|
+
"chain": {
|
2108
|
+
"channel": "channel-27"
|
2109
|
+
}
|
2110
|
+
}
|
2111
|
+
}, {
|
2112
|
+
"description": "The THB stablecoin of Terra Classic.",
|
2113
|
+
"denom_units": [{
|
2114
|
+
"denom": "ibc/FE345E6C7FC0E31DE5288F00D0F0CFE2991FA52B8312C7C4DE76A7593E327F36",
|
2115
|
+
"exponent": 0,
|
2116
|
+
"aliases": ["uthb"]
|
2117
|
+
}, {
|
2118
|
+
"denom": "mthb",
|
2119
|
+
"exponent": 3,
|
2120
|
+
"aliases": ["millithb"]
|
2121
|
+
}, {
|
2122
|
+
"denom": "tht",
|
2123
|
+
"exponent": 6,
|
2124
|
+
"aliases": ["thtc"]
|
2125
|
+
}],
|
2126
|
+
"base": "ibc/FE345E6C7FC0E31DE5288F00D0F0CFE2991FA52B8312C7C4DE76A7593E327F36",
|
2127
|
+
"display": "tht",
|
2128
|
+
"name": "TerraClassicTHB",
|
2129
|
+
"symbol": "THTC",
|
2130
|
+
"logo_URIs": {
|
2131
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.svg",
|
2132
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/tht.png"
|
2133
|
+
},
|
2134
|
+
"ibc": {
|
2135
|
+
"counterparty": {
|
2136
|
+
"channel": "channel-20",
|
2137
|
+
"denom": "uthb",
|
2138
|
+
"chain_name": "terra"
|
2139
|
+
},
|
2140
|
+
"chain": {
|
2141
|
+
"channel": "channel-27"
|
2142
|
+
}
|
2143
|
+
}
|
2144
|
+
}, {
|
2145
|
+
"description": "The TWD stablecoin of Terra Classic.",
|
2146
|
+
"denom_units": [{
|
2147
|
+
"denom": "ibc/E18DAA8C9FBF6BD73E3E73C88C9740E4D576944D4081CF53224D01C316D149B7",
|
2148
|
+
"exponent": 0,
|
2149
|
+
"aliases": ["utwd"]
|
2150
|
+
}, {
|
2151
|
+
"denom": "mtwd",
|
2152
|
+
"exponent": 3,
|
2153
|
+
"aliases": ["millitwd"]
|
2154
|
+
}, {
|
2155
|
+
"denom": "twt",
|
2156
|
+
"exponent": 6,
|
2157
|
+
"aliases": ["twtc"]
|
2158
|
+
}],
|
2159
|
+
"base": "ibc/E18DAA8C9FBF6BD73E3E73C88C9740E4D576944D4081CF53224D01C316D149B7",
|
2160
|
+
"display": "twt",
|
2161
|
+
"name": "TerraClassicTWD",
|
2162
|
+
"symbol": "TWTC",
|
2163
|
+
"logo_URIs": {
|
2164
|
+
"svg": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.svg",
|
2165
|
+
"png": "https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/twt.png"
|
2166
|
+
},
|
2167
|
+
"ibc": {
|
2168
|
+
"counterparty": {
|
2169
|
+
"channel": "channel-20",
|
2170
|
+
"denom": "utwd",
|
2171
|
+
"chain_name": "terra"
|
2172
|
+
},
|
2173
|
+
"chain": {
|
2174
|
+
"channel": "channel-27"
|
2175
|
+
}
|
2176
|
+
}
|
2177
|
+
}]
|
2178
|
+
}];
|
2179
|
+
exports["default"] = _default;
|