@chain-registry/assets 1.64.66 → 1.64.68
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/andromeda.js +0 -64
- package/esm/mainnet/axelar.js +5608 -1320
- package/esm/mainnet/celestia.js +4969 -681
- package/esm/mainnet/composable.js +0 -64
- package/esm/mainnet/cosmoshub.js +5958 -1670
- package/esm/mainnet/crescent.js +0 -64
- package/esm/mainnet/doravota.js +196 -28
- package/esm/mainnet/dydx.js +4874 -522
- package/esm/mainnet/evmos.js +0 -64
- package/esm/mainnet/gateway.js +0 -64
- package/esm/mainnet/injective.js +5024 -672
- package/esm/mainnet/kava.js +0 -64
- package/esm/mainnet/kujira.js +0 -64
- package/esm/mainnet/migaloo.js +0 -64
- package/esm/mainnet/neutron.js +4751 -463
- package/esm/mainnet/noble.js +4844 -482
- package/esm/mainnet/nois.js +0 -64
- package/esm/mainnet/odin.js +0 -64
- package/esm/mainnet/oraichain.js +0 -64
- package/esm/mainnet/osmosis.js +6099 -1811
- package/esm/mainnet/persistence.js +0 -64
- package/esm/mainnet/pryzm.js +0 -64
- package/esm/mainnet/secretnetwork.js +0 -64
- package/esm/mainnet/sommelier.js +0 -64
- package/esm/mainnet/stride.js +5416 -1128
- package/esm/mainnet/terra2.js +6171 -1883
- package/esm/mainnet/umee.js +0 -64
- package/esm/mainnet/xpla.js +0 -64
- package/esm/noncosmos/penumbra.js +32 -32
- package/mainnet/andromeda.js +0 -64
- package/mainnet/axelar.js +5608 -1320
- package/mainnet/celestia.js +4969 -681
- package/mainnet/composable.js +0 -64
- package/mainnet/cosmoshub.js +5958 -1670
- package/mainnet/crescent.js +0 -64
- package/mainnet/doravota.js +196 -28
- package/mainnet/dydx.js +4874 -522
- package/mainnet/evmos.js +0 -64
- package/mainnet/gateway.js +0 -64
- package/mainnet/injective.js +5024 -672
- package/mainnet/kava.js +0 -64
- package/mainnet/kujira.js +0 -64
- package/mainnet/migaloo.js +0 -64
- package/mainnet/neutron.js +4751 -463
- package/mainnet/noble.js +4844 -482
- package/mainnet/nois.js +0 -64
- package/mainnet/odin.js +0 -64
- package/mainnet/oraichain.js +0 -64
- package/mainnet/osmosis.js +6099 -1811
- package/mainnet/persistence.js +0 -64
- package/mainnet/pryzm.js +0 -64
- package/mainnet/secretnetwork.js +0 -64
- package/mainnet/sommelier.js +0 -64
- package/mainnet/stride.js +5416 -1128
- package/mainnet/terra2.js +6171 -1883
- package/mainnet/umee.js +0 -64
- package/mainnet/xpla.js +0 -64
- package/noncosmos/penumbra.js +32 -32
- package/package.json +5 -5
package/mainnet/crescent.js
CHANGED
|
@@ -1160,38 +1160,6 @@ const assets = {
|
|
|
1160
1160
|
}
|
|
1161
1161
|
}]
|
|
1162
1162
|
},
|
|
1163
|
-
{
|
|
1164
|
-
description: 'DRUGS meme coin',
|
|
1165
|
-
denom_units: [{
|
|
1166
|
-
denom: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
1167
|
-
exponent: 0,
|
|
1168
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
1169
|
-
}, {
|
|
1170
|
-
denom: 'DRUGS',
|
|
1171
|
-
exponent: 6
|
|
1172
|
-
}],
|
|
1173
|
-
base: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
1174
|
-
name: 'DRUGS',
|
|
1175
|
-
display: 'DRUGS',
|
|
1176
|
-
symbol: 'DRUGS',
|
|
1177
|
-
logo_URIs: {
|
|
1178
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1179
|
-
},
|
|
1180
|
-
images: [{
|
|
1181
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
1182
|
-
}],
|
|
1183
|
-
traces: [{
|
|
1184
|
-
type: 'ibc',
|
|
1185
|
-
counterparty: {
|
|
1186
|
-
channel_id: 'channel-90',
|
|
1187
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
1188
|
-
chain_name: 'injective'
|
|
1189
|
-
},
|
|
1190
|
-
chain: {
|
|
1191
|
-
channel_id: 'channel-23'
|
|
1192
|
-
}
|
|
1193
|
-
}]
|
|
1194
|
-
},
|
|
1195
1163
|
{
|
|
1196
1164
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
1197
1165
|
denom_units: [{
|
|
@@ -3417,38 +3385,6 @@ const assets = {
|
|
|
3417
3385
|
}
|
|
3418
3386
|
}]
|
|
3419
3387
|
},
|
|
3420
|
-
{
|
|
3421
|
-
description: 'DRUGS meme coin',
|
|
3422
|
-
denom_units: [{
|
|
3423
|
-
denom: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
3424
|
-
exponent: 0,
|
|
3425
|
-
aliases: ['inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej']
|
|
3426
|
-
}, {
|
|
3427
|
-
denom: 'DRUGS',
|
|
3428
|
-
exponent: 6
|
|
3429
|
-
}],
|
|
3430
|
-
base: 'ibc/90C5538B57EDEB1E38BF0EFA11F9E2578202961F52385666AE5E37ADAF0A7F5D',
|
|
3431
|
-
name: 'DRUGS',
|
|
3432
|
-
display: 'DRUGS',
|
|
3433
|
-
symbol: 'DRUGS',
|
|
3434
|
-
logo_URIs: {
|
|
3435
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3436
|
-
},
|
|
3437
|
-
images: [{
|
|
3438
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/injective/images/drugs.png'
|
|
3439
|
-
}],
|
|
3440
|
-
traces: [{
|
|
3441
|
-
type: 'ibc',
|
|
3442
|
-
counterparty: {
|
|
3443
|
-
channel_id: 'channel-90',
|
|
3444
|
-
base_denom: 'inj19vy83ne9tzta2yqynj8yg7dq9ghca6yqn9hyej',
|
|
3445
|
-
chain_name: 'injective'
|
|
3446
|
-
},
|
|
3447
|
-
chain: {
|
|
3448
|
-
channel_id: 'channel-23'
|
|
3449
|
-
}
|
|
3450
|
-
}]
|
|
3451
|
-
},
|
|
3452
3388
|
{
|
|
3453
3389
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
3454
3390
|
denom_units: [{
|
package/mainnet/doravota.js
CHANGED
|
@@ -689,34 +689,118 @@ const assets = {
|
|
|
689
689
|
}]
|
|
690
690
|
},
|
|
691
691
|
{
|
|
692
|
-
description: '
|
|
692
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
693
693
|
denom_units: [{
|
|
694
|
-
denom: 'ibc/
|
|
694
|
+
denom: 'ibc/7F1B1BD1EE1519A458D9E9C6600DB34D5A4184C039BCD444766744C4CB0A32AB',
|
|
695
695
|
exponent: 0,
|
|
696
|
-
aliases: ['
|
|
696
|
+
aliases: ['ustake']
|
|
697
697
|
}, {
|
|
698
|
-
denom: '
|
|
698
|
+
denom: 'stake',
|
|
699
699
|
exponent: 6
|
|
700
700
|
}],
|
|
701
|
-
base: 'ibc/
|
|
702
|
-
name: '
|
|
703
|
-
display: '
|
|
704
|
-
symbol: '
|
|
701
|
+
base: 'ibc/7F1B1BD1EE1519A458D9E9C6600DB34D5A4184C039BCD444766744C4CB0A32AB',
|
|
702
|
+
name: 'Stake',
|
|
703
|
+
display: 'stake',
|
|
704
|
+
symbol: 'STAKE',
|
|
705
705
|
logo_URIs: {
|
|
706
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
706
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
707
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
707
708
|
},
|
|
708
709
|
images: [{
|
|
709
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
710
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
711
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
712
|
+
theme: {
|
|
713
|
+
primary_color_hex: '#a8bbfb'
|
|
714
|
+
}
|
|
710
715
|
}],
|
|
711
716
|
traces: [{
|
|
712
717
|
type: 'ibc',
|
|
713
718
|
counterparty: {
|
|
714
|
-
channel_id: 'channel-
|
|
715
|
-
base_denom: '
|
|
716
|
-
chain_name: '
|
|
719
|
+
channel_id: 'channel-94',
|
|
720
|
+
base_denom: 'ustake',
|
|
721
|
+
chain_name: 'noble'
|
|
717
722
|
},
|
|
718
723
|
chain: {
|
|
719
|
-
channel_id: 'channel-
|
|
724
|
+
channel_id: 'channel-14'
|
|
725
|
+
}
|
|
726
|
+
}]
|
|
727
|
+
},
|
|
728
|
+
{
|
|
729
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
730
|
+
denom_units: [{
|
|
731
|
+
denom: 'ibc/9DDA5B60391FE6D99AE1C85C70491B111308039CD110C01EF0527803ECBE9F14',
|
|
732
|
+
exponent: 0,
|
|
733
|
+
aliases: ['ufrienzies']
|
|
734
|
+
}, {
|
|
735
|
+
denom: 'frienzies',
|
|
736
|
+
exponent: 6
|
|
737
|
+
}],
|
|
738
|
+
base: 'ibc/9DDA5B60391FE6D99AE1C85C70491B111308039CD110C01EF0527803ECBE9F14',
|
|
739
|
+
display: 'frienzies',
|
|
740
|
+
name: 'Frienzies',
|
|
741
|
+
symbol: 'FRNZ',
|
|
742
|
+
logo_URIs: {
|
|
743
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
744
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
745
|
+
},
|
|
746
|
+
images: [{
|
|
747
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
748
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
749
|
+
theme: {
|
|
750
|
+
primary_color_hex: '#04041c'
|
|
751
|
+
}
|
|
752
|
+
}],
|
|
753
|
+
traces: [{
|
|
754
|
+
type: 'ibc',
|
|
755
|
+
counterparty: {
|
|
756
|
+
channel_id: 'channel-94',
|
|
757
|
+
base_denom: 'ufrienzies',
|
|
758
|
+
chain_name: 'noble'
|
|
759
|
+
},
|
|
760
|
+
chain: {
|
|
761
|
+
channel_id: 'channel-14'
|
|
762
|
+
}
|
|
763
|
+
}]
|
|
764
|
+
},
|
|
765
|
+
{
|
|
766
|
+
description: 'Ondo US Dollar Yield',
|
|
767
|
+
denom_units: [{
|
|
768
|
+
denom: 'ibc/EF6499430790C8848C9684B237A8687CDA350F77D1005B8034BFBB68D5D69958',
|
|
769
|
+
exponent: 0,
|
|
770
|
+
aliases: ['ausdy']
|
|
771
|
+
}, {
|
|
772
|
+
denom: 'usdy',
|
|
773
|
+
exponent: 18
|
|
774
|
+
}],
|
|
775
|
+
base: 'ibc/EF6499430790C8848C9684B237A8687CDA350F77D1005B8034BFBB68D5D69958',
|
|
776
|
+
display: 'usdy',
|
|
777
|
+
name: 'Ondo US Dollar Yield',
|
|
778
|
+
symbol: 'USDY',
|
|
779
|
+
logo_URIs: {
|
|
780
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
781
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
782
|
+
},
|
|
783
|
+
images: [{
|
|
784
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
785
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
786
|
+
theme: {
|
|
787
|
+
primary_color_hex: '#142c5c'
|
|
788
|
+
}
|
|
789
|
+
}],
|
|
790
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
791
|
+
socials: {
|
|
792
|
+
website: 'https://ondo.finance/usdy',
|
|
793
|
+
twitter: 'https://x.com/OndoFinance'
|
|
794
|
+
},
|
|
795
|
+
traces: [{
|
|
796
|
+
type: 'ibc',
|
|
797
|
+
counterparty: {
|
|
798
|
+
channel_id: 'channel-94',
|
|
799
|
+
base_denom: 'ausdy',
|
|
800
|
+
chain_name: 'noble'
|
|
801
|
+
},
|
|
802
|
+
chain: {
|
|
803
|
+
channel_id: 'channel-14'
|
|
720
804
|
}
|
|
721
805
|
}]
|
|
722
806
|
},
|
|
@@ -1247,34 +1331,118 @@ const assets = {
|
|
|
1247
1331
|
}]
|
|
1248
1332
|
},
|
|
1249
1333
|
{
|
|
1250
|
-
description: '
|
|
1334
|
+
description: 'The permissioned staking asset for Noble Chain',
|
|
1251
1335
|
denom_units: [{
|
|
1252
|
-
denom: 'ibc/
|
|
1336
|
+
denom: 'ibc/7F1B1BD1EE1519A458D9E9C6600DB34D5A4184C039BCD444766744C4CB0A32AB',
|
|
1253
1337
|
exponent: 0,
|
|
1254
|
-
aliases: ['
|
|
1338
|
+
aliases: ['ustake']
|
|
1255
1339
|
}, {
|
|
1256
|
-
denom: '
|
|
1340
|
+
denom: 'stake',
|
|
1257
1341
|
exponent: 6
|
|
1258
1342
|
}],
|
|
1259
|
-
base: 'ibc/
|
|
1260
|
-
name: '
|
|
1261
|
-
display: '
|
|
1262
|
-
symbol: '
|
|
1343
|
+
base: 'ibc/7F1B1BD1EE1519A458D9E9C6600DB34D5A4184C039BCD444766744C4CB0A32AB',
|
|
1344
|
+
name: 'Stake',
|
|
1345
|
+
display: 'stake',
|
|
1346
|
+
symbol: 'STAKE',
|
|
1263
1347
|
logo_URIs: {
|
|
1264
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1348
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
1349
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg'
|
|
1265
1350
|
},
|
|
1266
1351
|
images: [{
|
|
1267
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/
|
|
1352
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.png',
|
|
1353
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/stake.svg',
|
|
1354
|
+
theme: {
|
|
1355
|
+
primary_color_hex: '#a8bbfb'
|
|
1356
|
+
}
|
|
1268
1357
|
}],
|
|
1269
1358
|
traces: [{
|
|
1270
1359
|
type: 'ibc',
|
|
1271
1360
|
counterparty: {
|
|
1272
|
-
channel_id: 'channel-
|
|
1273
|
-
base_denom: '
|
|
1274
|
-
chain_name: '
|
|
1361
|
+
channel_id: 'channel-94',
|
|
1362
|
+
base_denom: 'ustake',
|
|
1363
|
+
chain_name: 'noble'
|
|
1275
1364
|
},
|
|
1276
1365
|
chain: {
|
|
1277
|
-
channel_id: 'channel-
|
|
1366
|
+
channel_id: 'channel-14'
|
|
1367
|
+
}
|
|
1368
|
+
}]
|
|
1369
|
+
},
|
|
1370
|
+
{
|
|
1371
|
+
description: 'Frienzies are an IBC token redeemable exclusively for a physical asset issued by the Noble entity.',
|
|
1372
|
+
denom_units: [{
|
|
1373
|
+
denom: 'ibc/9DDA5B60391FE6D99AE1C85C70491B111308039CD110C01EF0527803ECBE9F14',
|
|
1374
|
+
exponent: 0,
|
|
1375
|
+
aliases: ['ufrienzies']
|
|
1376
|
+
}, {
|
|
1377
|
+
denom: 'frienzies',
|
|
1378
|
+
exponent: 6
|
|
1379
|
+
}],
|
|
1380
|
+
base: 'ibc/9DDA5B60391FE6D99AE1C85C70491B111308039CD110C01EF0527803ECBE9F14',
|
|
1381
|
+
display: 'frienzies',
|
|
1382
|
+
name: 'Frienzies',
|
|
1383
|
+
symbol: 'FRNZ',
|
|
1384
|
+
logo_URIs: {
|
|
1385
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
1386
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg'
|
|
1387
|
+
},
|
|
1388
|
+
images: [{
|
|
1389
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.png',
|
|
1390
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/frnz.svg',
|
|
1391
|
+
theme: {
|
|
1392
|
+
primary_color_hex: '#04041c'
|
|
1393
|
+
}
|
|
1394
|
+
}],
|
|
1395
|
+
traces: [{
|
|
1396
|
+
type: 'ibc',
|
|
1397
|
+
counterparty: {
|
|
1398
|
+
channel_id: 'channel-94',
|
|
1399
|
+
base_denom: 'ufrienzies',
|
|
1400
|
+
chain_name: 'noble'
|
|
1401
|
+
},
|
|
1402
|
+
chain: {
|
|
1403
|
+
channel_id: 'channel-14'
|
|
1404
|
+
}
|
|
1405
|
+
}]
|
|
1406
|
+
},
|
|
1407
|
+
{
|
|
1408
|
+
description: 'Ondo US Dollar Yield',
|
|
1409
|
+
denom_units: [{
|
|
1410
|
+
denom: 'ibc/EF6499430790C8848C9684B237A8687CDA350F77D1005B8034BFBB68D5D69958',
|
|
1411
|
+
exponent: 0,
|
|
1412
|
+
aliases: ['ausdy']
|
|
1413
|
+
}, {
|
|
1414
|
+
denom: 'usdy',
|
|
1415
|
+
exponent: 18
|
|
1416
|
+
}],
|
|
1417
|
+
base: 'ibc/EF6499430790C8848C9684B237A8687CDA350F77D1005B8034BFBB68D5D69958',
|
|
1418
|
+
display: 'usdy',
|
|
1419
|
+
name: 'Ondo US Dollar Yield',
|
|
1420
|
+
symbol: 'USDY',
|
|
1421
|
+
logo_URIs: {
|
|
1422
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
1423
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg'
|
|
1424
|
+
},
|
|
1425
|
+
images: [{
|
|
1426
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.png',
|
|
1427
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/noble/images/usdy.svg',
|
|
1428
|
+
theme: {
|
|
1429
|
+
primary_color_hex: '#142c5c'
|
|
1430
|
+
}
|
|
1431
|
+
}],
|
|
1432
|
+
coingecko_id: 'ondo-us-dollar-yield',
|
|
1433
|
+
socials: {
|
|
1434
|
+
website: 'https://ondo.finance/usdy',
|
|
1435
|
+
twitter: 'https://x.com/OndoFinance'
|
|
1436
|
+
},
|
|
1437
|
+
traces: [{
|
|
1438
|
+
type: 'ibc',
|
|
1439
|
+
counterparty: {
|
|
1440
|
+
channel_id: 'channel-94',
|
|
1441
|
+
base_denom: 'ausdy',
|
|
1442
|
+
chain_name: 'noble'
|
|
1443
|
+
},
|
|
1444
|
+
chain: {
|
|
1445
|
+
channel_id: 'channel-14'
|
|
1278
1446
|
}
|
|
1279
1447
|
}]
|
|
1280
1448
|
},
|