@chain-registry/osmosis 1.42.1 → 1.42.2
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/esm/testnet_assets.js +595 -51
- package/package.json +3 -3
- package/testnet_assets.js +595 -51
package/esm/testnet_assets.js
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
const testnet_assets = {
|
|
2
|
-
$schema: '
|
|
2
|
+
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'osmosistestnet',
|
|
4
4
|
assets: [
|
|
5
5
|
{
|
|
@@ -13,20 +13,21 @@ const testnet_assets = {
|
|
|
13
13
|
exponent: 6,
|
|
14
14
|
aliases: []
|
|
15
15
|
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
16
17
|
base: 'uosmo',
|
|
17
|
-
name: 'Osmosis',
|
|
18
|
+
name: 'Osmosis Testnet',
|
|
18
19
|
display: 'osmo',
|
|
19
20
|
symbol: 'OSMO',
|
|
20
21
|
logo_URIs: {
|
|
21
22
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
22
23
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
23
24
|
},
|
|
24
|
-
coingecko_id: 'osmosis',
|
|
25
|
-
keywords: ['dex', 'staking'],
|
|
26
25
|
images: [{
|
|
27
26
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
28
27
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
29
|
-
}]
|
|
28
|
+
}],
|
|
29
|
+
coingecko_id: 'osmosis',
|
|
30
|
+
keywords: ['dex', 'staking']
|
|
30
31
|
},
|
|
31
32
|
{
|
|
32
33
|
denom_units: [{
|
|
@@ -36,6 +37,7 @@ const testnet_assets = {
|
|
|
36
37
|
denom: 'ion',
|
|
37
38
|
exponent: 6
|
|
38
39
|
}],
|
|
40
|
+
type_asset: 'sdk.coin',
|
|
39
41
|
base: 'uion',
|
|
40
42
|
name: 'Ion',
|
|
41
43
|
display: 'ion',
|
|
@@ -44,11 +46,597 @@ const testnet_assets = {
|
|
|
44
46
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
45
47
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
46
48
|
},
|
|
47
|
-
coingecko_id: 'ion',
|
|
48
|
-
keywords: ['memecoin'],
|
|
49
49
|
images: [{
|
|
50
50
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
51
51
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
52
|
+
}],
|
|
53
|
+
coingecko_id: 'ion',
|
|
54
|
+
keywords: ['memecoin']
|
|
55
|
+
},
|
|
56
|
+
{
|
|
57
|
+
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
58
|
+
denom_units: [{
|
|
59
|
+
denom: 'ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C',
|
|
60
|
+
exponent: 0,
|
|
61
|
+
aliases: ['uatom']
|
|
62
|
+
}, {
|
|
63
|
+
denom: 'atom',
|
|
64
|
+
exponent: 6
|
|
65
|
+
}],
|
|
66
|
+
type_asset: 'ics20',
|
|
67
|
+
base: 'ibc/9FF2B7A5F55038A7EE61F4FD6749D9A648B48E89830F2682B67B5DC158E2753C',
|
|
68
|
+
name: 'Cosmos Hub Public Testnet',
|
|
69
|
+
display: 'atom',
|
|
70
|
+
symbol: 'ATOM',
|
|
71
|
+
traces: [{
|
|
72
|
+
type: 'ibc',
|
|
73
|
+
counterparty: {
|
|
74
|
+
chain_name: 'cosmoshubtestnet',
|
|
75
|
+
base_denom: 'uatom',
|
|
76
|
+
channel_id: 'channel-3306'
|
|
77
|
+
},
|
|
78
|
+
chain: {
|
|
79
|
+
channel_id: 'channel-4156',
|
|
80
|
+
path: 'transfer/channel-4156/uatom'
|
|
81
|
+
}
|
|
82
|
+
}],
|
|
83
|
+
logo_URIs: {
|
|
84
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
85
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
86
|
+
},
|
|
87
|
+
images: [{
|
|
88
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
89
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'Circle\'s stablecoin on Axelar',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/2164BDB48DE5501430E71286448D87C6D2240EC0E078CF113CAB85E21A352BB0',
|
|
96
|
+
exponent: 0
|
|
97
|
+
}, {
|
|
98
|
+
denom: 'ausdc',
|
|
99
|
+
exponent: 6
|
|
100
|
+
}],
|
|
101
|
+
type_asset: 'ics20',
|
|
102
|
+
base: 'ibc/2164BDB48DE5501430E71286448D87C6D2240EC0E078CF113CAB85E21A352BB0',
|
|
103
|
+
name: 'USD Coin (Axelar)',
|
|
104
|
+
display: 'ausdc',
|
|
105
|
+
symbol: 'aUSDC.axl',
|
|
106
|
+
traces: [
|
|
107
|
+
{
|
|
108
|
+
type: 'synthetic',
|
|
109
|
+
counterparty: {
|
|
110
|
+
chain_name: 'forex',
|
|
111
|
+
base_denom: 'USD'
|
|
112
|
+
},
|
|
113
|
+
provider: 'Circle'
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
type: 'bridge',
|
|
117
|
+
counterparty: {
|
|
118
|
+
chain_name: 'ethereumtestnet',
|
|
119
|
+
base_denom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
|
|
120
|
+
},
|
|
121
|
+
provider: 'Axelar'
|
|
122
|
+
},
|
|
123
|
+
{
|
|
124
|
+
type: 'ibc',
|
|
125
|
+
counterparty: {
|
|
126
|
+
chain_name: 'axelartestnet',
|
|
127
|
+
base_denom: 'uausdc',
|
|
128
|
+
channel_id: 'channel-339'
|
|
129
|
+
},
|
|
130
|
+
chain: {
|
|
131
|
+
channel_id: 'channel-4170',
|
|
132
|
+
path: 'transfer/channel-4170/uausdc'
|
|
133
|
+
}
|
|
134
|
+
}
|
|
135
|
+
],
|
|
136
|
+
logo_URIs: {
|
|
137
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
138
|
+
},
|
|
139
|
+
images: [{
|
|
140
|
+
image_sync: {
|
|
141
|
+
chain_name: 'ethereumtestnet',
|
|
142
|
+
base_denom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
|
|
143
|
+
},
|
|
144
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
145
|
+
}]
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
description: 'Wrapped Ether on Axelar',
|
|
149
|
+
denom_units: [{
|
|
150
|
+
denom: 'ibc/1F42AC9631DBE03009219ECCFE151786F53A038DE9F7A07C709158514F1D5942',
|
|
151
|
+
exponent: 0,
|
|
152
|
+
aliases: ['eth-wei']
|
|
153
|
+
}, {
|
|
154
|
+
denom: 'weth',
|
|
155
|
+
exponent: 18
|
|
156
|
+
}],
|
|
157
|
+
type_asset: 'ics20',
|
|
158
|
+
base: 'ibc/1F42AC9631DBE03009219ECCFE151786F53A038DE9F7A07C709158514F1D5942',
|
|
159
|
+
name: 'Wrapped Ether (Axelar)',
|
|
160
|
+
display: 'weth',
|
|
161
|
+
symbol: 'ETH',
|
|
162
|
+
traces: [
|
|
163
|
+
{
|
|
164
|
+
type: 'wrapped',
|
|
165
|
+
counterparty: {
|
|
166
|
+
chain_name: 'ethereumtestnet',
|
|
167
|
+
base_denom: 'wei'
|
|
168
|
+
},
|
|
169
|
+
provider: 'Ethereum'
|
|
170
|
+
},
|
|
171
|
+
{
|
|
172
|
+
type: 'bridge',
|
|
173
|
+
counterparty: {
|
|
174
|
+
chain_name: 'ethereumtestnet',
|
|
175
|
+
base_denom: '0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6'
|
|
176
|
+
},
|
|
177
|
+
provider: 'Axelar'
|
|
178
|
+
},
|
|
179
|
+
{
|
|
180
|
+
type: 'ibc',
|
|
181
|
+
counterparty: {
|
|
182
|
+
chain_name: 'axelartestnet',
|
|
183
|
+
base_denom: 'eth-wei',
|
|
184
|
+
channel_id: 'channel-339'
|
|
185
|
+
},
|
|
186
|
+
chain: {
|
|
187
|
+
channel_id: 'channel-4170',
|
|
188
|
+
path: 'transfer/channel-4170/eth-wei'
|
|
189
|
+
}
|
|
190
|
+
}
|
|
191
|
+
],
|
|
192
|
+
logo_URIs: {
|
|
193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
194
|
+
},
|
|
195
|
+
images: [{
|
|
196
|
+
image_sync: {
|
|
197
|
+
chain_name: 'ethereumtestnet',
|
|
198
|
+
base_denom: '0xB4FBF271143F4FBf7B91A5ded31805e42b2208d6'
|
|
199
|
+
},
|
|
200
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/weth.svg'
|
|
201
|
+
}]
|
|
202
|
+
},
|
|
203
|
+
{
|
|
204
|
+
description: 'The native token of JUNO Chain',
|
|
205
|
+
denom_units: [{
|
|
206
|
+
denom: 'ibc/31D220286E6C224C0F72D890D0EB75A228D388089EF5C4D77212344F9EAF0183',
|
|
207
|
+
exponent: 0,
|
|
208
|
+
aliases: ['ujunox']
|
|
209
|
+
}, {
|
|
210
|
+
denom: 'junox',
|
|
211
|
+
exponent: 6
|
|
212
|
+
}],
|
|
213
|
+
type_asset: 'ics20',
|
|
214
|
+
base: 'ibc/31D220286E6C224C0F72D890D0EB75A228D388089EF5C4D77212344F9EAF0183',
|
|
215
|
+
name: 'Juno Testnet',
|
|
216
|
+
display: 'junox',
|
|
217
|
+
symbol: 'JUNOX',
|
|
218
|
+
traces: [{
|
|
219
|
+
type: 'ibc',
|
|
220
|
+
counterparty: {
|
|
221
|
+
chain_name: 'junotestnet',
|
|
222
|
+
base_denom: 'ujunox',
|
|
223
|
+
channel_id: 'channel-889'
|
|
224
|
+
},
|
|
225
|
+
chain: {
|
|
226
|
+
channel_id: 'channel-5498',
|
|
227
|
+
path: 'transfer/channel-5498/ujunox'
|
|
228
|
+
}
|
|
229
|
+
}],
|
|
230
|
+
logo_URIs: {
|
|
231
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
232
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
233
|
+
},
|
|
234
|
+
images: [{
|
|
235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.png',
|
|
236
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/junotestnet/images/juno.svg'
|
|
237
|
+
}]
|
|
238
|
+
},
|
|
239
|
+
{
|
|
240
|
+
description: 'The native token of Mars Protocol',
|
|
241
|
+
denom_units: [{
|
|
242
|
+
denom: 'ibc/66A7ADA623D33D0B66C6890FE3E1AF3D638D56CE2B56F8BDA210B2AA62016216',
|
|
243
|
+
exponent: 0,
|
|
244
|
+
aliases: ['umars']
|
|
245
|
+
}, {
|
|
246
|
+
denom: 'mars',
|
|
247
|
+
exponent: 6
|
|
248
|
+
}],
|
|
249
|
+
type_asset: 'ics20',
|
|
250
|
+
base: 'ibc/66A7ADA623D33D0B66C6890FE3E1AF3D638D56CE2B56F8BDA210B2AA62016216',
|
|
251
|
+
name: 'Mars Hub Testnet',
|
|
252
|
+
display: 'mars',
|
|
253
|
+
symbol: 'MARS',
|
|
254
|
+
traces: [{
|
|
255
|
+
type: 'ibc',
|
|
256
|
+
counterparty: {
|
|
257
|
+
chain_name: 'marstestnet',
|
|
258
|
+
base_denom: 'umars',
|
|
259
|
+
channel_id: 'channel-28'
|
|
260
|
+
},
|
|
261
|
+
chain: {
|
|
262
|
+
channel_id: 'channel-5499',
|
|
263
|
+
path: 'transfer/channel-5499/umars'
|
|
264
|
+
}
|
|
265
|
+
}],
|
|
266
|
+
logo_URIs: {
|
|
267
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
268
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
269
|
+
},
|
|
270
|
+
images: [{
|
|
271
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.png',
|
|
272
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/mars/images/mars-token.svg'
|
|
273
|
+
}]
|
|
274
|
+
},
|
|
275
|
+
{
|
|
276
|
+
description: 'USD Coin',
|
|
277
|
+
denom_units: [{
|
|
278
|
+
denom: 'ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58',
|
|
279
|
+
exponent: 0,
|
|
280
|
+
aliases: ['microusdc', 'uusdc']
|
|
281
|
+
}, {
|
|
282
|
+
denom: 'usdc',
|
|
283
|
+
exponent: 6
|
|
284
|
+
}],
|
|
285
|
+
type_asset: 'ics20',
|
|
286
|
+
base: 'ibc/DE6792CF9E521F6AD6E9A4BDF6225C9571A3B74ACC0A529F92BC5122A39D2E58',
|
|
287
|
+
name: 'USD Coin',
|
|
288
|
+
display: 'usdc',
|
|
289
|
+
symbol: 'USDC',
|
|
290
|
+
traces: [
|
|
291
|
+
{
|
|
292
|
+
type: 'synthetic',
|
|
293
|
+
counterparty: {
|
|
294
|
+
chain_name: 'forex',
|
|
295
|
+
base_denom: 'USD'
|
|
296
|
+
},
|
|
297
|
+
provider: 'Circle'
|
|
298
|
+
},
|
|
299
|
+
{
|
|
300
|
+
type: 'additional-mintage',
|
|
301
|
+
counterparty: {
|
|
302
|
+
chain_name: 'ethereum',
|
|
303
|
+
base_denom: '0xa0b86991c6218b36c1d19d4a2e9eb0ce3606eb48'
|
|
304
|
+
},
|
|
305
|
+
provider: 'Circle'
|
|
306
|
+
},
|
|
307
|
+
{
|
|
308
|
+
type: 'test-mintage',
|
|
309
|
+
counterparty: {
|
|
310
|
+
chain_name: 'noble',
|
|
311
|
+
base_denom: 'uusdc'
|
|
312
|
+
},
|
|
313
|
+
provider: 'Circle'
|
|
314
|
+
},
|
|
315
|
+
{
|
|
316
|
+
type: 'ibc',
|
|
317
|
+
counterparty: {
|
|
318
|
+
chain_name: 'nobletestnet',
|
|
319
|
+
base_denom: 'uusdc',
|
|
320
|
+
channel_id: 'channel-22'
|
|
321
|
+
},
|
|
322
|
+
chain: {
|
|
323
|
+
channel_id: 'channel-4280',
|
|
324
|
+
path: 'transfer/channel-4280/uusdc'
|
|
325
|
+
}
|
|
326
|
+
}
|
|
327
|
+
],
|
|
328
|
+
logo_URIs: {
|
|
329
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
330
|
+
},
|
|
331
|
+
images: [{
|
|
332
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
333
|
+
}]
|
|
334
|
+
},
|
|
335
|
+
{
|
|
336
|
+
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.',
|
|
337
|
+
denom_units: [{
|
|
338
|
+
denom: 'ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82',
|
|
339
|
+
exponent: 0,
|
|
340
|
+
aliases: ['uakt']
|
|
341
|
+
}, {
|
|
342
|
+
denom: 'akt',
|
|
343
|
+
exponent: 6
|
|
344
|
+
}],
|
|
345
|
+
type_asset: 'ics20',
|
|
346
|
+
base: 'ibc/AD59D59CFB0E628E73C798415F823AB5B6257C2FE4BF67DBB5D6A677B2686E82',
|
|
347
|
+
name: 'Sandbox',
|
|
348
|
+
display: 'akt',
|
|
349
|
+
symbol: 'AKT',
|
|
350
|
+
traces: [{
|
|
351
|
+
type: 'ibc',
|
|
352
|
+
counterparty: {
|
|
353
|
+
chain_name: 'akashtestnet',
|
|
354
|
+
base_denom: 'uakt',
|
|
355
|
+
channel_id: 'channel-6'
|
|
356
|
+
},
|
|
357
|
+
chain: {
|
|
358
|
+
channel_id: 'channel-4171',
|
|
359
|
+
path: 'transfer/channel-4171/uakt'
|
|
360
|
+
}
|
|
361
|
+
}],
|
|
362
|
+
logo_URIs: {
|
|
363
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
365
|
+
},
|
|
366
|
+
images: [{
|
|
367
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.png',
|
|
368
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/akash/images/akt.svg'
|
|
369
|
+
}]
|
|
370
|
+
},
|
|
371
|
+
{
|
|
372
|
+
description: 'The native utility token of the Kaon testnet version of KYVE.',
|
|
373
|
+
denom_units: [{
|
|
374
|
+
denom: 'ibc/AB8AF05799E299FB5C5C80781DA35887F53E029745D20E5641233DB4E6B28515',
|
|
375
|
+
exponent: 0,
|
|
376
|
+
aliases: ['tkyve']
|
|
377
|
+
}, {
|
|
378
|
+
denom: 'kyve',
|
|
379
|
+
exponent: 6
|
|
380
|
+
}],
|
|
381
|
+
type_asset: 'ics20',
|
|
382
|
+
base: 'ibc/AB8AF05799E299FB5C5C80781DA35887F53E029745D20E5641233DB4E6B28515',
|
|
383
|
+
name: 'KYVE Kaon',
|
|
384
|
+
display: 'kyve',
|
|
385
|
+
symbol: 'KYVE',
|
|
386
|
+
traces: [{
|
|
387
|
+
type: 'test-mintage',
|
|
388
|
+
counterparty: {
|
|
389
|
+
chain_name: 'kyve',
|
|
390
|
+
base_denom: 'ukyve'
|
|
391
|
+
},
|
|
392
|
+
provider: 'Kyve'
|
|
393
|
+
}, {
|
|
394
|
+
type: 'ibc',
|
|
395
|
+
counterparty: {
|
|
396
|
+
chain_name: 'kyvetestnet',
|
|
397
|
+
base_denom: 'tkyve',
|
|
398
|
+
channel_id: 'channel-2'
|
|
399
|
+
},
|
|
400
|
+
chain: {
|
|
401
|
+
channel_id: 'channel-10',
|
|
402
|
+
path: 'transfer/channel-10/tkyve'
|
|
403
|
+
}
|
|
404
|
+
}],
|
|
405
|
+
logo_URIs: {
|
|
406
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
407
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
|
|
408
|
+
},
|
|
409
|
+
images: [{
|
|
410
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
411
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg',
|
|
412
|
+
image_sync: {
|
|
413
|
+
chain_name: 'kyve',
|
|
414
|
+
base_denom: 'ukyve'
|
|
415
|
+
}
|
|
416
|
+
}]
|
|
417
|
+
},
|
|
418
|
+
{
|
|
419
|
+
description: 'QCK - native token of Quicksilver',
|
|
420
|
+
denom_units: [{
|
|
421
|
+
denom: 'ibc/F37CF69589DE12342758382F8770C0852CD8D2E4519F55166EBDAF472AD667C9',
|
|
422
|
+
exponent: 0,
|
|
423
|
+
aliases: ['uqck']
|
|
424
|
+
}, {
|
|
425
|
+
denom: 'qck',
|
|
426
|
+
exponent: 6,
|
|
427
|
+
aliases: []
|
|
428
|
+
}],
|
|
429
|
+
type_asset: 'ics20',
|
|
430
|
+
base: 'ibc/F37CF69589DE12342758382F8770C0852CD8D2E4519F55166EBDAF472AD667C9',
|
|
431
|
+
name: 'Quicksilver Testnet',
|
|
432
|
+
display: 'qck',
|
|
433
|
+
symbol: 'QCK',
|
|
434
|
+
traces: [{
|
|
435
|
+
type: 'ibc',
|
|
436
|
+
counterparty: {
|
|
437
|
+
chain_name: 'quicksilvertestnet',
|
|
438
|
+
base_denom: 'uqck',
|
|
439
|
+
channel_id: 'channel-20'
|
|
440
|
+
},
|
|
441
|
+
chain: {
|
|
442
|
+
channel_id: 'channel-13',
|
|
443
|
+
path: 'transfer/channel-13/uqck'
|
|
444
|
+
}
|
|
445
|
+
}],
|
|
446
|
+
logo_URIs: {
|
|
447
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
448
|
+
},
|
|
449
|
+
images: [{
|
|
450
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/quicksilver/images/qck.png'
|
|
451
|
+
}]
|
|
452
|
+
},
|
|
453
|
+
{
|
|
454
|
+
description: 'The native token of Chain4Energy',
|
|
455
|
+
denom_units: [{
|
|
456
|
+
denom: 'ibc/E3D323CB6F427C49E56F913C853A416F6B71BAA9B0164625AD0203266F92B3ED',
|
|
457
|
+
exponent: 0,
|
|
458
|
+
aliases: ['uc4e']
|
|
459
|
+
}, {
|
|
460
|
+
denom: 'c4e',
|
|
461
|
+
exponent: 6
|
|
462
|
+
}],
|
|
463
|
+
type_asset: 'ics20',
|
|
464
|
+
base: 'ibc/E3D323CB6F427C49E56F913C853A416F6B71BAA9B0164625AD0203266F92B3ED',
|
|
465
|
+
name: 'Chain4Energy Testnet',
|
|
466
|
+
display: 'c4e',
|
|
467
|
+
symbol: 'C4E',
|
|
468
|
+
traces: [{
|
|
469
|
+
type: 'ibc',
|
|
470
|
+
counterparty: {
|
|
471
|
+
chain_name: 'chain4energytestnet',
|
|
472
|
+
base_denom: 'uc4e',
|
|
473
|
+
channel_id: 'channel-0'
|
|
474
|
+
},
|
|
475
|
+
chain: {
|
|
476
|
+
channel_id: 'channel-111',
|
|
477
|
+
path: 'transfer/channel-111/uc4e'
|
|
478
|
+
}
|
|
479
|
+
}],
|
|
480
|
+
logo_URIs: {
|
|
481
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png'
|
|
482
|
+
},
|
|
483
|
+
images: [{
|
|
484
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/chain4energytestnet/images/c4e.png'
|
|
485
|
+
}]
|
|
486
|
+
},
|
|
487
|
+
{
|
|
488
|
+
description: 'The XPRT token is primarily a governance token for the Persistence chain.',
|
|
489
|
+
denom_units: [{
|
|
490
|
+
denom: 'ibc/754C8533F8A418B03AD5F2C6AA19D4703CF78BBAB9E2E4DDD6212AAC2E502CA6',
|
|
491
|
+
exponent: 0,
|
|
492
|
+
aliases: ['uxprt']
|
|
493
|
+
}, {
|
|
494
|
+
denom: 'xprt',
|
|
495
|
+
exponent: 6
|
|
496
|
+
}],
|
|
497
|
+
type_asset: 'ics20',
|
|
498
|
+
base: 'ibc/754C8533F8A418B03AD5F2C6AA19D4703CF78BBAB9E2E4DDD6212AAC2E502CA6',
|
|
499
|
+
name: 'Persistence Testnet',
|
|
500
|
+
display: 'xprt',
|
|
501
|
+
symbol: 'XPRT',
|
|
502
|
+
traces: [{
|
|
503
|
+
type: 'ibc',
|
|
504
|
+
counterparty: {
|
|
505
|
+
chain_name: 'persistencetestnet2',
|
|
506
|
+
base_denom: 'uxprt',
|
|
507
|
+
channel_id: 'channel-7'
|
|
508
|
+
},
|
|
509
|
+
chain: {
|
|
510
|
+
channel_id: 'channel-1037',
|
|
511
|
+
path: 'transfer/channel-1037/uxprt'
|
|
512
|
+
}
|
|
513
|
+
}],
|
|
514
|
+
logo_URIs: {
|
|
515
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
516
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
517
|
+
},
|
|
518
|
+
images: [{
|
|
519
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
520
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg'
|
|
521
|
+
}]
|
|
522
|
+
},
|
|
523
|
+
{
|
|
524
|
+
description: 'The native staking token of the Xion network.',
|
|
525
|
+
denom_units: [{
|
|
526
|
+
denom: 'ibc/3642669AD14386D3E38F43F30CFCA859B3E8A05BF6BD6A23DEBD2115AD1325E9',
|
|
527
|
+
exponent: 0,
|
|
528
|
+
aliases: ['microxion', 'uxion']
|
|
529
|
+
}, {
|
|
530
|
+
denom: 'XION',
|
|
531
|
+
exponent: 6,
|
|
532
|
+
aliases: ['xion']
|
|
533
|
+
}],
|
|
534
|
+
type_asset: 'ics20',
|
|
535
|
+
base: 'ibc/3642669AD14386D3E38F43F30CFCA859B3E8A05BF6BD6A23DEBD2115AD1325E9',
|
|
536
|
+
name: 'Xion Testnet',
|
|
537
|
+
display: 'XION',
|
|
538
|
+
symbol: 'XION',
|
|
539
|
+
traces: [{
|
|
540
|
+
type: 'ibc',
|
|
541
|
+
counterparty: {
|
|
542
|
+
chain_name: 'xiontestnet',
|
|
543
|
+
base_denom: 'uxion',
|
|
544
|
+
channel_id: 'channel-12'
|
|
545
|
+
},
|
|
546
|
+
chain: {
|
|
547
|
+
channel_id: 'channel-4410',
|
|
548
|
+
path: 'transfer/channel-4410/uxion'
|
|
549
|
+
}
|
|
550
|
+
}],
|
|
551
|
+
logo_URIs: {
|
|
552
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
553
|
+
},
|
|
554
|
+
images: [{
|
|
555
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
556
|
+
}]
|
|
557
|
+
},
|
|
558
|
+
{
|
|
559
|
+
description: 'The native token of Saga Testnet',
|
|
560
|
+
denom_units: [{
|
|
561
|
+
denom: 'ibc/48384130079A5987378F5776775F8C29A02505273E777BBB99361F2BB5B577C9',
|
|
562
|
+
exponent: 0,
|
|
563
|
+
aliases: ['utsaga']
|
|
564
|
+
}, {
|
|
565
|
+
denom: 'tsaga',
|
|
566
|
+
exponent: 6,
|
|
567
|
+
aliases: []
|
|
568
|
+
}],
|
|
569
|
+
type_asset: 'ics20',
|
|
570
|
+
base: 'ibc/48384130079A5987378F5776775F8C29A02505273E777BBB99361F2BB5B577C9',
|
|
571
|
+
name: 'Saga Testnet',
|
|
572
|
+
display: 'tsaga',
|
|
573
|
+
symbol: 'TSAGA',
|
|
574
|
+
traces: [{
|
|
575
|
+
type: 'ibc',
|
|
576
|
+
counterparty: {
|
|
577
|
+
chain_name: 'sagatestnet',
|
|
578
|
+
base_denom: 'utsaga',
|
|
579
|
+
channel_id: 'channel-20'
|
|
580
|
+
},
|
|
581
|
+
chain: {
|
|
582
|
+
channel_id: 'channel-4946',
|
|
583
|
+
path: 'transfer/channel-4946/utsaga'
|
|
584
|
+
}
|
|
585
|
+
}],
|
|
586
|
+
logo_URIs: {
|
|
587
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
588
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
|
|
589
|
+
},
|
|
590
|
+
images: [{
|
|
591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.png',
|
|
592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/saga/images/saga.svg'
|
|
593
|
+
}]
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
description: 'The native token of IXO Chain',
|
|
597
|
+
denom_units: [{
|
|
598
|
+
denom: 'ibc/88C815D69587CF0F05E96E5E2731EA56194D73C9A02A500095294D3A5DE68F16',
|
|
599
|
+
exponent: 0,
|
|
600
|
+
aliases: ['uixo']
|
|
601
|
+
}, {
|
|
602
|
+
denom: 'ixo',
|
|
603
|
+
exponent: 6
|
|
604
|
+
}],
|
|
605
|
+
type_asset: 'ics20',
|
|
606
|
+
base: 'ibc/88C815D69587CF0F05E96E5E2731EA56194D73C9A02A500095294D3A5DE68F16',
|
|
607
|
+
name: 'ixo',
|
|
608
|
+
display: 'ixo',
|
|
609
|
+
symbol: 'IXO',
|
|
610
|
+
traces: [{
|
|
611
|
+
type: 'test-mintage',
|
|
612
|
+
counterparty: {
|
|
613
|
+
chain_name: 'impacthub',
|
|
614
|
+
base_denom: 'uixo'
|
|
615
|
+
},
|
|
616
|
+
provider: 'impacthub'
|
|
617
|
+
}, {
|
|
618
|
+
type: 'ibc',
|
|
619
|
+
counterparty: {
|
|
620
|
+
chain_name: 'impacthubtestnet',
|
|
621
|
+
base_denom: 'uixo',
|
|
622
|
+
channel_id: 'channel-10'
|
|
623
|
+
},
|
|
624
|
+
chain: {
|
|
625
|
+
channel_id: 'channel-1637',
|
|
626
|
+
path: 'transfer/channel-1637/uixo'
|
|
627
|
+
}
|
|
628
|
+
}],
|
|
629
|
+
logo_URIs: {
|
|
630
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
|
|
631
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
|
|
632
|
+
},
|
|
633
|
+
images: [{
|
|
634
|
+
image_sync: {
|
|
635
|
+
chain_name: 'impacthub',
|
|
636
|
+
base_denom: 'uixo'
|
|
637
|
+
},
|
|
638
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.png',
|
|
639
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/impacthub/images/ixo.svg'
|
|
52
640
|
}]
|
|
53
641
|
},
|
|
54
642
|
{
|
|
@@ -119,50 +707,6 @@ const testnet_assets = {
|
|
|
119
707
|
images: [{
|
|
120
708
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/titantestnet/images/tkx.png'
|
|
121
709
|
}]
|
|
122
|
-
},
|
|
123
|
-
{
|
|
124
|
-
description: 'Circle\'s stablecoin on Axelar',
|
|
125
|
-
denom_units: [{
|
|
126
|
-
denom: 'ibc/2164BDB48DE5501430E71286448D87C6D2240EC0E078CF113CAB85E21A352BB0',
|
|
127
|
-
exponent: 0
|
|
128
|
-
}, {
|
|
129
|
-
denom: 'ausdc',
|
|
130
|
-
exponent: 6
|
|
131
|
-
}],
|
|
132
|
-
type_asset: 'ics20',
|
|
133
|
-
base: 'ibc/2164BDB48DE5501430E71286448D87C6D2240EC0E078CF113CAB85E21A352BB0',
|
|
134
|
-
name: 'USD Coin (Axelar)',
|
|
135
|
-
display: 'ausdc',
|
|
136
|
-
symbol: 'aUSDC.axl',
|
|
137
|
-
traces: [{
|
|
138
|
-
type: 'bridge',
|
|
139
|
-
counterparty: {
|
|
140
|
-
chain_name: 'ethereumtestnet',
|
|
141
|
-
base_denom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
|
|
142
|
-
},
|
|
143
|
-
provider: 'Axelar'
|
|
144
|
-
}, {
|
|
145
|
-
type: 'ibc',
|
|
146
|
-
counterparty: {
|
|
147
|
-
chain_name: 'axelartestnet',
|
|
148
|
-
base_denom: 'uausdc',
|
|
149
|
-
channel_id: 'channel-339'
|
|
150
|
-
},
|
|
151
|
-
chain: {
|
|
152
|
-
channel_id: 'channel-4170',
|
|
153
|
-
path: 'transfer/channel-4170/uausdc'
|
|
154
|
-
}
|
|
155
|
-
}],
|
|
156
|
-
images: [{
|
|
157
|
-
image_sync: {
|
|
158
|
-
chain_name: 'ethereumtestnet',
|
|
159
|
-
base_denom: '0x254d06f33bDc5b8ee05b2ea472107E300226659A'
|
|
160
|
-
},
|
|
161
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
162
|
-
}],
|
|
163
|
-
logo_URIs: {
|
|
164
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
165
|
-
}
|
|
166
710
|
}
|
|
167
711
|
]
|
|
168
712
|
};
|