@chain-registry/assets 1.70.377 → 1.70.379
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/asset_lists.js +1 -2
- package/esm/asset_lists.js +1 -2
- package/esm/index.js +0 -1
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/atomone.js +80 -0
- package/esm/mainnet/axelar.js +160 -0
- package/esm/mainnet/composable.js +70 -68
- package/esm/mainnet/dungeon.js +284 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/namada.js +38 -38
- package/esm/mainnet/neutron.js +120 -38
- package/esm/mainnet/osmosis.js +38 -38
- package/esm/mainnet/passage.js +0 -68
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/atomonetestnet.js +5 -0
- package/esm/testnet/axelartestnet.js +156 -0
- package/esm/testnet/babylontestnet.js +70 -0
- package/esm/testnet/cosmosicsprovidertestnet.js +66 -0
- package/esm/testnet/index.js +1 -0
- package/index.d.ts +0 -1
- package/index.js +0 -1
- package/mainnet/assets.js +2 -1
- package/mainnet/atomone.js +80 -0
- package/mainnet/axelar.js +160 -0
- package/mainnet/composable.js +70 -68
- package/mainnet/dungeon.js +284 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- package/mainnet/namada.js +38 -38
- package/mainnet/neutron.js +120 -38
- package/mainnet/osmosis.js +38 -38
- package/mainnet/passage.js +0 -68
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/atomonetestnet.js +7 -0
- package/testnet/axelartestnet.js +156 -0
- package/testnet/babylontestnet.js +70 -0
- package/testnet/cosmosicsprovidertestnet.js +66 -0
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/esm/noncosmos/assets.js +0 -5
- package/esm/noncosmos/composablepolkadot.js +0 -71
- package/esm/noncosmos/index.js +0 -3
- package/esm/noncosmos/picasso.js +0 -71
- package/noncosmos/assets.d.ts +0 -3
- package/noncosmos/assets.js +0 -10
- package/noncosmos/composablepolkadot.js +0 -73
- package/noncosmos/index.d.ts +0 -3
- package/noncosmos/index.js +0 -29
- package/noncosmos/picasso.d.ts +0 -3
- package/noncosmos/picasso.js +0 -73
- package/esm/{noncosmos → mainnet}/penumbra.js +39 -39
- package/{noncosmos → mainnet}/penumbra.d.ts +0 -0
- package/{noncosmos → mainnet}/penumbra.js +39 -39
- /package/{noncosmos/composablepolkadot.d.ts → testnet/atomonetestnet.d.ts} +0 -0
package/mainnet/axelar.js
CHANGED
|
@@ -308,6 +308,86 @@ const assets = {
|
|
|
308
308
|
}
|
|
309
309
|
}]
|
|
310
310
|
},
|
|
311
|
+
{
|
|
312
|
+
description: 'The native staking and governance token of AtomOne',
|
|
313
|
+
denom_units: [{
|
|
314
|
+
denom: 'ibc/514DF71358A15C74BB1A20B6C3C83EA57C667B3AAC3C254701E1969A40D29692',
|
|
315
|
+
exponent: 0,
|
|
316
|
+
aliases: ['uatone']
|
|
317
|
+
}, {
|
|
318
|
+
denom: 'atone',
|
|
319
|
+
exponent: 6
|
|
320
|
+
}],
|
|
321
|
+
base: 'ibc/514DF71358A15C74BB1A20B6C3C83EA57C667B3AAC3C254701E1969A40D29692',
|
|
322
|
+
name: 'Atone',
|
|
323
|
+
display: 'atone',
|
|
324
|
+
symbol: 'ATONE',
|
|
325
|
+
logo_URIs: {
|
|
326
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
327
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
328
|
+
},
|
|
329
|
+
images: [{
|
|
330
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
331
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
332
|
+
}],
|
|
333
|
+
type_asset: 'sdk.coin',
|
|
334
|
+
socials: {
|
|
335
|
+
website: 'https://atom.one',
|
|
336
|
+
twitter: 'https://x.com/_atomone'
|
|
337
|
+
},
|
|
338
|
+
coingecko_id: 'atomone',
|
|
339
|
+
traces: [{
|
|
340
|
+
type: 'ibc',
|
|
341
|
+
counterparty: {
|
|
342
|
+
channel_id: 'channel-10',
|
|
343
|
+
base_denom: 'uatone',
|
|
344
|
+
chain_name: 'atomone'
|
|
345
|
+
},
|
|
346
|
+
chain: {
|
|
347
|
+
channel_id: 'channel-190'
|
|
348
|
+
}
|
|
349
|
+
}]
|
|
350
|
+
},
|
|
351
|
+
{
|
|
352
|
+
description: 'The fee token of AtomOne',
|
|
353
|
+
denom_units: [{
|
|
354
|
+
denom: 'ibc/A84F9097D506056357A79CC1ED29ECFBD7C04CC8166754755AF82987002AB62F',
|
|
355
|
+
exponent: 0,
|
|
356
|
+
aliases: ['uphoton']
|
|
357
|
+
}, {
|
|
358
|
+
denom: 'photon',
|
|
359
|
+
exponent: 6
|
|
360
|
+
}],
|
|
361
|
+
base: 'ibc/A84F9097D506056357A79CC1ED29ECFBD7C04CC8166754755AF82987002AB62F',
|
|
362
|
+
name: 'Photon',
|
|
363
|
+
display: 'photon',
|
|
364
|
+
symbol: 'PHOTON',
|
|
365
|
+
logo_URIs: {
|
|
366
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
367
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
368
|
+
},
|
|
369
|
+
images: [{
|
|
370
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
371
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
372
|
+
}],
|
|
373
|
+
type_asset: 'sdk.coin',
|
|
374
|
+
socials: {
|
|
375
|
+
website: 'https://atom.one',
|
|
376
|
+
twitter: 'https://x.com/_atomone'
|
|
377
|
+
},
|
|
378
|
+
coingecko_id: 'photon-2',
|
|
379
|
+
traces: [{
|
|
380
|
+
type: 'ibc',
|
|
381
|
+
counterparty: {
|
|
382
|
+
channel_id: 'channel-10',
|
|
383
|
+
base_denom: 'uphoton',
|
|
384
|
+
chain_name: 'atomone'
|
|
385
|
+
},
|
|
386
|
+
chain: {
|
|
387
|
+
channel_id: 'channel-190'
|
|
388
|
+
}
|
|
389
|
+
}]
|
|
390
|
+
},
|
|
311
391
|
{
|
|
312
392
|
description: 'The native token of Aura Network',
|
|
313
393
|
denom_units: [{
|
|
@@ -649,6 +729,86 @@ const assets = {
|
|
|
649
729
|
}
|
|
650
730
|
}]
|
|
651
731
|
},
|
|
732
|
+
{
|
|
733
|
+
description: 'The native staking and governance token of AtomOne',
|
|
734
|
+
denom_units: [{
|
|
735
|
+
denom: 'ibc/514DF71358A15C74BB1A20B6C3C83EA57C667B3AAC3C254701E1969A40D29692',
|
|
736
|
+
exponent: 0,
|
|
737
|
+
aliases: ['uatone']
|
|
738
|
+
}, {
|
|
739
|
+
denom: 'atone',
|
|
740
|
+
exponent: 6
|
|
741
|
+
}],
|
|
742
|
+
base: 'ibc/514DF71358A15C74BB1A20B6C3C83EA57C667B3AAC3C254701E1969A40D29692',
|
|
743
|
+
name: 'Atone',
|
|
744
|
+
display: 'atone',
|
|
745
|
+
symbol: 'ATONE',
|
|
746
|
+
logo_URIs: {
|
|
747
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
748
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
749
|
+
},
|
|
750
|
+
images: [{
|
|
751
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.png',
|
|
752
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/atomone.svg'
|
|
753
|
+
}],
|
|
754
|
+
type_asset: 'sdk.coin',
|
|
755
|
+
socials: {
|
|
756
|
+
website: 'https://atom.one',
|
|
757
|
+
twitter: 'https://x.com/_atomone'
|
|
758
|
+
},
|
|
759
|
+
coingecko_id: 'atomone',
|
|
760
|
+
traces: [{
|
|
761
|
+
type: 'ibc',
|
|
762
|
+
counterparty: {
|
|
763
|
+
channel_id: 'channel-10',
|
|
764
|
+
base_denom: 'uatone',
|
|
765
|
+
chain_name: 'atomone'
|
|
766
|
+
},
|
|
767
|
+
chain: {
|
|
768
|
+
channel_id: 'channel-190'
|
|
769
|
+
}
|
|
770
|
+
}]
|
|
771
|
+
},
|
|
772
|
+
{
|
|
773
|
+
description: 'The fee token of AtomOne',
|
|
774
|
+
denom_units: [{
|
|
775
|
+
denom: 'ibc/A84F9097D506056357A79CC1ED29ECFBD7C04CC8166754755AF82987002AB62F',
|
|
776
|
+
exponent: 0,
|
|
777
|
+
aliases: ['uphoton']
|
|
778
|
+
}, {
|
|
779
|
+
denom: 'photon',
|
|
780
|
+
exponent: 6
|
|
781
|
+
}],
|
|
782
|
+
base: 'ibc/A84F9097D506056357A79CC1ED29ECFBD7C04CC8166754755AF82987002AB62F',
|
|
783
|
+
name: 'Photon',
|
|
784
|
+
display: 'photon',
|
|
785
|
+
symbol: 'PHOTON',
|
|
786
|
+
logo_URIs: {
|
|
787
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
788
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
789
|
+
},
|
|
790
|
+
images: [{
|
|
791
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.png',
|
|
792
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/atomone/images/photon.svg'
|
|
793
|
+
}],
|
|
794
|
+
type_asset: 'sdk.coin',
|
|
795
|
+
socials: {
|
|
796
|
+
website: 'https://atom.one',
|
|
797
|
+
twitter: 'https://x.com/_atomone'
|
|
798
|
+
},
|
|
799
|
+
coingecko_id: 'photon-2',
|
|
800
|
+
traces: [{
|
|
801
|
+
type: 'ibc',
|
|
802
|
+
counterparty: {
|
|
803
|
+
channel_id: 'channel-10',
|
|
804
|
+
base_denom: 'uphoton',
|
|
805
|
+
chain_name: 'atomone'
|
|
806
|
+
},
|
|
807
|
+
chain: {
|
|
808
|
+
channel_id: 'channel-190'
|
|
809
|
+
}
|
|
810
|
+
}]
|
|
811
|
+
},
|
|
652
812
|
{
|
|
653
813
|
description: 'The native token of Aura Network',
|
|
654
814
|
denom_units: [{
|
package/mainnet/composable.js
CHANGED
|
@@ -1034,6 +1034,41 @@ const assets = {
|
|
|
1034
1034
|
}
|
|
1035
1035
|
}]
|
|
1036
1036
|
},
|
|
1037
|
+
{
|
|
1038
|
+
description: 'Tether Gold(XAUT)',
|
|
1039
|
+
type_asset: 'erc20',
|
|
1040
|
+
address: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
1041
|
+
denom_units: [{
|
|
1042
|
+
denom: 'ibc/B337F4897D6299EDAB71A12E45FCEB8C706F5A9A938ABAB686F8BB096A797BEB',
|
|
1043
|
+
exponent: 0,
|
|
1044
|
+
aliases: ['0x68749665ff8d2d112fa859aa293f07a622782f38']
|
|
1045
|
+
}, {
|
|
1046
|
+
denom: 'xaut',
|
|
1047
|
+
exponent: 6
|
|
1048
|
+
}],
|
|
1049
|
+
base: 'ibc/B337F4897D6299EDAB71A12E45FCEB8C706F5A9A938ABAB686F8BB096A797BEB',
|
|
1050
|
+
name: 'Tether Gold',
|
|
1051
|
+
display: 'xaut',
|
|
1052
|
+
symbol: 'XAUt',
|
|
1053
|
+
coingecko_id: 'tether-gold',
|
|
1054
|
+
images: [{
|
|
1055
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
1056
|
+
}],
|
|
1057
|
+
logo_URIs: {
|
|
1058
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
1059
|
+
},
|
|
1060
|
+
traces: [{
|
|
1061
|
+
type: 'ibc',
|
|
1062
|
+
counterparty: {
|
|
1063
|
+
channel_id: 'channel-2',
|
|
1064
|
+
base_denom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
1065
|
+
chain_name: 'ethereum'
|
|
1066
|
+
},
|
|
1067
|
+
chain: {
|
|
1068
|
+
channel_id: 'channel-52'
|
|
1069
|
+
}
|
|
1070
|
+
}]
|
|
1071
|
+
},
|
|
1037
1072
|
{
|
|
1038
1073
|
description: 'Solana is a high-performance blockchain platform known for its fast transaction speeds, low costs, and scalability, ideal for decentralized applications and crypto projects.',
|
|
1039
1074
|
denom_units: [{
|
|
@@ -3214,6 +3249,41 @@ const assets = {
|
|
|
3214
3249
|
}
|
|
3215
3250
|
}]
|
|
3216
3251
|
},
|
|
3252
|
+
{
|
|
3253
|
+
description: 'Tether Gold(XAUT)',
|
|
3254
|
+
type_asset: 'erc20',
|
|
3255
|
+
address: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
3256
|
+
denom_units: [{
|
|
3257
|
+
denom: 'ibc/B337F4897D6299EDAB71A12E45FCEB8C706F5A9A938ABAB686F8BB096A797BEB',
|
|
3258
|
+
exponent: 0,
|
|
3259
|
+
aliases: ['0x68749665ff8d2d112fa859aa293f07a622782f38']
|
|
3260
|
+
}, {
|
|
3261
|
+
denom: 'xaut',
|
|
3262
|
+
exponent: 6
|
|
3263
|
+
}],
|
|
3264
|
+
base: 'ibc/B337F4897D6299EDAB71A12E45FCEB8C706F5A9A938ABAB686F8BB096A797BEB',
|
|
3265
|
+
name: 'Tether Gold',
|
|
3266
|
+
display: 'xaut',
|
|
3267
|
+
symbol: 'XAUt',
|
|
3268
|
+
coingecko_id: 'tether-gold',
|
|
3269
|
+
images: [{
|
|
3270
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
3271
|
+
}],
|
|
3272
|
+
logo_URIs: {
|
|
3273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/xaut.png'
|
|
3274
|
+
},
|
|
3275
|
+
traces: [{
|
|
3276
|
+
type: 'ibc',
|
|
3277
|
+
counterparty: {
|
|
3278
|
+
channel_id: 'channel-2',
|
|
3279
|
+
base_denom: '0x68749665ff8d2d112fa859aa293f07a622782f38',
|
|
3280
|
+
chain_name: 'ethereum'
|
|
3281
|
+
},
|
|
3282
|
+
chain: {
|
|
3283
|
+
channel_id: 'channel-52'
|
|
3284
|
+
}
|
|
3285
|
+
}]
|
|
3286
|
+
},
|
|
3217
3287
|
{
|
|
3218
3288
|
description: 'The native EVM, governance and staking token of the Evmos Hub',
|
|
3219
3289
|
denom_units: [{
|
|
@@ -3925,40 +3995,6 @@ const assets = {
|
|
|
3925
3995
|
}
|
|
3926
3996
|
}]
|
|
3927
3997
|
},
|
|
3928
|
-
{
|
|
3929
|
-
description: 'The native staking and governance token of Picasso Kusama.',
|
|
3930
|
-
denom_units: [{
|
|
3931
|
-
denom: 'ibc/6517CF990493C8F3D6AE1E03FA1B5167B1E40345061104F07296D883379B4A08',
|
|
3932
|
-
exponent: 0,
|
|
3933
|
-
aliases: ['ppica']
|
|
3934
|
-
}, {
|
|
3935
|
-
denom: 'pica',
|
|
3936
|
-
exponent: 12
|
|
3937
|
-
}],
|
|
3938
|
-
type_asset: 'substrate',
|
|
3939
|
-
base: 'ibc/6517CF990493C8F3D6AE1E03FA1B5167B1E40345061104F07296D883379B4A08',
|
|
3940
|
-
name: 'Picasso',
|
|
3941
|
-
display: 'pica',
|
|
3942
|
-
symbol: 'PICA',
|
|
3943
|
-
coingecko_id: 'picasso',
|
|
3944
|
-
logo_URIs: {
|
|
3945
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
3946
|
-
},
|
|
3947
|
-
images: [{
|
|
3948
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
3949
|
-
}],
|
|
3950
|
-
traces: [{
|
|
3951
|
-
type: 'ibc',
|
|
3952
|
-
counterparty: {
|
|
3953
|
-
channel_id: 'channel-17',
|
|
3954
|
-
base_denom: 'ppica',
|
|
3955
|
-
chain_name: 'picasso'
|
|
3956
|
-
},
|
|
3957
|
-
chain: {
|
|
3958
|
-
channel_id: 'channel-2'
|
|
3959
|
-
}
|
|
3960
|
-
}]
|
|
3961
|
-
},
|
|
3962
3998
|
{
|
|
3963
3999
|
description: 'QCK - native token of Quicksilver',
|
|
3964
4000
|
denom_units: [{
|
|
@@ -5583,40 +5619,6 @@ const assets = {
|
|
|
5583
5619
|
}
|
|
5584
5620
|
}]
|
|
5585
5621
|
},
|
|
5586
|
-
{
|
|
5587
|
-
description: 'The native staking and governance token of Picasso Kusama.',
|
|
5588
|
-
denom_units: [{
|
|
5589
|
-
denom: 'ibc/6517CF990493C8F3D6AE1E03FA1B5167B1E40345061104F07296D883379B4A08',
|
|
5590
|
-
exponent: 0,
|
|
5591
|
-
aliases: ['ppica']
|
|
5592
|
-
}, {
|
|
5593
|
-
denom: 'pica',
|
|
5594
|
-
exponent: 12
|
|
5595
|
-
}],
|
|
5596
|
-
type_asset: 'substrate',
|
|
5597
|
-
base: 'ibc/6517CF990493C8F3D6AE1E03FA1B5167B1E40345061104F07296D883379B4A08',
|
|
5598
|
-
name: 'Picasso',
|
|
5599
|
-
display: 'pica',
|
|
5600
|
-
symbol: 'PICA',
|
|
5601
|
-
coingecko_id: 'picasso',
|
|
5602
|
-
logo_URIs: {
|
|
5603
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
5604
|
-
},
|
|
5605
|
-
images: [{
|
|
5606
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/composable/images/pica.svg'
|
|
5607
|
-
}],
|
|
5608
|
-
traces: [{
|
|
5609
|
-
type: 'ibc',
|
|
5610
|
-
counterparty: {
|
|
5611
|
-
channel_id: 'channel-17',
|
|
5612
|
-
base_denom: 'ppica',
|
|
5613
|
-
chain_name: 'picasso'
|
|
5614
|
-
},
|
|
5615
|
-
chain: {
|
|
5616
|
-
channel_id: 'channel-2'
|
|
5617
|
-
}
|
|
5618
|
-
}]
|
|
5619
|
-
},
|
|
5620
5622
|
{
|
|
5621
5623
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
5622
5624
|
denom_units: [{
|
package/mainnet/dungeon.js
CHANGED
|
@@ -83,6 +83,148 @@ const assets = {
|
|
|
83
83
|
}
|
|
84
84
|
}]
|
|
85
85
|
},
|
|
86
|
+
{
|
|
87
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
88
|
+
denom_units: [{
|
|
89
|
+
denom: 'ibc/1F8CB23E10369EF0A5E88407E13D5FB20F74EED779BD8B3AE24973B12047EF96',
|
|
90
|
+
exponent: 0,
|
|
91
|
+
aliases: ['untrn']
|
|
92
|
+
}, {
|
|
93
|
+
denom: 'ntrn',
|
|
94
|
+
exponent: 6
|
|
95
|
+
}],
|
|
96
|
+
base: 'ibc/1F8CB23E10369EF0A5E88407E13D5FB20F74EED779BD8B3AE24973B12047EF96',
|
|
97
|
+
name: 'Neutron',
|
|
98
|
+
display: 'ntrn',
|
|
99
|
+
symbol: 'NTRN',
|
|
100
|
+
logo_URIs: {
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
103
|
+
},
|
|
104
|
+
coingecko_id: 'neutron-3',
|
|
105
|
+
images: [{
|
|
106
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
107
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
108
|
+
theme: {
|
|
109
|
+
circle: true
|
|
110
|
+
}
|
|
111
|
+
}],
|
|
112
|
+
socials: {
|
|
113
|
+
website: 'https://neutron.org/',
|
|
114
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
115
|
+
},
|
|
116
|
+
type_asset: 'sdk.coin',
|
|
117
|
+
traces: [{
|
|
118
|
+
type: 'ibc',
|
|
119
|
+
counterparty: {
|
|
120
|
+
channel_id: 'channel-7358',
|
|
121
|
+
base_denom: 'untrn',
|
|
122
|
+
chain_name: 'neutron'
|
|
123
|
+
},
|
|
124
|
+
chain: {
|
|
125
|
+
channel_id: 'channel-5309'
|
|
126
|
+
}
|
|
127
|
+
}]
|
|
128
|
+
},
|
|
129
|
+
{
|
|
130
|
+
description: 'BITCOSMOS',
|
|
131
|
+
denom_units: [{
|
|
132
|
+
denom: 'ibc/0DECF6678DAFC669EF803F091A005D212561E50D5B92C47E1C3DC48613B458A9',
|
|
133
|
+
exponent: 0,
|
|
134
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
135
|
+
}, {
|
|
136
|
+
denom: 'bitcosmos',
|
|
137
|
+
exponent: 6
|
|
138
|
+
}],
|
|
139
|
+
base: 'ibc/0DECF6678DAFC669EF803F091A005D212561E50D5B92C47E1C3DC48613B458A9',
|
|
140
|
+
name: 'Bitcosmos',
|
|
141
|
+
display: 'bitcosmos',
|
|
142
|
+
symbol: 'BTC',
|
|
143
|
+
logo_URIs: {
|
|
144
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
145
|
+
},
|
|
146
|
+
images: [{
|
|
147
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
148
|
+
}],
|
|
149
|
+
type_asset: 'sdk.coin',
|
|
150
|
+
traces: [{
|
|
151
|
+
type: 'ibc',
|
|
152
|
+
counterparty: {
|
|
153
|
+
channel_id: 'channel-7358',
|
|
154
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
155
|
+
chain_name: 'neutron'
|
|
156
|
+
},
|
|
157
|
+
chain: {
|
|
158
|
+
channel_id: 'channel-5309'
|
|
159
|
+
}
|
|
160
|
+
}]
|
|
161
|
+
},
|
|
162
|
+
{
|
|
163
|
+
description: 'What the Fuck',
|
|
164
|
+
denom_units: [{
|
|
165
|
+
denom: 'ibc/976CEC165A55719F7C1CEF969A5A5CE794110E20122A50D425BD4B550CAB45E7',
|
|
166
|
+
exponent: 0,
|
|
167
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
168
|
+
}, {
|
|
169
|
+
denom: 'wtf',
|
|
170
|
+
exponent: 6
|
|
171
|
+
}],
|
|
172
|
+
base: 'ibc/976CEC165A55719F7C1CEF969A5A5CE794110E20122A50D425BD4B550CAB45E7',
|
|
173
|
+
name: 'wtf',
|
|
174
|
+
display: 'wtf',
|
|
175
|
+
symbol: 'WTF',
|
|
176
|
+
logo_URIs: {
|
|
177
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
178
|
+
},
|
|
179
|
+
images: [{
|
|
180
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
181
|
+
}],
|
|
182
|
+
type_asset: 'sdk.coin',
|
|
183
|
+
traces: [{
|
|
184
|
+
type: 'ibc',
|
|
185
|
+
counterparty: {
|
|
186
|
+
channel_id: 'channel-7358',
|
|
187
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
188
|
+
chain_name: 'neutron'
|
|
189
|
+
},
|
|
190
|
+
chain: {
|
|
191
|
+
channel_id: 'channel-5309'
|
|
192
|
+
}
|
|
193
|
+
}]
|
|
194
|
+
},
|
|
195
|
+
{
|
|
196
|
+
description: 'Astro BOY',
|
|
197
|
+
denom_units: [{
|
|
198
|
+
denom: 'ibc/2CAAB2CEA2C521A7E45691072CAC8F661B38A2F94687E3F64EB1FF6F1378E22C',
|
|
199
|
+
exponent: 0,
|
|
200
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
201
|
+
}, {
|
|
202
|
+
denom: 'boy',
|
|
203
|
+
exponent: 6
|
|
204
|
+
}],
|
|
205
|
+
base: 'ibc/2CAAB2CEA2C521A7E45691072CAC8F661B38A2F94687E3F64EB1FF6F1378E22C',
|
|
206
|
+
name: 'boy',
|
|
207
|
+
display: 'boy',
|
|
208
|
+
symbol: 'BOY',
|
|
209
|
+
logo_URIs: {
|
|
210
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
211
|
+
},
|
|
212
|
+
images: [{
|
|
213
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
214
|
+
}],
|
|
215
|
+
type_asset: 'sdk.coin',
|
|
216
|
+
traces: [{
|
|
217
|
+
type: 'ibc',
|
|
218
|
+
counterparty: {
|
|
219
|
+
channel_id: 'channel-7358',
|
|
220
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
221
|
+
chain_name: 'neutron'
|
|
222
|
+
},
|
|
223
|
+
chain: {
|
|
224
|
+
channel_id: 'channel-5309'
|
|
225
|
+
}
|
|
226
|
+
}]
|
|
227
|
+
},
|
|
86
228
|
{
|
|
87
229
|
description: 'The permissioned staking asset for Noble Chain',
|
|
88
230
|
denom_units: [{
|
|
@@ -309,6 +451,148 @@ const assets = {
|
|
|
309
451
|
}
|
|
310
452
|
}]
|
|
311
453
|
},
|
|
454
|
+
{
|
|
455
|
+
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
456
|
+
denom_units: [{
|
|
457
|
+
denom: 'ibc/1F8CB23E10369EF0A5E88407E13D5FB20F74EED779BD8B3AE24973B12047EF96',
|
|
458
|
+
exponent: 0,
|
|
459
|
+
aliases: ['untrn']
|
|
460
|
+
}, {
|
|
461
|
+
denom: 'ntrn',
|
|
462
|
+
exponent: 6
|
|
463
|
+
}],
|
|
464
|
+
base: 'ibc/1F8CB23E10369EF0A5E88407E13D5FB20F74EED779BD8B3AE24973B12047EF96',
|
|
465
|
+
name: 'Neutron',
|
|
466
|
+
display: 'ntrn',
|
|
467
|
+
symbol: 'NTRN',
|
|
468
|
+
logo_URIs: {
|
|
469
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
470
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg'
|
|
471
|
+
},
|
|
472
|
+
coingecko_id: 'neutron-3',
|
|
473
|
+
images: [{
|
|
474
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.png',
|
|
475
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/ntrn.svg',
|
|
476
|
+
theme: {
|
|
477
|
+
circle: true
|
|
478
|
+
}
|
|
479
|
+
}],
|
|
480
|
+
socials: {
|
|
481
|
+
website: 'https://neutron.org/',
|
|
482
|
+
twitter: 'https://twitter.com/Neutron_org'
|
|
483
|
+
},
|
|
484
|
+
type_asset: 'sdk.coin',
|
|
485
|
+
traces: [{
|
|
486
|
+
type: 'ibc',
|
|
487
|
+
counterparty: {
|
|
488
|
+
channel_id: 'channel-7358',
|
|
489
|
+
base_denom: 'untrn',
|
|
490
|
+
chain_name: 'neutron'
|
|
491
|
+
},
|
|
492
|
+
chain: {
|
|
493
|
+
channel_id: 'channel-5309'
|
|
494
|
+
}
|
|
495
|
+
}]
|
|
496
|
+
},
|
|
497
|
+
{
|
|
498
|
+
description: 'BITCOSMOS',
|
|
499
|
+
denom_units: [{
|
|
500
|
+
denom: 'ibc/0DECF6678DAFC669EF803F091A005D212561E50D5B92C47E1C3DC48613B458A9',
|
|
501
|
+
exponent: 0,
|
|
502
|
+
aliases: ['neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj']
|
|
503
|
+
}, {
|
|
504
|
+
denom: 'bitcosmos',
|
|
505
|
+
exponent: 6
|
|
506
|
+
}],
|
|
507
|
+
base: 'ibc/0DECF6678DAFC669EF803F091A005D212561E50D5B92C47E1C3DC48613B458A9',
|
|
508
|
+
name: 'Bitcosmos',
|
|
509
|
+
display: 'bitcosmos',
|
|
510
|
+
symbol: 'BTC',
|
|
511
|
+
logo_URIs: {
|
|
512
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
513
|
+
},
|
|
514
|
+
images: [{
|
|
515
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/bitcosmos.png'
|
|
516
|
+
}],
|
|
517
|
+
type_asset: 'sdk.coin',
|
|
518
|
+
traces: [{
|
|
519
|
+
type: 'ibc',
|
|
520
|
+
counterparty: {
|
|
521
|
+
channel_id: 'channel-7358',
|
|
522
|
+
base_denom: 'neutron1fjzg7fmv770hsvahqm0nwnu6grs3rjnd2wa6fvm9unv6vedkzekqpw44qj',
|
|
523
|
+
chain_name: 'neutron'
|
|
524
|
+
},
|
|
525
|
+
chain: {
|
|
526
|
+
channel_id: 'channel-5309'
|
|
527
|
+
}
|
|
528
|
+
}]
|
|
529
|
+
},
|
|
530
|
+
{
|
|
531
|
+
description: 'What the Fuck',
|
|
532
|
+
denom_units: [{
|
|
533
|
+
denom: 'ibc/976CEC165A55719F7C1CEF969A5A5CE794110E20122A50D425BD4B550CAB45E7',
|
|
534
|
+
exponent: 0,
|
|
535
|
+
aliases: ['neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf']
|
|
536
|
+
}, {
|
|
537
|
+
denom: 'wtf',
|
|
538
|
+
exponent: 6
|
|
539
|
+
}],
|
|
540
|
+
base: 'ibc/976CEC165A55719F7C1CEF969A5A5CE794110E20122A50D425BD4B550CAB45E7',
|
|
541
|
+
name: 'wtf',
|
|
542
|
+
display: 'wtf',
|
|
543
|
+
symbol: 'WTF',
|
|
544
|
+
logo_URIs: {
|
|
545
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
546
|
+
},
|
|
547
|
+
images: [{
|
|
548
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/WTF.png'
|
|
549
|
+
}],
|
|
550
|
+
type_asset: 'sdk.coin',
|
|
551
|
+
traces: [{
|
|
552
|
+
type: 'ibc',
|
|
553
|
+
counterparty: {
|
|
554
|
+
channel_id: 'channel-7358',
|
|
555
|
+
base_denom: 'neutron12h09p8hq5y4xpsmcuxxzsn9juef4f6jvekp8yefc6xnlwm6uumnsdk29wf',
|
|
556
|
+
chain_name: 'neutron'
|
|
557
|
+
},
|
|
558
|
+
chain: {
|
|
559
|
+
channel_id: 'channel-5309'
|
|
560
|
+
}
|
|
561
|
+
}]
|
|
562
|
+
},
|
|
563
|
+
{
|
|
564
|
+
description: 'Astro BOY',
|
|
565
|
+
denom_units: [{
|
|
566
|
+
denom: 'ibc/2CAAB2CEA2C521A7E45691072CAC8F661B38A2F94687E3F64EB1FF6F1378E22C',
|
|
567
|
+
exponent: 0,
|
|
568
|
+
aliases: ['neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv']
|
|
569
|
+
}, {
|
|
570
|
+
denom: 'boy',
|
|
571
|
+
exponent: 6
|
|
572
|
+
}],
|
|
573
|
+
base: 'ibc/2CAAB2CEA2C521A7E45691072CAC8F661B38A2F94687E3F64EB1FF6F1378E22C',
|
|
574
|
+
name: 'boy',
|
|
575
|
+
display: 'boy',
|
|
576
|
+
symbol: 'BOY',
|
|
577
|
+
logo_URIs: {
|
|
578
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
579
|
+
},
|
|
580
|
+
images: [{
|
|
581
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/boy.png'
|
|
582
|
+
}],
|
|
583
|
+
type_asset: 'sdk.coin',
|
|
584
|
+
traces: [{
|
|
585
|
+
type: 'ibc',
|
|
586
|
+
counterparty: {
|
|
587
|
+
channel_id: 'channel-7358',
|
|
588
|
+
base_denom: 'neutron1uqvse8fdrd9tam47f2jhy9m6al6xxtqpc83f9pdnz5gdle4swc0spfnctv',
|
|
589
|
+
chain_name: 'neutron'
|
|
590
|
+
},
|
|
591
|
+
chain: {
|
|
592
|
+
channel_id: 'channel-5309'
|
|
593
|
+
}
|
|
594
|
+
}]
|
|
595
|
+
},
|
|
312
596
|
{
|
|
313
597
|
description: 'The permissioned staking asset for Noble Chain',
|
|
314
598
|
denom_units: [{
|
package/mainnet/index.d.ts
CHANGED
package/mainnet/index.js
CHANGED
|
@@ -23,12 +23,13 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.zigchain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = void 0;
|
|
26
|
+
exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitway = exports.bitsong = exports.bitcanna = exports.bitbadges = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.solana = exports.penumbra = exports.namada = exports.ethereum = void 0;
|
|
27
|
+
exports.mtgbp = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lumera = exports.lorenzo = exports.lombardledger = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.intento = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.humans = exports.hippoprotocol = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.fetchhub = exports.fandomchain = exports.evmos = exports.empowerchain = exports.emoney = exports.elys = exports.echelon = void 0;
|
|
28
|
+
exports.sommelier = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.qfs = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.paxi = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.optio = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = void 0;
|
|
29
|
+
exports.zigchain = exports.zenrock = exports.xrplevm = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.taketitan = exports.synternet = exports.symphony = exports.sunrise = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.namada = __importStar(require("./namada"));
|
|
32
|
+
exports.penumbra = __importStar(require("./penumbra"));
|
|
32
33
|
exports.solana = __importStar(require("./solana"));
|
|
33
34
|
exports.aaronetwork = __importStar(require("./aaronetwork"));
|
|
34
35
|
exports.acrechain = __importStar(require("./acrechain"));
|