@chain-registry/assets 1.70.147 → 1.70.149
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/mainnet/agoric.js +76 -0
- package/esm/mainnet/archway.js +76 -0
- package/esm/mainnet/aura.js +76 -0
- package/esm/mainnet/beezee.js +76 -0
- package/esm/mainnet/coreum.js +76 -0
- package/esm/mainnet/cosmoshub.js +76 -0
- package/esm/mainnet/crescent.js +76 -0
- package/esm/mainnet/doravota.js +76 -0
- package/esm/mainnet/dydx.js +76 -0
- package/esm/mainnet/dymension.js +76 -0
- package/esm/mainnet/elys.js +76 -0
- package/esm/mainnet/evmos.js +76 -0
- package/esm/mainnet/furya.js +76 -0
- package/esm/mainnet/haqq.js +76 -0
- package/esm/mainnet/impacthub.js +76 -0
- package/esm/mainnet/injective.js +76 -0
- package/esm/mainnet/joltify.js +76 -0
- package/esm/mainnet/juno.js +76 -0
- package/esm/mainnet/kava.js +76 -0
- package/esm/mainnet/kopi.js +76 -0
- package/esm/mainnet/kujira.js +76 -0
- package/esm/mainnet/lava.js +76 -0
- package/esm/mainnet/mantrachain.js +76 -0
- package/esm/mainnet/migaloo.js +76 -0
- package/esm/mainnet/neutron.js +80 -4
- package/esm/mainnet/nibiru.js +76 -0
- package/esm/mainnet/omniflixhub.js +76 -0
- package/esm/mainnet/onex.js +76 -0
- package/esm/mainnet/osmosis.js +80 -4
- package/esm/mainnet/persistence.js +76 -0
- package/esm/mainnet/planq.js +76 -0
- package/esm/mainnet/provenance.js +76 -0
- package/esm/mainnet/pryzm.js +76 -0
- package/esm/mainnet/regen.js +76 -0
- package/esm/mainnet/routerchain.js +76 -0
- package/esm/mainnet/secretnetwork.js +76 -0
- package/esm/mainnet/sei.js +76 -0
- package/esm/mainnet/shido.js +76 -0
- package/esm/mainnet/sidechain.js +76 -0
- package/esm/mainnet/stargaze.js +76 -0
- package/esm/mainnet/teritori.js +76 -0
- package/esm/mainnet/terra2.js +76 -0
- package/esm/mainnet/titan.js +76 -0
- package/esm/mainnet/umee.js +76 -0
- package/esm/mainnet/xion.js +76 -0
- package/esm/testnet/assets.js +3 -1
- package/esm/testnet/axelartestnet.js +16 -16
- package/esm/testnet/babylontestnet.js +73 -0
- package/esm/testnet/index.js +2 -0
- package/esm/testnet/neutrontestnet.js +66 -0
- package/esm/testnet/nobletestnet.js +68 -0
- package/esm/testnet/osmosistestnet.js +84 -16
- package/esm/testnet/xiontestnet2.js +184 -0
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +76 -0
- package/mainnet/archway.js +76 -0
- package/mainnet/aura.js +76 -0
- package/mainnet/beezee.js +76 -0
- package/mainnet/coreum.js +76 -0
- package/mainnet/cosmoshub.js +76 -0
- package/mainnet/crescent.js +76 -0
- package/mainnet/doravota.js +76 -0
- package/mainnet/dydx.js +76 -0
- package/mainnet/dymension.js +76 -0
- package/mainnet/elys.js +76 -0
- package/mainnet/evmos.js +76 -0
- package/mainnet/furya.js +76 -0
- package/mainnet/haqq.js +76 -0
- package/mainnet/impacthub.js +76 -0
- package/mainnet/injective.js +76 -0
- package/mainnet/joltify.js +76 -0
- package/mainnet/juno.js +76 -0
- package/mainnet/kava.js +76 -0
- package/mainnet/kopi.js +76 -0
- package/mainnet/kujira.js +76 -0
- package/mainnet/lava.js +76 -0
- package/mainnet/mantrachain.js +76 -0
- package/mainnet/migaloo.js +76 -0
- package/mainnet/neutron.js +80 -4
- package/mainnet/nibiru.js +76 -0
- package/mainnet/omniflixhub.js +76 -0
- package/mainnet/onex.js +76 -0
- package/mainnet/osmosis.js +80 -4
- package/mainnet/persistence.js +76 -0
- package/mainnet/planq.js +76 -0
- package/mainnet/provenance.js +76 -0
- package/mainnet/pryzm.js +76 -0
- package/mainnet/regen.js +76 -0
- package/mainnet/routerchain.js +76 -0
- package/mainnet/secretnetwork.js +76 -0
- package/mainnet/sei.js +76 -0
- package/mainnet/shido.js +76 -0
- package/mainnet/sidechain.js +76 -0
- package/mainnet/stargaze.js +76 -0
- package/mainnet/teritori.js +76 -0
- package/mainnet/terra2.js +76 -0
- package/mainnet/titan.js +76 -0
- package/mainnet/umee.js +76 -0
- package/mainnet/xion.js +76 -0
- package/package.json +5 -5
- package/testnet/assets.js +3 -1
- package/testnet/axelartestnet.js +16 -16
- package/testnet/babylontestnet.d.ts +3 -0
- package/testnet/babylontestnet.js +75 -0
- package/testnet/index.d.ts +2 -0
- package/testnet/index.js +3 -1
- package/testnet/neutrontestnet.js +66 -0
- package/testnet/nobletestnet.js +68 -0
- package/testnet/osmosistestnet.js +84 -16
- package/testnet/xiontestnet2.d.ts +3 -0
- package/testnet/xiontestnet2.js +186 -0
package/esm/mainnet/impacthub.js
CHANGED
|
@@ -292,6 +292,44 @@ const assets = {
|
|
|
292
292
|
}
|
|
293
293
|
}]
|
|
294
294
|
},
|
|
295
|
+
{
|
|
296
|
+
description: 'USDN token',
|
|
297
|
+
denom_units: [{
|
|
298
|
+
denom: 'ibc/1001147B920D53A27F16D9A6C32F8CB838DC848C1132E6D2FE4D0A5617145416',
|
|
299
|
+
exponent: 0,
|
|
300
|
+
aliases: ['uusdn']
|
|
301
|
+
}, {
|
|
302
|
+
denom: 'usdn',
|
|
303
|
+
exponent: 6
|
|
304
|
+
}],
|
|
305
|
+
type_asset: 'sdk.coin',
|
|
306
|
+
base: 'ibc/1001147B920D53A27F16D9A6C32F8CB838DC848C1132E6D2FE4D0A5617145416',
|
|
307
|
+
name: 'Noble Dollar',
|
|
308
|
+
display: 'usdn',
|
|
309
|
+
symbol: 'USDN',
|
|
310
|
+
logo_URIs: {
|
|
311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
312
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
313
|
+
},
|
|
314
|
+
images: [{
|
|
315
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
316
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
317
|
+
theme: {
|
|
318
|
+
primary_color_hex: '#2E8564'
|
|
319
|
+
}
|
|
320
|
+
}],
|
|
321
|
+
traces: [{
|
|
322
|
+
type: 'ibc',
|
|
323
|
+
counterparty: {
|
|
324
|
+
channel_id: 'channel-15',
|
|
325
|
+
base_denom: 'uusdn',
|
|
326
|
+
chain_name: 'noble'
|
|
327
|
+
},
|
|
328
|
+
chain: {
|
|
329
|
+
channel_id: 'channel-26'
|
|
330
|
+
}
|
|
331
|
+
}]
|
|
332
|
+
},
|
|
295
333
|
{
|
|
296
334
|
description: 'The native token of Osmosis',
|
|
297
335
|
denom_units: [{
|
|
@@ -538,6 +576,44 @@ const assets = {
|
|
|
538
576
|
}
|
|
539
577
|
}]
|
|
540
578
|
},
|
|
579
|
+
{
|
|
580
|
+
description: 'USDN token',
|
|
581
|
+
denom_units: [{
|
|
582
|
+
denom: 'ibc/1001147B920D53A27F16D9A6C32F8CB838DC848C1132E6D2FE4D0A5617145416',
|
|
583
|
+
exponent: 0,
|
|
584
|
+
aliases: ['uusdn']
|
|
585
|
+
}, {
|
|
586
|
+
denom: 'usdn',
|
|
587
|
+
exponent: 6
|
|
588
|
+
}],
|
|
589
|
+
type_asset: 'sdk.coin',
|
|
590
|
+
base: 'ibc/1001147B920D53A27F16D9A6C32F8CB838DC848C1132E6D2FE4D0A5617145416',
|
|
591
|
+
name: 'Noble Dollar',
|
|
592
|
+
display: 'usdn',
|
|
593
|
+
symbol: 'USDN',
|
|
594
|
+
logo_URIs: {
|
|
595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
596
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
597
|
+
},
|
|
598
|
+
images: [{
|
|
599
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
600
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
601
|
+
theme: {
|
|
602
|
+
primary_color_hex: '#2E8564'
|
|
603
|
+
}
|
|
604
|
+
}],
|
|
605
|
+
traces: [{
|
|
606
|
+
type: 'ibc',
|
|
607
|
+
counterparty: {
|
|
608
|
+
channel_id: 'channel-15',
|
|
609
|
+
base_denom: 'uusdn',
|
|
610
|
+
chain_name: 'noble'
|
|
611
|
+
},
|
|
612
|
+
chain: {
|
|
613
|
+
channel_id: 'channel-26'
|
|
614
|
+
}
|
|
615
|
+
}]
|
|
616
|
+
},
|
|
541
617
|
{
|
|
542
618
|
description: 'The native token of Osmosis',
|
|
543
619
|
denom_units: [{
|
package/esm/mainnet/injective.js
CHANGED
|
@@ -1835,6 +1835,44 @@ const assets = {
|
|
|
1835
1835
|
}
|
|
1836
1836
|
}]
|
|
1837
1837
|
},
|
|
1838
|
+
{
|
|
1839
|
+
description: 'USDN token',
|
|
1840
|
+
denom_units: [{
|
|
1841
|
+
denom: 'ibc/5100092BD8ED0863E95B9F6542E98AD8072F5AA2E5EE294A1DE2CAF35BC0490B',
|
|
1842
|
+
exponent: 0,
|
|
1843
|
+
aliases: ['uusdn']
|
|
1844
|
+
}, {
|
|
1845
|
+
denom: 'usdn',
|
|
1846
|
+
exponent: 6
|
|
1847
|
+
}],
|
|
1848
|
+
type_asset: 'sdk.coin',
|
|
1849
|
+
base: 'ibc/5100092BD8ED0863E95B9F6542E98AD8072F5AA2E5EE294A1DE2CAF35BC0490B',
|
|
1850
|
+
name: 'Noble Dollar',
|
|
1851
|
+
display: 'usdn',
|
|
1852
|
+
symbol: 'USDN',
|
|
1853
|
+
logo_URIs: {
|
|
1854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1855
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1856
|
+
},
|
|
1857
|
+
images: [{
|
|
1858
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1859
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1860
|
+
theme: {
|
|
1861
|
+
primary_color_hex: '#2E8564'
|
|
1862
|
+
}
|
|
1863
|
+
}],
|
|
1864
|
+
traces: [{
|
|
1865
|
+
type: 'ibc',
|
|
1866
|
+
counterparty: {
|
|
1867
|
+
channel_id: 'channel-31',
|
|
1868
|
+
base_denom: 'uusdn',
|
|
1869
|
+
chain_name: 'noble'
|
|
1870
|
+
},
|
|
1871
|
+
chain: {
|
|
1872
|
+
channel_id: 'channel-148'
|
|
1873
|
+
}
|
|
1874
|
+
}]
|
|
1875
|
+
},
|
|
1838
1876
|
{
|
|
1839
1877
|
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
1840
1878
|
denom_units: [{
|
|
@@ -8074,6 +8112,44 @@ const assets = {
|
|
|
8074
8112
|
}
|
|
8075
8113
|
}]
|
|
8076
8114
|
},
|
|
8115
|
+
{
|
|
8116
|
+
description: 'USDN token',
|
|
8117
|
+
denom_units: [{
|
|
8118
|
+
denom: 'ibc/5100092BD8ED0863E95B9F6542E98AD8072F5AA2E5EE294A1DE2CAF35BC0490B',
|
|
8119
|
+
exponent: 0,
|
|
8120
|
+
aliases: ['uusdn']
|
|
8121
|
+
}, {
|
|
8122
|
+
denom: 'usdn',
|
|
8123
|
+
exponent: 6
|
|
8124
|
+
}],
|
|
8125
|
+
type_asset: 'sdk.coin',
|
|
8126
|
+
base: 'ibc/5100092BD8ED0863E95B9F6542E98AD8072F5AA2E5EE294A1DE2CAF35BC0490B',
|
|
8127
|
+
name: 'Noble Dollar',
|
|
8128
|
+
display: 'usdn',
|
|
8129
|
+
symbol: 'USDN',
|
|
8130
|
+
logo_URIs: {
|
|
8131
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
8132
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
8133
|
+
},
|
|
8134
|
+
images: [{
|
|
8135
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
8136
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
8137
|
+
theme: {
|
|
8138
|
+
primary_color_hex: '#2E8564'
|
|
8139
|
+
}
|
|
8140
|
+
}],
|
|
8141
|
+
traces: [{
|
|
8142
|
+
type: 'ibc',
|
|
8143
|
+
counterparty: {
|
|
8144
|
+
channel_id: 'channel-31',
|
|
8145
|
+
base_denom: 'uusdn',
|
|
8146
|
+
chain_name: 'noble'
|
|
8147
|
+
},
|
|
8148
|
+
chain: {
|
|
8149
|
+
channel_id: 'channel-148'
|
|
8150
|
+
}
|
|
8151
|
+
}]
|
|
8152
|
+
},
|
|
8077
8153
|
{
|
|
8078
8154
|
description: 'ODIN is the Staking and governance token for ODIN Protocol',
|
|
8079
8155
|
denom_units: [{
|
package/esm/mainnet/joltify.js
CHANGED
|
@@ -206,6 +206,44 @@ const assets = {
|
|
|
206
206
|
}
|
|
207
207
|
}]
|
|
208
208
|
},
|
|
209
|
+
{
|
|
210
|
+
description: 'USDN token',
|
|
211
|
+
denom_units: [{
|
|
212
|
+
denom: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
213
|
+
exponent: 0,
|
|
214
|
+
aliases: ['uusdn']
|
|
215
|
+
}, {
|
|
216
|
+
denom: 'usdn',
|
|
217
|
+
exponent: 6
|
|
218
|
+
}],
|
|
219
|
+
type_asset: 'sdk.coin',
|
|
220
|
+
base: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
221
|
+
name: 'Noble Dollar',
|
|
222
|
+
display: 'usdn',
|
|
223
|
+
symbol: 'USDN',
|
|
224
|
+
logo_URIs: {
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
227
|
+
},
|
|
228
|
+
images: [{
|
|
229
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
231
|
+
theme: {
|
|
232
|
+
primary_color_hex: '#2E8564'
|
|
233
|
+
}
|
|
234
|
+
}],
|
|
235
|
+
traces: [{
|
|
236
|
+
type: 'ibc',
|
|
237
|
+
counterparty: {
|
|
238
|
+
channel_id: 'channel-81',
|
|
239
|
+
base_denom: 'uusdn',
|
|
240
|
+
chain_name: 'noble'
|
|
241
|
+
},
|
|
242
|
+
chain: {
|
|
243
|
+
channel_id: 'channel-1'
|
|
244
|
+
}
|
|
245
|
+
}]
|
|
246
|
+
},
|
|
209
247
|
{
|
|
210
248
|
description: 'The permissioned staking asset for Noble Chain',
|
|
211
249
|
denom_units: [{
|
|
@@ -324,6 +362,44 @@ const assets = {
|
|
|
324
362
|
channel_id: 'channel-1'
|
|
325
363
|
}
|
|
326
364
|
}]
|
|
365
|
+
},
|
|
366
|
+
{
|
|
367
|
+
description: 'USDN token',
|
|
368
|
+
denom_units: [{
|
|
369
|
+
denom: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
370
|
+
exponent: 0,
|
|
371
|
+
aliases: ['uusdn']
|
|
372
|
+
}, {
|
|
373
|
+
denom: 'usdn',
|
|
374
|
+
exponent: 6
|
|
375
|
+
}],
|
|
376
|
+
type_asset: 'sdk.coin',
|
|
377
|
+
base: 'ibc/DEF63053872AFF04509EDA37BFCB1D890BAA55D47FEC36DBBD19FF55A537D8B3',
|
|
378
|
+
name: 'Noble Dollar',
|
|
379
|
+
display: 'usdn',
|
|
380
|
+
symbol: 'USDN',
|
|
381
|
+
logo_URIs: {
|
|
382
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
383
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
384
|
+
},
|
|
385
|
+
images: [{
|
|
386
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
387
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
388
|
+
theme: {
|
|
389
|
+
primary_color_hex: '#2E8564'
|
|
390
|
+
}
|
|
391
|
+
}],
|
|
392
|
+
traces: [{
|
|
393
|
+
type: 'ibc',
|
|
394
|
+
counterparty: {
|
|
395
|
+
channel_id: 'channel-81',
|
|
396
|
+
base_denom: 'uusdn',
|
|
397
|
+
chain_name: 'noble'
|
|
398
|
+
},
|
|
399
|
+
chain: {
|
|
400
|
+
channel_id: 'channel-1'
|
|
401
|
+
}
|
|
402
|
+
}]
|
|
327
403
|
}
|
|
328
404
|
]
|
|
329
405
|
};
|
package/esm/mainnet/juno.js
CHANGED
|
@@ -2047,6 +2047,44 @@ const assets = {
|
|
|
2047
2047
|
}
|
|
2048
2048
|
}]
|
|
2049
2049
|
},
|
|
2050
|
+
{
|
|
2051
|
+
description: 'USDN token',
|
|
2052
|
+
denom_units: [{
|
|
2053
|
+
denom: 'ibc/FFA74E65A6A06F7AC7EF9A19536985D3DC7A138C79086BA002AF2658A7A48A69',
|
|
2054
|
+
exponent: 0,
|
|
2055
|
+
aliases: ['uusdn']
|
|
2056
|
+
}, {
|
|
2057
|
+
denom: 'usdn',
|
|
2058
|
+
exponent: 6
|
|
2059
|
+
}],
|
|
2060
|
+
type_asset: 'sdk.coin',
|
|
2061
|
+
base: 'ibc/FFA74E65A6A06F7AC7EF9A19536985D3DC7A138C79086BA002AF2658A7A48A69',
|
|
2062
|
+
name: 'Noble Dollar',
|
|
2063
|
+
display: 'usdn',
|
|
2064
|
+
symbol: 'USDN',
|
|
2065
|
+
logo_URIs: {
|
|
2066
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2067
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2068
|
+
},
|
|
2069
|
+
images: [{
|
|
2070
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2071
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2072
|
+
theme: {
|
|
2073
|
+
primary_color_hex: '#2E8564'
|
|
2074
|
+
}
|
|
2075
|
+
}],
|
|
2076
|
+
traces: [{
|
|
2077
|
+
type: 'ibc',
|
|
2078
|
+
counterparty: {
|
|
2079
|
+
channel_id: 'channel-3',
|
|
2080
|
+
base_denom: 'uusdn',
|
|
2081
|
+
chain_name: 'noble'
|
|
2082
|
+
},
|
|
2083
|
+
chain: {
|
|
2084
|
+
channel_id: 'channel-224'
|
|
2085
|
+
}
|
|
2086
|
+
}]
|
|
2087
|
+
},
|
|
2050
2088
|
{
|
|
2051
2089
|
description: 'The native token of OKExChain',
|
|
2052
2090
|
denom_units: [{
|
|
@@ -3904,6 +3942,44 @@ const assets = {
|
|
|
3904
3942
|
}
|
|
3905
3943
|
}]
|
|
3906
3944
|
},
|
|
3945
|
+
{
|
|
3946
|
+
description: 'USDN token',
|
|
3947
|
+
denom_units: [{
|
|
3948
|
+
denom: 'ibc/FFA74E65A6A06F7AC7EF9A19536985D3DC7A138C79086BA002AF2658A7A48A69',
|
|
3949
|
+
exponent: 0,
|
|
3950
|
+
aliases: ['uusdn']
|
|
3951
|
+
}, {
|
|
3952
|
+
denom: 'usdn',
|
|
3953
|
+
exponent: 6
|
|
3954
|
+
}],
|
|
3955
|
+
type_asset: 'sdk.coin',
|
|
3956
|
+
base: 'ibc/FFA74E65A6A06F7AC7EF9A19536985D3DC7A138C79086BA002AF2658A7A48A69',
|
|
3957
|
+
name: 'Noble Dollar',
|
|
3958
|
+
display: 'usdn',
|
|
3959
|
+
symbol: 'USDN',
|
|
3960
|
+
logo_URIs: {
|
|
3961
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3962
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
3963
|
+
},
|
|
3964
|
+
images: [{
|
|
3965
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3966
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
3967
|
+
theme: {
|
|
3968
|
+
primary_color_hex: '#2E8564'
|
|
3969
|
+
}
|
|
3970
|
+
}],
|
|
3971
|
+
traces: [{
|
|
3972
|
+
type: 'ibc',
|
|
3973
|
+
counterparty: {
|
|
3974
|
+
channel_id: 'channel-3',
|
|
3975
|
+
base_denom: 'uusdn',
|
|
3976
|
+
chain_name: 'noble'
|
|
3977
|
+
},
|
|
3978
|
+
chain: {
|
|
3979
|
+
channel_id: 'channel-224'
|
|
3980
|
+
}
|
|
3981
|
+
}]
|
|
3982
|
+
},
|
|
3907
3983
|
{
|
|
3908
3984
|
description: 'The native token of OKExChain',
|
|
3909
3985
|
denom_units: [{
|
package/esm/mainnet/kava.js
CHANGED
|
@@ -2307,6 +2307,44 @@ const assets = {
|
|
|
2307
2307
|
}
|
|
2308
2308
|
}]
|
|
2309
2309
|
},
|
|
2310
|
+
{
|
|
2311
|
+
description: 'USDN token',
|
|
2312
|
+
denom_units: [{
|
|
2313
|
+
denom: 'ibc/74CA7AC8D00C28B0C1CF2E2F24661FC15C662C31C77B2FB6C5F1A982C3F9C4AE',
|
|
2314
|
+
exponent: 0,
|
|
2315
|
+
aliases: ['uusdn']
|
|
2316
|
+
}, {
|
|
2317
|
+
denom: 'usdn',
|
|
2318
|
+
exponent: 6
|
|
2319
|
+
}],
|
|
2320
|
+
type_asset: 'sdk.coin',
|
|
2321
|
+
base: 'ibc/74CA7AC8D00C28B0C1CF2E2F24661FC15C662C31C77B2FB6C5F1A982C3F9C4AE',
|
|
2322
|
+
name: 'Noble Dollar',
|
|
2323
|
+
display: 'usdn',
|
|
2324
|
+
symbol: 'USDN',
|
|
2325
|
+
logo_URIs: {
|
|
2326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2328
|
+
},
|
|
2329
|
+
images: [{
|
|
2330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2332
|
+
theme: {
|
|
2333
|
+
primary_color_hex: '#2E8564'
|
|
2334
|
+
}
|
|
2335
|
+
}],
|
|
2336
|
+
traces: [{
|
|
2337
|
+
type: 'ibc',
|
|
2338
|
+
counterparty: {
|
|
2339
|
+
channel_id: 'channel-88',
|
|
2340
|
+
base_denom: 'uusdn',
|
|
2341
|
+
chain_name: 'noble'
|
|
2342
|
+
},
|
|
2343
|
+
chain: {
|
|
2344
|
+
channel_id: 'channel-151'
|
|
2345
|
+
}
|
|
2346
|
+
}]
|
|
2347
|
+
},
|
|
2310
2348
|
{
|
|
2311
2349
|
description: 'The native token of ONEX',
|
|
2312
2350
|
denom_units: [{
|
|
@@ -2992,6 +3030,44 @@ const assets = {
|
|
|
2992
3030
|
}
|
|
2993
3031
|
}]
|
|
2994
3032
|
},
|
|
3033
|
+
{
|
|
3034
|
+
description: 'USDN token',
|
|
3035
|
+
denom_units: [{
|
|
3036
|
+
denom: 'ibc/74CA7AC8D00C28B0C1CF2E2F24661FC15C662C31C77B2FB6C5F1A982C3F9C4AE',
|
|
3037
|
+
exponent: 0,
|
|
3038
|
+
aliases: ['uusdn']
|
|
3039
|
+
}, {
|
|
3040
|
+
denom: 'usdn',
|
|
3041
|
+
exponent: 6
|
|
3042
|
+
}],
|
|
3043
|
+
type_asset: 'sdk.coin',
|
|
3044
|
+
base: 'ibc/74CA7AC8D00C28B0C1CF2E2F24661FC15C662C31C77B2FB6C5F1A982C3F9C4AE',
|
|
3045
|
+
name: 'Noble Dollar',
|
|
3046
|
+
display: 'usdn',
|
|
3047
|
+
symbol: 'USDN',
|
|
3048
|
+
logo_URIs: {
|
|
3049
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3050
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
3051
|
+
},
|
|
3052
|
+
images: [{
|
|
3053
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3054
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
3055
|
+
theme: {
|
|
3056
|
+
primary_color_hex: '#2E8564'
|
|
3057
|
+
}
|
|
3058
|
+
}],
|
|
3059
|
+
traces: [{
|
|
3060
|
+
type: 'ibc',
|
|
3061
|
+
counterparty: {
|
|
3062
|
+
channel_id: 'channel-88',
|
|
3063
|
+
base_denom: 'uusdn',
|
|
3064
|
+
chain_name: 'noble'
|
|
3065
|
+
},
|
|
3066
|
+
chain: {
|
|
3067
|
+
channel_id: 'channel-151'
|
|
3068
|
+
}
|
|
3069
|
+
}]
|
|
3070
|
+
},
|
|
2995
3071
|
{
|
|
2996
3072
|
description: 'The native token of ONEX',
|
|
2997
3073
|
denom_units: [{
|
package/esm/mainnet/kopi.js
CHANGED
|
@@ -766,6 +766,44 @@ const assets = {
|
|
|
766
766
|
}
|
|
767
767
|
}]
|
|
768
768
|
},
|
|
769
|
+
{
|
|
770
|
+
description: 'USDN token',
|
|
771
|
+
denom_units: [{
|
|
772
|
+
denom: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
773
|
+
exponent: 0,
|
|
774
|
+
aliases: ['uusdn']
|
|
775
|
+
}, {
|
|
776
|
+
denom: 'usdn',
|
|
777
|
+
exponent: 6
|
|
778
|
+
}],
|
|
779
|
+
type_asset: 'sdk.coin',
|
|
780
|
+
base: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
781
|
+
name: 'Noble Dollar',
|
|
782
|
+
display: 'usdn',
|
|
783
|
+
symbol: 'USDN',
|
|
784
|
+
logo_URIs: {
|
|
785
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
786
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
787
|
+
},
|
|
788
|
+
images: [{
|
|
789
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
790
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
791
|
+
theme: {
|
|
792
|
+
primary_color_hex: '#2E8564'
|
|
793
|
+
}
|
|
794
|
+
}],
|
|
795
|
+
traces: [{
|
|
796
|
+
type: 'ibc',
|
|
797
|
+
counterparty: {
|
|
798
|
+
channel_id: 'channel-122',
|
|
799
|
+
base_denom: 'uusdn',
|
|
800
|
+
chain_name: 'noble'
|
|
801
|
+
},
|
|
802
|
+
chain: {
|
|
803
|
+
channel_id: 'channel-9'
|
|
804
|
+
}
|
|
805
|
+
}]
|
|
806
|
+
},
|
|
769
807
|
{
|
|
770
808
|
description: 'The native token of Osmosis',
|
|
771
809
|
denom_units: [{
|
|
@@ -1016,6 +1054,44 @@ const assets = {
|
|
|
1016
1054
|
}
|
|
1017
1055
|
}]
|
|
1018
1056
|
},
|
|
1057
|
+
{
|
|
1058
|
+
description: 'USDN token',
|
|
1059
|
+
denom_units: [{
|
|
1060
|
+
denom: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
1061
|
+
exponent: 0,
|
|
1062
|
+
aliases: ['uusdn']
|
|
1063
|
+
}, {
|
|
1064
|
+
denom: 'usdn',
|
|
1065
|
+
exponent: 6
|
|
1066
|
+
}],
|
|
1067
|
+
type_asset: 'sdk.coin',
|
|
1068
|
+
base: 'ibc/E4A6D3FBA3C89333A411CE5675AA149808F8259BE3749D16FB139484C3355ECC',
|
|
1069
|
+
name: 'Noble Dollar',
|
|
1070
|
+
display: 'usdn',
|
|
1071
|
+
symbol: 'USDN',
|
|
1072
|
+
logo_URIs: {
|
|
1073
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1074
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1075
|
+
},
|
|
1076
|
+
images: [{
|
|
1077
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1078
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1079
|
+
theme: {
|
|
1080
|
+
primary_color_hex: '#2E8564'
|
|
1081
|
+
}
|
|
1082
|
+
}],
|
|
1083
|
+
traces: [{
|
|
1084
|
+
type: 'ibc',
|
|
1085
|
+
counterparty: {
|
|
1086
|
+
channel_id: 'channel-122',
|
|
1087
|
+
base_denom: 'uusdn',
|
|
1088
|
+
chain_name: 'noble'
|
|
1089
|
+
},
|
|
1090
|
+
chain: {
|
|
1091
|
+
channel_id: 'channel-9'
|
|
1092
|
+
}
|
|
1093
|
+
}]
|
|
1094
|
+
},
|
|
1019
1095
|
{
|
|
1020
1096
|
description: 'The native token of Osmosis',
|
|
1021
1097
|
denom_units: [{
|
package/esm/mainnet/kujira.js
CHANGED
|
@@ -4140,6 +4140,44 @@ const assets = {
|
|
|
4140
4140
|
}
|
|
4141
4141
|
}]
|
|
4142
4142
|
},
|
|
4143
|
+
{
|
|
4144
|
+
description: 'USDN token',
|
|
4145
|
+
denom_units: [{
|
|
4146
|
+
denom: 'ibc/E138C75F912A6BAEBFA0975424644FC9C4769C656782FE470A8E5ADAD496B8CD',
|
|
4147
|
+
exponent: 0,
|
|
4148
|
+
aliases: ['uusdn']
|
|
4149
|
+
}, {
|
|
4150
|
+
denom: 'usdn',
|
|
4151
|
+
exponent: 6
|
|
4152
|
+
}],
|
|
4153
|
+
type_asset: 'sdk.coin',
|
|
4154
|
+
base: 'ibc/E138C75F912A6BAEBFA0975424644FC9C4769C656782FE470A8E5ADAD496B8CD',
|
|
4155
|
+
name: 'Noble Dollar',
|
|
4156
|
+
display: 'usdn',
|
|
4157
|
+
symbol: 'USDN',
|
|
4158
|
+
logo_URIs: {
|
|
4159
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
4160
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
4161
|
+
},
|
|
4162
|
+
images: [{
|
|
4163
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
4164
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
4165
|
+
theme: {
|
|
4166
|
+
primary_color_hex: '#2E8564'
|
|
4167
|
+
}
|
|
4168
|
+
}],
|
|
4169
|
+
traces: [{
|
|
4170
|
+
type: 'ibc',
|
|
4171
|
+
counterparty: {
|
|
4172
|
+
channel_id: 'channel-2',
|
|
4173
|
+
base_denom: 'uusdn',
|
|
4174
|
+
chain_name: 'noble'
|
|
4175
|
+
},
|
|
4176
|
+
chain: {
|
|
4177
|
+
channel_id: 'channel-62'
|
|
4178
|
+
}
|
|
4179
|
+
}]
|
|
4180
|
+
},
|
|
4143
4181
|
{
|
|
4144
4182
|
description: 'Nomic\'s native token.',
|
|
4145
4183
|
denom_units: [{
|
|
@@ -5404,6 +5442,44 @@ const assets = {
|
|
|
5404
5442
|
}
|
|
5405
5443
|
}]
|
|
5406
5444
|
},
|
|
5445
|
+
{
|
|
5446
|
+
description: 'USDN token',
|
|
5447
|
+
denom_units: [{
|
|
5448
|
+
denom: 'ibc/E138C75F912A6BAEBFA0975424644FC9C4769C656782FE470A8E5ADAD496B8CD',
|
|
5449
|
+
exponent: 0,
|
|
5450
|
+
aliases: ['uusdn']
|
|
5451
|
+
}, {
|
|
5452
|
+
denom: 'usdn',
|
|
5453
|
+
exponent: 6
|
|
5454
|
+
}],
|
|
5455
|
+
type_asset: 'sdk.coin',
|
|
5456
|
+
base: 'ibc/E138C75F912A6BAEBFA0975424644FC9C4769C656782FE470A8E5ADAD496B8CD',
|
|
5457
|
+
name: 'Noble Dollar',
|
|
5458
|
+
display: 'usdn',
|
|
5459
|
+
symbol: 'USDN',
|
|
5460
|
+
logo_URIs: {
|
|
5461
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
5462
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
5463
|
+
},
|
|
5464
|
+
images: [{
|
|
5465
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
5466
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
5467
|
+
theme: {
|
|
5468
|
+
primary_color_hex: '#2E8564'
|
|
5469
|
+
}
|
|
5470
|
+
}],
|
|
5471
|
+
traces: [{
|
|
5472
|
+
type: 'ibc',
|
|
5473
|
+
counterparty: {
|
|
5474
|
+
channel_id: 'channel-2',
|
|
5475
|
+
base_denom: 'uusdn',
|
|
5476
|
+
chain_name: 'noble'
|
|
5477
|
+
},
|
|
5478
|
+
chain: {
|
|
5479
|
+
channel_id: 'channel-62'
|
|
5480
|
+
}
|
|
5481
|
+
}]
|
|
5482
|
+
},
|
|
5407
5483
|
{
|
|
5408
5484
|
description: 'Nomic\'s native token.',
|
|
5409
5485
|
denom_units: [{
|