@chain-registry/assets 1.70.177 → 1.70.179
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/assets.js +2 -1
- package/esm/mainnet/axelar.js +74 -8
- package/esm/mainnet/babylon.js +668 -0
- package/esm/mainnet/cosmoshub.js +66 -0
- package/esm/mainnet/elys.js +306 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/jackal.js +8 -8
- package/esm/mainnet/mantrachain.js +306 -0
- package/esm/mainnet/neutron.js +384 -0
- package/esm/mainnet/noble.js +66 -0
- package/esm/mainnet/osmosis.js +66 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +74 -8
- package/mainnet/babylon.d.ts +3 -0
- package/mainnet/babylon.js +670 -0
- package/mainnet/cosmoshub.js +66 -0
- package/mainnet/elys.js +306 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/jackal.js +8 -8
- package/mainnet/mantrachain.js +306 -0
- package/mainnet/neutron.js +384 -0
- package/mainnet/noble.js +66 -0
- package/mainnet/osmosis.js +66 -0
- package/package.json +5 -5
package/esm/mainnet/cosmoshub.js
CHANGED
|
@@ -464,6 +464,39 @@ const assets = {
|
|
|
464
464
|
}
|
|
465
465
|
}]
|
|
466
466
|
},
|
|
467
|
+
{
|
|
468
|
+
description: 'The native token of Babylon Genesis.',
|
|
469
|
+
denom_units: [{
|
|
470
|
+
denom: 'ibc/7017AD43F9A09EFE8760556753B019B1B5C2E965095DEC22B613F7B010DF91D6',
|
|
471
|
+
exponent: 0,
|
|
472
|
+
aliases: ['ubbn']
|
|
473
|
+
}, {
|
|
474
|
+
denom: 'BABY',
|
|
475
|
+
exponent: 6
|
|
476
|
+
}],
|
|
477
|
+
base: 'ibc/7017AD43F9A09EFE8760556753B019B1B5C2E965095DEC22B613F7B010DF91D6',
|
|
478
|
+
name: 'Babylon',
|
|
479
|
+
display: 'BABY',
|
|
480
|
+
symbol: 'BABY',
|
|
481
|
+
logo_URIs: {
|
|
482
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
483
|
+
},
|
|
484
|
+
images: [{
|
|
485
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
486
|
+
}],
|
|
487
|
+
type_asset: 'sdk.coin',
|
|
488
|
+
traces: [{
|
|
489
|
+
type: 'ibc',
|
|
490
|
+
counterparty: {
|
|
491
|
+
channel_id: 'channel-0',
|
|
492
|
+
base_denom: 'ubbn',
|
|
493
|
+
chain_name: 'babylon'
|
|
494
|
+
},
|
|
495
|
+
chain: {
|
|
496
|
+
channel_id: 'channel-1341'
|
|
497
|
+
}
|
|
498
|
+
}]
|
|
499
|
+
},
|
|
467
500
|
{
|
|
468
501
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
469
502
|
denom_units: [{
|
|
@@ -1589,6 +1622,39 @@ const assets = {
|
|
|
1589
1622
|
}
|
|
1590
1623
|
}]
|
|
1591
1624
|
},
|
|
1625
|
+
{
|
|
1626
|
+
description: 'The native token of Babylon Genesis.',
|
|
1627
|
+
denom_units: [{
|
|
1628
|
+
denom: 'ibc/7017AD43F9A09EFE8760556753B019B1B5C2E965095DEC22B613F7B010DF91D6',
|
|
1629
|
+
exponent: 0,
|
|
1630
|
+
aliases: ['ubbn']
|
|
1631
|
+
}, {
|
|
1632
|
+
denom: 'BABY',
|
|
1633
|
+
exponent: 6
|
|
1634
|
+
}],
|
|
1635
|
+
base: 'ibc/7017AD43F9A09EFE8760556753B019B1B5C2E965095DEC22B613F7B010DF91D6',
|
|
1636
|
+
name: 'Babylon',
|
|
1637
|
+
display: 'BABY',
|
|
1638
|
+
symbol: 'BABY',
|
|
1639
|
+
logo_URIs: {
|
|
1640
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
1641
|
+
},
|
|
1642
|
+
images: [{
|
|
1643
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/babylon/images/logo.svg'
|
|
1644
|
+
}],
|
|
1645
|
+
type_asset: 'sdk.coin',
|
|
1646
|
+
traces: [{
|
|
1647
|
+
type: 'ibc',
|
|
1648
|
+
counterparty: {
|
|
1649
|
+
channel_id: 'channel-0',
|
|
1650
|
+
base_denom: 'ubbn',
|
|
1651
|
+
chain_name: 'babylon'
|
|
1652
|
+
},
|
|
1653
|
+
chain: {
|
|
1654
|
+
channel_id: 'channel-1341'
|
|
1655
|
+
}
|
|
1656
|
+
}]
|
|
1657
|
+
},
|
|
1592
1658
|
{
|
|
1593
1659
|
description: 'The BCNA coin is the transactional token within the BitCanna network, serving the legal cannabis industry through its payment network, supply chain and trust network.',
|
|
1594
1660
|
denom_units: [{
|
package/esm/mainnet/elys.js
CHANGED
|
@@ -345,6 +345,159 @@ const assets = {
|
|
|
345
345
|
}
|
|
346
346
|
}]
|
|
347
347
|
},
|
|
348
|
+
{
|
|
349
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
350
|
+
denom_units: [{
|
|
351
|
+
denom: 'ibc/8BFE59DCD5A7054F0A97CF91F3E3ABCA8C5BA454E548FA512B729D4004584D47',
|
|
352
|
+
exponent: 0,
|
|
353
|
+
aliases: ['untrn']
|
|
354
|
+
}, {
|
|
355
|
+
denom: 'ntrn',
|
|
356
|
+
exponent: 6
|
|
357
|
+
}],
|
|
358
|
+
base: 'ibc/8BFE59DCD5A7054F0A97CF91F3E3ABCA8C5BA454E548FA512B729D4004584D47',
|
|
359
|
+
name: 'Neutron',
|
|
360
|
+
display: 'ntrn',
|
|
361
|
+
symbol: 'NTRN',
|
|
362
|
+
logo_URIs: {
|
|
363
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
364
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
365
|
+
},
|
|
366
|
+
coingecko_id: 'neutron-3',
|
|
367
|
+
images: [{
|
|
368
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
369
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
370
|
+
theme: {
|
|
371
|
+
primary_color_hex: '#040404',
|
|
372
|
+
background_color_hex: '#000000',
|
|
373
|
+
circle: true
|
|
374
|
+
}
|
|
375
|
+
}],
|
|
376
|
+
socials: {
|
|
377
|
+
website: 'https://neutron.org/',
|
|
378
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
379
|
+
},
|
|
380
|
+
type_asset: 'sdk.coin',
|
|
381
|
+
traces: [{
|
|
382
|
+
type: 'ibc',
|
|
383
|
+
counterparty: {
|
|
384
|
+
channel_id: 'channel-6476',
|
|
385
|
+
base_denom: 'untrn',
|
|
386
|
+
chain_name: 'neutron'
|
|
387
|
+
},
|
|
388
|
+
chain: {
|
|
389
|
+
channel_id: 'channel-16'
|
|
390
|
+
}
|
|
391
|
+
}]
|
|
392
|
+
},
|
|
393
|
+
{
|
|
394
|
+
description: 'BITCOSMOS',
|
|
395
|
+
denom_units: [{
|
|
396
|
+
denom: 'ibc/480A64D296960A7497EDE3FFEA0FF1ECC1B40E8B428F1645B2CEBCEF71E3E849',
|
|
397
|
+
exponent: 0,
|
|
398
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
399
|
+
}, {
|
|
400
|
+
denom: 'bitcosmos',
|
|
401
|
+
exponent: 6
|
|
402
|
+
}],
|
|
403
|
+
base: 'ibc/480A64D296960A7497EDE3FFEA0FF1ECC1B40E8B428F1645B2CEBCEF71E3E849',
|
|
404
|
+
name: 'Bitcosmos',
|
|
405
|
+
display: 'bitcosmos',
|
|
406
|
+
symbol: 'BTC',
|
|
407
|
+
logo_URIs: {
|
|
408
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
409
|
+
},
|
|
410
|
+
images: [{
|
|
411
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
412
|
+
theme: {
|
|
413
|
+
primary_color_hex: '#1b0847'
|
|
414
|
+
}
|
|
415
|
+
}],
|
|
416
|
+
type_asset: 'sdk.coin',
|
|
417
|
+
traces: [{
|
|
418
|
+
type: 'ibc',
|
|
419
|
+
counterparty: {
|
|
420
|
+
channel_id: 'channel-6476',
|
|
421
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
422
|
+
chain_name: 'neutron'
|
|
423
|
+
},
|
|
424
|
+
chain: {
|
|
425
|
+
channel_id: 'channel-16'
|
|
426
|
+
}
|
|
427
|
+
}]
|
|
428
|
+
},
|
|
429
|
+
{
|
|
430
|
+
description: 'What the Fuck',
|
|
431
|
+
denom_units: [{
|
|
432
|
+
denom: 'ibc/CE0A866A73CB66986FCC79084269BB89709EBE2745E4995090305FDAC16ADB1B',
|
|
433
|
+
exponent: 0,
|
|
434
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
435
|
+
}, {
|
|
436
|
+
denom: 'wtf',
|
|
437
|
+
exponent: 6
|
|
438
|
+
}],
|
|
439
|
+
base: 'ibc/CE0A866A73CB66986FCC79084269BB89709EBE2745E4995090305FDAC16ADB1B',
|
|
440
|
+
name: 'wtf',
|
|
441
|
+
display: 'wtf',
|
|
442
|
+
symbol: 'WTF',
|
|
443
|
+
logo_URIs: {
|
|
444
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
445
|
+
},
|
|
446
|
+
images: [{
|
|
447
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
448
|
+
theme: {
|
|
449
|
+
primary_color_hex: '#dcd5ab'
|
|
450
|
+
}
|
|
451
|
+
}],
|
|
452
|
+
type_asset: 'sdk.coin',
|
|
453
|
+
traces: [{
|
|
454
|
+
type: 'ibc',
|
|
455
|
+
counterparty: {
|
|
456
|
+
channel_id: 'channel-6476',
|
|
457
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
458
|
+
chain_name: 'neutron'
|
|
459
|
+
},
|
|
460
|
+
chain: {
|
|
461
|
+
channel_id: 'channel-16'
|
|
462
|
+
}
|
|
463
|
+
}]
|
|
464
|
+
},
|
|
465
|
+
{
|
|
466
|
+
description: 'Astro BOY',
|
|
467
|
+
denom_units: [{
|
|
468
|
+
denom: 'ibc/DE4E49A018B0BEA2DC100E8985307B4C748974962F4A68DC64E52DD3FC052EAD',
|
|
469
|
+
exponent: 0,
|
|
470
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
471
|
+
}, {
|
|
472
|
+
denom: 'boy',
|
|
473
|
+
exponent: 6
|
|
474
|
+
}],
|
|
475
|
+
base: 'ibc/DE4E49A018B0BEA2DC100E8985307B4C748974962F4A68DC64E52DD3FC052EAD',
|
|
476
|
+
name: 'boy',
|
|
477
|
+
display: 'boy',
|
|
478
|
+
symbol: 'BOY',
|
|
479
|
+
logo_URIs: {
|
|
480
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
481
|
+
},
|
|
482
|
+
images: [{
|
|
483
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
484
|
+
theme: {
|
|
485
|
+
primary_color_hex: '#333333'
|
|
486
|
+
}
|
|
487
|
+
}],
|
|
488
|
+
type_asset: 'sdk.coin',
|
|
489
|
+
traces: [{
|
|
490
|
+
type: 'ibc',
|
|
491
|
+
counterparty: {
|
|
492
|
+
channel_id: 'channel-6476',
|
|
493
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
494
|
+
chain_name: 'neutron'
|
|
495
|
+
},
|
|
496
|
+
chain: {
|
|
497
|
+
channel_id: 'channel-16'
|
|
498
|
+
}
|
|
499
|
+
}]
|
|
500
|
+
},
|
|
348
501
|
{
|
|
349
502
|
description: 'The permissioned staking asset for Noble Chain',
|
|
350
503
|
denom_units: [{
|
|
@@ -683,6 +836,159 @@ const assets = {
|
|
|
683
836
|
}
|
|
684
837
|
}]
|
|
685
838
|
},
|
|
839
|
+
{
|
|
840
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
841
|
+
denom_units: [{
|
|
842
|
+
denom: 'ibc/8BFE59DCD5A7054F0A97CF91F3E3ABCA8C5BA454E548FA512B729D4004584D47',
|
|
843
|
+
exponent: 0,
|
|
844
|
+
aliases: ['untrn']
|
|
845
|
+
}, {
|
|
846
|
+
denom: 'ntrn',
|
|
847
|
+
exponent: 6
|
|
848
|
+
}],
|
|
849
|
+
base: 'ibc/8BFE59DCD5A7054F0A97CF91F3E3ABCA8C5BA454E548FA512B729D4004584D47',
|
|
850
|
+
name: 'Neutron',
|
|
851
|
+
display: 'ntrn',
|
|
852
|
+
symbol: 'NTRN',
|
|
853
|
+
logo_URIs: {
|
|
854
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
855
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
856
|
+
},
|
|
857
|
+
coingecko_id: 'neutron-3',
|
|
858
|
+
images: [{
|
|
859
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
860
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
861
|
+
theme: {
|
|
862
|
+
primary_color_hex: '#040404',
|
|
863
|
+
background_color_hex: '#000000',
|
|
864
|
+
circle: true
|
|
865
|
+
}
|
|
866
|
+
}],
|
|
867
|
+
socials: {
|
|
868
|
+
website: 'https://neutron.org/',
|
|
869
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
870
|
+
},
|
|
871
|
+
type_asset: 'sdk.coin',
|
|
872
|
+
traces: [{
|
|
873
|
+
type: 'ibc',
|
|
874
|
+
counterparty: {
|
|
875
|
+
channel_id: 'channel-6476',
|
|
876
|
+
base_denom: 'untrn',
|
|
877
|
+
chain_name: 'neutron'
|
|
878
|
+
},
|
|
879
|
+
chain: {
|
|
880
|
+
channel_id: 'channel-16'
|
|
881
|
+
}
|
|
882
|
+
}]
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
description: 'BITCOSMOS',
|
|
886
|
+
denom_units: [{
|
|
887
|
+
denom: 'ibc/480A64D296960A7497EDE3FFEA0FF1ECC1B40E8B428F1645B2CEBCEF71E3E849',
|
|
888
|
+
exponent: 0,
|
|
889
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
890
|
+
}, {
|
|
891
|
+
denom: 'bitcosmos',
|
|
892
|
+
exponent: 6
|
|
893
|
+
}],
|
|
894
|
+
base: 'ibc/480A64D296960A7497EDE3FFEA0FF1ECC1B40E8B428F1645B2CEBCEF71E3E849',
|
|
895
|
+
name: 'Bitcosmos',
|
|
896
|
+
display: 'bitcosmos',
|
|
897
|
+
symbol: 'BTC',
|
|
898
|
+
logo_URIs: {
|
|
899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
900
|
+
},
|
|
901
|
+
images: [{
|
|
902
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png',
|
|
903
|
+
theme: {
|
|
904
|
+
primary_color_hex: '#1b0847'
|
|
905
|
+
}
|
|
906
|
+
}],
|
|
907
|
+
type_asset: 'sdk.coin',
|
|
908
|
+
traces: [{
|
|
909
|
+
type: 'ibc',
|
|
910
|
+
counterparty: {
|
|
911
|
+
channel_id: 'channel-6476',
|
|
912
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
913
|
+
chain_name: 'neutron'
|
|
914
|
+
},
|
|
915
|
+
chain: {
|
|
916
|
+
channel_id: 'channel-16'
|
|
917
|
+
}
|
|
918
|
+
}]
|
|
919
|
+
},
|
|
920
|
+
{
|
|
921
|
+
description: 'What the Fuck',
|
|
922
|
+
denom_units: [{
|
|
923
|
+
denom: 'ibc/CE0A866A73CB66986FCC79084269BB89709EBE2745E4995090305FDAC16ADB1B',
|
|
924
|
+
exponent: 0,
|
|
925
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
926
|
+
}, {
|
|
927
|
+
denom: 'wtf',
|
|
928
|
+
exponent: 6
|
|
929
|
+
}],
|
|
930
|
+
base: 'ibc/CE0A866A73CB66986FCC79084269BB89709EBE2745E4995090305FDAC16ADB1B',
|
|
931
|
+
name: 'wtf',
|
|
932
|
+
display: 'wtf',
|
|
933
|
+
symbol: 'WTF',
|
|
934
|
+
logo_URIs: {
|
|
935
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
936
|
+
},
|
|
937
|
+
images: [{
|
|
938
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png',
|
|
939
|
+
theme: {
|
|
940
|
+
primary_color_hex: '#dcd5ab'
|
|
941
|
+
}
|
|
942
|
+
}],
|
|
943
|
+
type_asset: 'sdk.coin',
|
|
944
|
+
traces: [{
|
|
945
|
+
type: 'ibc',
|
|
946
|
+
counterparty: {
|
|
947
|
+
channel_id: 'channel-6476',
|
|
948
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
949
|
+
chain_name: 'neutron'
|
|
950
|
+
},
|
|
951
|
+
chain: {
|
|
952
|
+
channel_id: 'channel-16'
|
|
953
|
+
}
|
|
954
|
+
}]
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
description: 'Astro BOY',
|
|
958
|
+
denom_units: [{
|
|
959
|
+
denom: 'ibc/DE4E49A018B0BEA2DC100E8985307B4C748974962F4A68DC64E52DD3FC052EAD',
|
|
960
|
+
exponent: 0,
|
|
961
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
962
|
+
}, {
|
|
963
|
+
denom: 'boy',
|
|
964
|
+
exponent: 6
|
|
965
|
+
}],
|
|
966
|
+
base: 'ibc/DE4E49A018B0BEA2DC100E8985307B4C748974962F4A68DC64E52DD3FC052EAD',
|
|
967
|
+
name: 'boy',
|
|
968
|
+
display: 'boy',
|
|
969
|
+
symbol: 'BOY',
|
|
970
|
+
logo_URIs: {
|
|
971
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
972
|
+
},
|
|
973
|
+
images: [{
|
|
974
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png',
|
|
975
|
+
theme: {
|
|
976
|
+
primary_color_hex: '#333333'
|
|
977
|
+
}
|
|
978
|
+
}],
|
|
979
|
+
type_asset: 'sdk.coin',
|
|
980
|
+
traces: [{
|
|
981
|
+
type: 'ibc',
|
|
982
|
+
counterparty: {
|
|
983
|
+
channel_id: 'channel-6476',
|
|
984
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
985
|
+
chain_name: 'neutron'
|
|
986
|
+
},
|
|
987
|
+
chain: {
|
|
988
|
+
channel_id: 'channel-16'
|
|
989
|
+
}
|
|
990
|
+
}]
|
|
991
|
+
},
|
|
686
992
|
{
|
|
687
993
|
description: 'The permissioned staking asset for Noble Chain',
|
|
688
994
|
denom_units: [{
|
package/esm/mainnet/index.js
CHANGED
|
@@ -12,6 +12,7 @@ export * as assetmantle from './assetmantle';
|
|
|
12
12
|
export * as atomone from './atomone';
|
|
13
13
|
export * as aura from './aura';
|
|
14
14
|
export * as axelar from './axelar';
|
|
15
|
+
export * as babylon from './babylon';
|
|
15
16
|
export * as bandchain from './bandchain';
|
|
16
17
|
export * as beezee from './beezee';
|
|
17
18
|
export * as bitcanna from './bitcanna';
|
package/esm/mainnet/jackal.js
CHANGED
|
@@ -88,14 +88,14 @@ const assets = {
|
|
|
88
88
|
{
|
|
89
89
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
90
90
|
denom_units: [{
|
|
91
|
-
denom: 'ibc/
|
|
91
|
+
denom: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
|
|
92
92
|
exponent: 0,
|
|
93
93
|
aliases: ['uaxl']
|
|
94
94
|
}, {
|
|
95
95
|
denom: 'axl',
|
|
96
96
|
exponent: 6
|
|
97
97
|
}],
|
|
98
|
-
base: 'ibc/
|
|
98
|
+
base: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
|
|
99
99
|
name: 'Axelar',
|
|
100
100
|
display: 'axl',
|
|
101
101
|
symbol: 'AXL',
|
|
@@ -119,12 +119,12 @@ const assets = {
|
|
|
119
119
|
traces: [{
|
|
120
120
|
type: 'ibc',
|
|
121
121
|
counterparty: {
|
|
122
|
-
channel_id: 'channel-
|
|
122
|
+
channel_id: 'channel-137',
|
|
123
123
|
base_denom: 'uaxl',
|
|
124
124
|
chain_name: 'axelar'
|
|
125
125
|
},
|
|
126
126
|
chain: {
|
|
127
|
-
channel_id: 'channel-
|
|
127
|
+
channel_id: 'channel-49'
|
|
128
128
|
}
|
|
129
129
|
}]
|
|
130
130
|
},
|
|
@@ -334,14 +334,14 @@ const assets = {
|
|
|
334
334
|
{
|
|
335
335
|
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
336
336
|
denom_units: [{
|
|
337
|
-
denom: 'ibc/
|
|
337
|
+
denom: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
|
|
338
338
|
exponent: 0,
|
|
339
339
|
aliases: ['uaxl']
|
|
340
340
|
}, {
|
|
341
341
|
denom: 'axl',
|
|
342
342
|
exponent: 6
|
|
343
343
|
}],
|
|
344
|
-
base: 'ibc/
|
|
344
|
+
base: 'ibc/E24063D336A506ED538263714714573823661773663A58A6E9A2A79892BA5180',
|
|
345
345
|
name: 'Axelar',
|
|
346
346
|
display: 'axl',
|
|
347
347
|
symbol: 'AXL',
|
|
@@ -365,12 +365,12 @@ const assets = {
|
|
|
365
365
|
traces: [{
|
|
366
366
|
type: 'ibc',
|
|
367
367
|
counterparty: {
|
|
368
|
-
channel_id: 'channel-
|
|
368
|
+
channel_id: 'channel-137',
|
|
369
369
|
base_denom: 'uaxl',
|
|
370
370
|
chain_name: 'axelar'
|
|
371
371
|
},
|
|
372
372
|
chain: {
|
|
373
|
-
channel_id: 'channel-
|
|
373
|
+
channel_id: 'channel-49'
|
|
374
374
|
}
|
|
375
375
|
}]
|
|
376
376
|
},
|