@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/doravota.js
CHANGED
|
@@ -1082,6 +1082,44 @@ const assets = {
|
|
|
1082
1082
|
}
|
|
1083
1083
|
}]
|
|
1084
1084
|
},
|
|
1085
|
+
{
|
|
1086
|
+
description: 'USDN token',
|
|
1087
|
+
denom_units: [{
|
|
1088
|
+
denom: 'ibc/5B4477F7BA8F51B31A877FF44D87EDA71DA0FA7DAF03EA795FA8CB4FCDA35708',
|
|
1089
|
+
exponent: 0,
|
|
1090
|
+
aliases: ['uusdn']
|
|
1091
|
+
}, {
|
|
1092
|
+
denom: 'usdn',
|
|
1093
|
+
exponent: 6
|
|
1094
|
+
}],
|
|
1095
|
+
type_asset: 'sdk.coin',
|
|
1096
|
+
base: 'ibc/5B4477F7BA8F51B31A877FF44D87EDA71DA0FA7DAF03EA795FA8CB4FCDA35708',
|
|
1097
|
+
name: 'Noble Dollar',
|
|
1098
|
+
display: 'usdn',
|
|
1099
|
+
symbol: 'USDN',
|
|
1100
|
+
logo_URIs: {
|
|
1101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1103
|
+
},
|
|
1104
|
+
images: [{
|
|
1105
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1106
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1107
|
+
theme: {
|
|
1108
|
+
primary_color_hex: '#2E8564'
|
|
1109
|
+
}
|
|
1110
|
+
}],
|
|
1111
|
+
traces: [{
|
|
1112
|
+
type: 'ibc',
|
|
1113
|
+
counterparty: {
|
|
1114
|
+
channel_id: 'channel-94',
|
|
1115
|
+
base_denom: 'uusdn',
|
|
1116
|
+
chain_name: 'noble'
|
|
1117
|
+
},
|
|
1118
|
+
chain: {
|
|
1119
|
+
channel_id: 'channel-14'
|
|
1120
|
+
}
|
|
1121
|
+
}]
|
|
1122
|
+
},
|
|
1085
1123
|
{
|
|
1086
1124
|
description: 'The native token of Nolus chain',
|
|
1087
1125
|
denom_units: [{
|
|
@@ -1783,6 +1821,44 @@ const assets = {
|
|
|
1783
1821
|
}
|
|
1784
1822
|
}]
|
|
1785
1823
|
},
|
|
1824
|
+
{
|
|
1825
|
+
description: 'USDN token',
|
|
1826
|
+
denom_units: [{
|
|
1827
|
+
denom: 'ibc/5B4477F7BA8F51B31A877FF44D87EDA71DA0FA7DAF03EA795FA8CB4FCDA35708',
|
|
1828
|
+
exponent: 0,
|
|
1829
|
+
aliases: ['uusdn']
|
|
1830
|
+
}, {
|
|
1831
|
+
denom: 'usdn',
|
|
1832
|
+
exponent: 6
|
|
1833
|
+
}],
|
|
1834
|
+
type_asset: 'sdk.coin',
|
|
1835
|
+
base: 'ibc/5B4477F7BA8F51B31A877FF44D87EDA71DA0FA7DAF03EA795FA8CB4FCDA35708',
|
|
1836
|
+
name: 'Noble Dollar',
|
|
1837
|
+
display: 'usdn',
|
|
1838
|
+
symbol: 'USDN',
|
|
1839
|
+
logo_URIs: {
|
|
1840
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1841
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1842
|
+
},
|
|
1843
|
+
images: [{
|
|
1844
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1845
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1846
|
+
theme: {
|
|
1847
|
+
primary_color_hex: '#2E8564'
|
|
1848
|
+
}
|
|
1849
|
+
}],
|
|
1850
|
+
traces: [{
|
|
1851
|
+
type: 'ibc',
|
|
1852
|
+
counterparty: {
|
|
1853
|
+
channel_id: 'channel-94',
|
|
1854
|
+
base_denom: 'uusdn',
|
|
1855
|
+
chain_name: 'noble'
|
|
1856
|
+
},
|
|
1857
|
+
chain: {
|
|
1858
|
+
channel_id: 'channel-14'
|
|
1859
|
+
}
|
|
1860
|
+
}]
|
|
1861
|
+
},
|
|
1786
1862
|
{
|
|
1787
1863
|
description: 'The native token of Nolus chain',
|
|
1788
1864
|
denom_units: [{
|
package/esm/mainnet/dydx.js
CHANGED
|
@@ -1053,6 +1053,44 @@ const assets = {
|
|
|
1053
1053
|
}
|
|
1054
1054
|
}]
|
|
1055
1055
|
},
|
|
1056
|
+
{
|
|
1057
|
+
description: 'USDN token',
|
|
1058
|
+
denom_units: [{
|
|
1059
|
+
denom: 'ibc/A7AD825A4B48DDA0138D118655E60100D22A4D690C45B95221520B58C9A64B63',
|
|
1060
|
+
exponent: 0,
|
|
1061
|
+
aliases: ['uusdn']
|
|
1062
|
+
}, {
|
|
1063
|
+
denom: 'usdn',
|
|
1064
|
+
exponent: 6
|
|
1065
|
+
}],
|
|
1066
|
+
type_asset: 'sdk.coin',
|
|
1067
|
+
base: 'ibc/A7AD825A4B48DDA0138D118655E60100D22A4D690C45B95221520B58C9A64B63',
|
|
1068
|
+
name: 'Noble Dollar',
|
|
1069
|
+
display: 'usdn',
|
|
1070
|
+
symbol: 'USDN',
|
|
1071
|
+
logo_URIs: {
|
|
1072
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1073
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1074
|
+
},
|
|
1075
|
+
images: [{
|
|
1076
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1077
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1078
|
+
theme: {
|
|
1079
|
+
primary_color_hex: '#2E8564'
|
|
1080
|
+
}
|
|
1081
|
+
}],
|
|
1082
|
+
traces: [{
|
|
1083
|
+
type: 'ibc',
|
|
1084
|
+
counterparty: {
|
|
1085
|
+
channel_id: 'channel-33',
|
|
1086
|
+
base_denom: 'uusdn',
|
|
1087
|
+
chain_name: 'noble'
|
|
1088
|
+
},
|
|
1089
|
+
chain: {
|
|
1090
|
+
channel_id: 'channel-0'
|
|
1091
|
+
}
|
|
1092
|
+
}]
|
|
1093
|
+
},
|
|
1056
1094
|
{
|
|
1057
1095
|
description: 'The native token of Osmosis',
|
|
1058
1096
|
denom_units: [{
|
|
@@ -6658,6 +6696,44 @@ const assets = {
|
|
|
6658
6696
|
}
|
|
6659
6697
|
}]
|
|
6660
6698
|
},
|
|
6699
|
+
{
|
|
6700
|
+
description: 'USDN token',
|
|
6701
|
+
denom_units: [{
|
|
6702
|
+
denom: 'ibc/A7AD825A4B48DDA0138D118655E60100D22A4D690C45B95221520B58C9A64B63',
|
|
6703
|
+
exponent: 0,
|
|
6704
|
+
aliases: ['uusdn']
|
|
6705
|
+
}, {
|
|
6706
|
+
denom: 'usdn',
|
|
6707
|
+
exponent: 6
|
|
6708
|
+
}],
|
|
6709
|
+
type_asset: 'sdk.coin',
|
|
6710
|
+
base: 'ibc/A7AD825A4B48DDA0138D118655E60100D22A4D690C45B95221520B58C9A64B63',
|
|
6711
|
+
name: 'Noble Dollar',
|
|
6712
|
+
display: 'usdn',
|
|
6713
|
+
symbol: 'USDN',
|
|
6714
|
+
logo_URIs: {
|
|
6715
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
6716
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
6717
|
+
},
|
|
6718
|
+
images: [{
|
|
6719
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
6720
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
6721
|
+
theme: {
|
|
6722
|
+
primary_color_hex: '#2E8564'
|
|
6723
|
+
}
|
|
6724
|
+
}],
|
|
6725
|
+
traces: [{
|
|
6726
|
+
type: 'ibc',
|
|
6727
|
+
counterparty: {
|
|
6728
|
+
channel_id: 'channel-33',
|
|
6729
|
+
base_denom: 'uusdn',
|
|
6730
|
+
chain_name: 'noble'
|
|
6731
|
+
},
|
|
6732
|
+
chain: {
|
|
6733
|
+
channel_id: 'channel-0'
|
|
6734
|
+
}
|
|
6735
|
+
}]
|
|
6736
|
+
},
|
|
6661
6737
|
{
|
|
6662
6738
|
description: 'The native token of Osmosis',
|
|
6663
6739
|
denom_units: [{
|
package/esm/mainnet/dymension.js
CHANGED
|
@@ -1275,6 +1275,44 @@ const assets = {
|
|
|
1275
1275
|
}
|
|
1276
1276
|
}]
|
|
1277
1277
|
},
|
|
1278
|
+
{
|
|
1279
|
+
description: 'USDN token',
|
|
1280
|
+
denom_units: [{
|
|
1281
|
+
denom: 'ibc/5B38B31309A095E84A81298414503AB90758125AAC5FC1631134FF74704458B3',
|
|
1282
|
+
exponent: 0,
|
|
1283
|
+
aliases: ['uusdn']
|
|
1284
|
+
}, {
|
|
1285
|
+
denom: 'usdn',
|
|
1286
|
+
exponent: 6
|
|
1287
|
+
}],
|
|
1288
|
+
type_asset: 'sdk.coin',
|
|
1289
|
+
base: 'ibc/5B38B31309A095E84A81298414503AB90758125AAC5FC1631134FF74704458B3',
|
|
1290
|
+
name: 'Noble Dollar',
|
|
1291
|
+
display: 'usdn',
|
|
1292
|
+
symbol: 'USDN',
|
|
1293
|
+
logo_URIs: {
|
|
1294
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1295
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1296
|
+
},
|
|
1297
|
+
images: [{
|
|
1298
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1299
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1300
|
+
theme: {
|
|
1301
|
+
primary_color_hex: '#2E8564'
|
|
1302
|
+
}
|
|
1303
|
+
}],
|
|
1304
|
+
traces: [{
|
|
1305
|
+
type: 'ibc',
|
|
1306
|
+
counterparty: {
|
|
1307
|
+
channel_id: 'channel-62',
|
|
1308
|
+
base_denom: 'uusdn',
|
|
1309
|
+
chain_name: 'noble'
|
|
1310
|
+
},
|
|
1311
|
+
chain: {
|
|
1312
|
+
channel_id: 'channel-6'
|
|
1313
|
+
}
|
|
1314
|
+
}]
|
|
1315
|
+
},
|
|
1278
1316
|
{
|
|
1279
1317
|
description: 'The native token of Osmosis',
|
|
1280
1318
|
denom_units: [{
|
|
@@ -2216,6 +2254,44 @@ const assets = {
|
|
|
2216
2254
|
}
|
|
2217
2255
|
}]
|
|
2218
2256
|
},
|
|
2257
|
+
{
|
|
2258
|
+
description: 'USDN token',
|
|
2259
|
+
denom_units: [{
|
|
2260
|
+
denom: 'ibc/5B38B31309A095E84A81298414503AB90758125AAC5FC1631134FF74704458B3',
|
|
2261
|
+
exponent: 0,
|
|
2262
|
+
aliases: ['uusdn']
|
|
2263
|
+
}, {
|
|
2264
|
+
denom: 'usdn',
|
|
2265
|
+
exponent: 6
|
|
2266
|
+
}],
|
|
2267
|
+
type_asset: 'sdk.coin',
|
|
2268
|
+
base: 'ibc/5B38B31309A095E84A81298414503AB90758125AAC5FC1631134FF74704458B3',
|
|
2269
|
+
name: 'Noble Dollar',
|
|
2270
|
+
display: 'usdn',
|
|
2271
|
+
symbol: 'USDN',
|
|
2272
|
+
logo_URIs: {
|
|
2273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2274
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2275
|
+
},
|
|
2276
|
+
images: [{
|
|
2277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2278
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2279
|
+
theme: {
|
|
2280
|
+
primary_color_hex: '#2E8564'
|
|
2281
|
+
}
|
|
2282
|
+
}],
|
|
2283
|
+
traces: [{
|
|
2284
|
+
type: 'ibc',
|
|
2285
|
+
counterparty: {
|
|
2286
|
+
channel_id: 'channel-62',
|
|
2287
|
+
base_denom: 'uusdn',
|
|
2288
|
+
chain_name: 'noble'
|
|
2289
|
+
},
|
|
2290
|
+
chain: {
|
|
2291
|
+
channel_id: 'channel-6'
|
|
2292
|
+
}
|
|
2293
|
+
}]
|
|
2294
|
+
},
|
|
2219
2295
|
{
|
|
2220
2296
|
description: 'The native token of Osmosis',
|
|
2221
2297
|
denom_units: [{
|
package/esm/mainnet/elys.js
CHANGED
|
@@ -464,6 +464,44 @@ const assets = {
|
|
|
464
464
|
}
|
|
465
465
|
}]
|
|
466
466
|
},
|
|
467
|
+
{
|
|
468
|
+
description: 'USDN token',
|
|
469
|
+
denom_units: [{
|
|
470
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
471
|
+
exponent: 0,
|
|
472
|
+
aliases: ['uusdn']
|
|
473
|
+
}, {
|
|
474
|
+
denom: 'usdn',
|
|
475
|
+
exponent: 6
|
|
476
|
+
}],
|
|
477
|
+
type_asset: 'sdk.coin',
|
|
478
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
479
|
+
name: 'Noble Dollar',
|
|
480
|
+
display: 'usdn',
|
|
481
|
+
symbol: 'USDN',
|
|
482
|
+
logo_URIs: {
|
|
483
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
484
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
485
|
+
},
|
|
486
|
+
images: [{
|
|
487
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
488
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
489
|
+
theme: {
|
|
490
|
+
primary_color_hex: '#2E8564'
|
|
491
|
+
}
|
|
492
|
+
}],
|
|
493
|
+
traces: [{
|
|
494
|
+
type: 'ibc',
|
|
495
|
+
counterparty: {
|
|
496
|
+
channel_id: 'channel-117',
|
|
497
|
+
base_denom: 'uusdn',
|
|
498
|
+
chain_name: 'noble'
|
|
499
|
+
},
|
|
500
|
+
chain: {
|
|
501
|
+
channel_id: 'channel-2'
|
|
502
|
+
}
|
|
503
|
+
}]
|
|
504
|
+
},
|
|
467
505
|
{
|
|
468
506
|
description: 'The native token of Osmosis',
|
|
469
507
|
denom_units: [{
|
|
@@ -761,6 +799,44 @@ const assets = {
|
|
|
761
799
|
}
|
|
762
800
|
}]
|
|
763
801
|
},
|
|
802
|
+
{
|
|
803
|
+
description: 'USDN token',
|
|
804
|
+
denom_units: [{
|
|
805
|
+
denom: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
806
|
+
exponent: 0,
|
|
807
|
+
aliases: ['uusdn']
|
|
808
|
+
}, {
|
|
809
|
+
denom: 'usdn',
|
|
810
|
+
exponent: 6
|
|
811
|
+
}],
|
|
812
|
+
type_asset: 'sdk.coin',
|
|
813
|
+
base: 'ibc/3BB694687E772A0826FFDE081681CE539E106E245025CE056DC6BECE116DEDBA',
|
|
814
|
+
name: 'Noble Dollar',
|
|
815
|
+
display: 'usdn',
|
|
816
|
+
symbol: 'USDN',
|
|
817
|
+
logo_URIs: {
|
|
818
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
819
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
820
|
+
},
|
|
821
|
+
images: [{
|
|
822
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
823
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
824
|
+
theme: {
|
|
825
|
+
primary_color_hex: '#2E8564'
|
|
826
|
+
}
|
|
827
|
+
}],
|
|
828
|
+
traces: [{
|
|
829
|
+
type: 'ibc',
|
|
830
|
+
counterparty: {
|
|
831
|
+
channel_id: 'channel-117',
|
|
832
|
+
base_denom: 'uusdn',
|
|
833
|
+
chain_name: 'noble'
|
|
834
|
+
},
|
|
835
|
+
chain: {
|
|
836
|
+
channel_id: 'channel-2'
|
|
837
|
+
}
|
|
838
|
+
}]
|
|
839
|
+
},
|
|
764
840
|
{
|
|
765
841
|
description: 'The native token of Osmosis',
|
|
766
842
|
denom_units: [{
|
package/esm/mainnet/evmos.js
CHANGED
|
@@ -2411,6 +2411,44 @@ const assets = {
|
|
|
2411
2411
|
}
|
|
2412
2412
|
}]
|
|
2413
2413
|
},
|
|
2414
|
+
{
|
|
2415
|
+
description: 'USDN token',
|
|
2416
|
+
denom_units: [{
|
|
2417
|
+
denom: 'ibc/A669BE81FB10B5B014E9B361F5B3A1A828B83C1338DD3EA8D2F306237A677D00',
|
|
2418
|
+
exponent: 0,
|
|
2419
|
+
aliases: ['uusdn']
|
|
2420
|
+
}, {
|
|
2421
|
+
denom: 'usdn',
|
|
2422
|
+
exponent: 6
|
|
2423
|
+
}],
|
|
2424
|
+
type_asset: 'sdk.coin',
|
|
2425
|
+
base: 'ibc/A669BE81FB10B5B014E9B361F5B3A1A828B83C1338DD3EA8D2F306237A677D00',
|
|
2426
|
+
name: 'Noble Dollar',
|
|
2427
|
+
display: 'usdn',
|
|
2428
|
+
symbol: 'USDN',
|
|
2429
|
+
logo_URIs: {
|
|
2430
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2431
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
2432
|
+
},
|
|
2433
|
+
images: [{
|
|
2434
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
2435
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
2436
|
+
theme: {
|
|
2437
|
+
primary_color_hex: '#2E8564'
|
|
2438
|
+
}
|
|
2439
|
+
}],
|
|
2440
|
+
traces: [{
|
|
2441
|
+
type: 'ibc',
|
|
2442
|
+
counterparty: {
|
|
2443
|
+
channel_id: 'channel-7',
|
|
2444
|
+
base_denom: 'uusdn',
|
|
2445
|
+
chain_name: 'noble'
|
|
2446
|
+
},
|
|
2447
|
+
chain: {
|
|
2448
|
+
channel_id: 'channel-64'
|
|
2449
|
+
}
|
|
2450
|
+
}]
|
|
2451
|
+
},
|
|
2414
2452
|
{
|
|
2415
2453
|
description: 'The native token of Osmosis',
|
|
2416
2454
|
denom_units: [{
|
|
@@ -3457,6 +3495,44 @@ const assets = {
|
|
|
3457
3495
|
}
|
|
3458
3496
|
}]
|
|
3459
3497
|
},
|
|
3498
|
+
{
|
|
3499
|
+
description: 'USDN token',
|
|
3500
|
+
denom_units: [{
|
|
3501
|
+
denom: 'ibc/A669BE81FB10B5B014E9B361F5B3A1A828B83C1338DD3EA8D2F306237A677D00',
|
|
3502
|
+
exponent: 0,
|
|
3503
|
+
aliases: ['uusdn']
|
|
3504
|
+
}, {
|
|
3505
|
+
denom: 'usdn',
|
|
3506
|
+
exponent: 6
|
|
3507
|
+
}],
|
|
3508
|
+
type_asset: 'sdk.coin',
|
|
3509
|
+
base: 'ibc/A669BE81FB10B5B014E9B361F5B3A1A828B83C1338DD3EA8D2F306237A677D00',
|
|
3510
|
+
name: 'Noble Dollar',
|
|
3511
|
+
display: 'usdn',
|
|
3512
|
+
symbol: 'USDN',
|
|
3513
|
+
logo_URIs: {
|
|
3514
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3515
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
3516
|
+
},
|
|
3517
|
+
images: [{
|
|
3518
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
3519
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
3520
|
+
theme: {
|
|
3521
|
+
primary_color_hex: '#2E8564'
|
|
3522
|
+
}
|
|
3523
|
+
}],
|
|
3524
|
+
traces: [{
|
|
3525
|
+
type: 'ibc',
|
|
3526
|
+
counterparty: {
|
|
3527
|
+
channel_id: 'channel-7',
|
|
3528
|
+
base_denom: 'uusdn',
|
|
3529
|
+
chain_name: 'noble'
|
|
3530
|
+
},
|
|
3531
|
+
chain: {
|
|
3532
|
+
channel_id: 'channel-64'
|
|
3533
|
+
}
|
|
3534
|
+
}]
|
|
3535
|
+
},
|
|
3460
3536
|
{
|
|
3461
3537
|
description: 'The native token of Osmosis',
|
|
3462
3538
|
denom_units: [{
|
package/esm/mainnet/furya.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/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
213
|
+
exponent: 0,
|
|
214
|
+
aliases: ['uusdn']
|
|
215
|
+
}, {
|
|
216
|
+
denom: 'usdn',
|
|
217
|
+
exponent: 6
|
|
218
|
+
}],
|
|
219
|
+
type_asset: 'sdk.coin',
|
|
220
|
+
base: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
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-42',
|
|
239
|
+
base_denom: 'uusdn',
|
|
240
|
+
chain_name: 'noble'
|
|
241
|
+
},
|
|
242
|
+
chain: {
|
|
243
|
+
channel_id: 'channel-4'
|
|
244
|
+
}
|
|
245
|
+
}]
|
|
246
|
+
},
|
|
209
247
|
{
|
|
210
248
|
description: 'The native token of Osmosis',
|
|
211
249
|
denom_units: [{
|
|
@@ -542,6 +580,44 @@ const assets = {
|
|
|
542
580
|
}
|
|
543
581
|
}]
|
|
544
582
|
},
|
|
583
|
+
{
|
|
584
|
+
description: 'USDN token',
|
|
585
|
+
denom_units: [{
|
|
586
|
+
denom: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
587
|
+
exponent: 0,
|
|
588
|
+
aliases: ['uusdn']
|
|
589
|
+
}, {
|
|
590
|
+
denom: 'usdn',
|
|
591
|
+
exponent: 6
|
|
592
|
+
}],
|
|
593
|
+
type_asset: 'sdk.coin',
|
|
594
|
+
base: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
595
|
+
name: 'Noble Dollar',
|
|
596
|
+
display: 'usdn',
|
|
597
|
+
symbol: 'USDN',
|
|
598
|
+
logo_URIs: {
|
|
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
|
+
},
|
|
602
|
+
images: [{
|
|
603
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
604
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
605
|
+
theme: {
|
|
606
|
+
primary_color_hex: '#2E8564'
|
|
607
|
+
}
|
|
608
|
+
}],
|
|
609
|
+
traces: [{
|
|
610
|
+
type: 'ibc',
|
|
611
|
+
counterparty: {
|
|
612
|
+
channel_id: 'channel-42',
|
|
613
|
+
base_denom: 'uusdn',
|
|
614
|
+
chain_name: 'noble'
|
|
615
|
+
},
|
|
616
|
+
chain: {
|
|
617
|
+
channel_id: 'channel-4'
|
|
618
|
+
}
|
|
619
|
+
}]
|
|
620
|
+
},
|
|
545
621
|
{
|
|
546
622
|
description: 'The native token of Osmosis',
|
|
547
623
|
denom_units: [{
|
package/esm/mainnet/haqq.js
CHANGED
|
@@ -582,6 +582,44 @@ const assets = {
|
|
|
582
582
|
}
|
|
583
583
|
}]
|
|
584
584
|
},
|
|
585
|
+
{
|
|
586
|
+
description: 'USDN token',
|
|
587
|
+
denom_units: [{
|
|
588
|
+
denom: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
589
|
+
exponent: 0,
|
|
590
|
+
aliases: ['uusdn']
|
|
591
|
+
}, {
|
|
592
|
+
denom: 'usdn',
|
|
593
|
+
exponent: 6
|
|
594
|
+
}],
|
|
595
|
+
type_asset: 'sdk.coin',
|
|
596
|
+
base: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
597
|
+
name: 'Noble Dollar',
|
|
598
|
+
display: 'usdn',
|
|
599
|
+
symbol: 'USDN',
|
|
600
|
+
logo_URIs: {
|
|
601
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
602
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
603
|
+
},
|
|
604
|
+
images: [{
|
|
605
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
606
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
607
|
+
theme: {
|
|
608
|
+
primary_color_hex: '#2E8564'
|
|
609
|
+
}
|
|
610
|
+
}],
|
|
611
|
+
traces: [{
|
|
612
|
+
type: 'ibc',
|
|
613
|
+
counterparty: {
|
|
614
|
+
channel_id: 'channel-32',
|
|
615
|
+
base_denom: 'uusdn',
|
|
616
|
+
chain_name: 'noble'
|
|
617
|
+
},
|
|
618
|
+
chain: {
|
|
619
|
+
channel_id: 'channel-4'
|
|
620
|
+
}
|
|
621
|
+
}]
|
|
622
|
+
},
|
|
585
623
|
{
|
|
586
624
|
description: 'The native token of Osmosis',
|
|
587
625
|
denom_units: [{
|
|
@@ -1036,6 +1074,44 @@ const assets = {
|
|
|
1036
1074
|
}
|
|
1037
1075
|
}]
|
|
1038
1076
|
},
|
|
1077
|
+
{
|
|
1078
|
+
description: 'USDN token',
|
|
1079
|
+
denom_units: [{
|
|
1080
|
+
denom: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
1081
|
+
exponent: 0,
|
|
1082
|
+
aliases: ['uusdn']
|
|
1083
|
+
}, {
|
|
1084
|
+
denom: 'usdn',
|
|
1085
|
+
exponent: 6
|
|
1086
|
+
}],
|
|
1087
|
+
type_asset: 'sdk.coin',
|
|
1088
|
+
base: 'ibc/A38A2C37BA0900D522C7CAC81C147066BACF1A1BAF361F48BBFE7A6A7B928E2D',
|
|
1089
|
+
name: 'Noble Dollar',
|
|
1090
|
+
display: 'usdn',
|
|
1091
|
+
symbol: 'USDN',
|
|
1092
|
+
logo_URIs: {
|
|
1093
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1094
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg'
|
|
1095
|
+
},
|
|
1096
|
+
images: [{
|
|
1097
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.png',
|
|
1098
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/USDN.svg',
|
|
1099
|
+
theme: {
|
|
1100
|
+
primary_color_hex: '#2E8564'
|
|
1101
|
+
}
|
|
1102
|
+
}],
|
|
1103
|
+
traces: [{
|
|
1104
|
+
type: 'ibc',
|
|
1105
|
+
counterparty: {
|
|
1106
|
+
channel_id: 'channel-32',
|
|
1107
|
+
base_denom: 'uusdn',
|
|
1108
|
+
chain_name: 'noble'
|
|
1109
|
+
},
|
|
1110
|
+
chain: {
|
|
1111
|
+
channel_id: 'channel-4'
|
|
1112
|
+
}
|
|
1113
|
+
}]
|
|
1114
|
+
},
|
|
1039
1115
|
{
|
|
1040
1116
|
description: 'The native token of Osmosis',
|
|
1041
1117
|
denom_units: [{
|