@chain-registry/assets 1.64.79 → 1.64.80
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 +6 -2
- package/esm/mainnet/akash.js +6 -2
- package/esm/mainnet/axelar.js +20 -88
- package/esm/mainnet/chihuahua.js +6 -2
- package/esm/mainnet/comdex.js +6 -2
- package/esm/mainnet/cosmoshub.js +6 -2
- package/esm/mainnet/crescent.js +6 -2
- package/esm/mainnet/cryptoorgchain.js +6 -2
- package/esm/mainnet/dydx.js +6 -2
- package/esm/mainnet/gravitybridge.js +6 -2
- package/esm/mainnet/injective.js +6 -2
- package/esm/mainnet/irisnet.js +6 -2
- package/esm/mainnet/juno.js +6 -2
- package/esm/mainnet/kava.js +6 -2
- package/esm/mainnet/kujira.js +6 -2
- package/esm/mainnet/neutron.js +6 -2
- package/esm/mainnet/noble.js +26 -90
- package/esm/mainnet/osmosis.js +26 -90
- package/esm/mainnet/quicksilver.js +6 -2
- package/esm/mainnet/regen.js +6 -2
- package/esm/mainnet/secretnetwork.js +6 -2
- package/esm/mainnet/sentinel.js +6 -2
- package/esm/mainnet/sifchain.js +6 -2
- package/esm/mainnet/stargaze.js +6 -2
- package/esm/mainnet/starname.js +6 -2
- package/esm/mainnet/stride.js +6 -2
- package/esm/mainnet/umee.js +6 -2
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/nobletestnet.js +64 -0
- package/esm/testnet/seitestnet2.js +178 -0
- package/index.d.ts +1 -1
- package/mainnet/agoric.js +6 -2
- package/mainnet/akash.js +6 -2
- package/mainnet/axelar.js +20 -88
- package/mainnet/chihuahua.js +6 -2
- package/mainnet/comdex.js +6 -2
- package/mainnet/cosmoshub.js +6 -2
- package/mainnet/crescent.js +6 -2
- package/mainnet/cryptoorgchain.js +6 -2
- package/mainnet/dydx.js +6 -2
- package/mainnet/gravitybridge.js +6 -2
- package/mainnet/injective.js +6 -2
- package/mainnet/irisnet.js +6 -2
- package/mainnet/juno.js +6 -2
- package/mainnet/kava.js +6 -2
- package/mainnet/kujira.js +6 -2
- package/mainnet/neutron.js +6 -2
- package/mainnet/noble.js +26 -90
- package/mainnet/osmosis.js +26 -90
- package/mainnet/quicksilver.js +6 -2
- package/mainnet/regen.js +6 -2
- package/mainnet/secretnetwork.js +6 -2
- package/mainnet/sentinel.js +6 -2
- package/mainnet/sifchain.js +6 -2
- package/mainnet/stargaze.js +6 -2
- package/mainnet/starname.js +6 -2
- package/mainnet/stride.js +6 -2
- package/mainnet/umee.js +6 -2
- package/package.json +5 -5
- package/testnet/assets.js +2 -1
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/nobletestnet.js +64 -0
- package/testnet/seitestnet2.d.ts +3 -0
- package/testnet/seitestnet2.js +180 -0
package/mainnet/noble.js
CHANGED
|
@@ -1571,14 +1571,21 @@ const assets = {
|
|
|
1571
1571
|
website: 'https://nibiru.fi',
|
|
1572
1572
|
twitter: 'https://twitter.com/nibiruchain'
|
|
1573
1573
|
},
|
|
1574
|
-
denom_units: [
|
|
1574
|
+
denom_units: [
|
|
1575
|
+
{
|
|
1575
1576
|
denom: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
|
|
1576
1577
|
exponent: 0,
|
|
1577
1578
|
aliases: ['unibi']
|
|
1578
|
-
},
|
|
1579
|
+
},
|
|
1580
|
+
{
|
|
1579
1581
|
denom: 'nibi',
|
|
1580
1582
|
exponent: 6
|
|
1581
|
-
}
|
|
1583
|
+
},
|
|
1584
|
+
{
|
|
1585
|
+
denom: 'attonibi',
|
|
1586
|
+
exponent: 18
|
|
1587
|
+
}
|
|
1588
|
+
],
|
|
1582
1589
|
base: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
|
|
1583
1590
|
name: 'Nibiru',
|
|
1584
1591
|
display: 'nibi',
|
|
@@ -1676,47 +1683,6 @@ const assets = {
|
|
|
1676
1683
|
}
|
|
1677
1684
|
}]
|
|
1678
1685
|
},
|
|
1679
|
-
{
|
|
1680
|
-
description: 'Ether is the native fee token of the Ethereum network.',
|
|
1681
|
-
denom_units: [
|
|
1682
|
-
{
|
|
1683
|
-
denom: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
|
|
1684
|
-
exponent: 0,
|
|
1685
|
-
aliases: ['wei']
|
|
1686
|
-
},
|
|
1687
|
-
{
|
|
1688
|
-
denom: 'gwei',
|
|
1689
|
-
exponent: 9
|
|
1690
|
-
},
|
|
1691
|
-
{
|
|
1692
|
-
denom: 'eth',
|
|
1693
|
-
exponent: 18,
|
|
1694
|
-
aliases: ['ether']
|
|
1695
|
-
}
|
|
1696
|
-
],
|
|
1697
|
-
base: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
|
|
1698
|
-
name: 'Ether',
|
|
1699
|
-
display: 'eth',
|
|
1700
|
-
symbol: 'ETH',
|
|
1701
|
-
logo_URIs: {
|
|
1702
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
1703
|
-
},
|
|
1704
|
-
coingecko_id: 'ethereum',
|
|
1705
|
-
images: [{
|
|
1706
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
1707
|
-
}],
|
|
1708
|
-
traces: [{
|
|
1709
|
-
type: 'ibc',
|
|
1710
|
-
counterparty: {
|
|
1711
|
-
channel_id: 'channel-2',
|
|
1712
|
-
base_denom: 'wei',
|
|
1713
|
-
chain_name: 'nibiru'
|
|
1714
|
-
},
|
|
1715
|
-
chain: {
|
|
1716
|
-
channel_id: 'channel-67'
|
|
1717
|
-
}
|
|
1718
|
-
}]
|
|
1719
|
-
},
|
|
1720
1686
|
{
|
|
1721
1687
|
description: 'Agoric is a smart contract platform that uses JavaScript to enable developers to build secure and scalable decentralized applications (dApps) easily.',
|
|
1722
1688
|
denom_units: [{
|
|
@@ -3285,14 +3251,21 @@ const assets = {
|
|
|
3285
3251
|
website: 'https://nibiru.fi',
|
|
3286
3252
|
twitter: 'https://twitter.com/nibiruchain'
|
|
3287
3253
|
},
|
|
3288
|
-
denom_units: [
|
|
3254
|
+
denom_units: [
|
|
3255
|
+
{
|
|
3289
3256
|
denom: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
|
|
3290
3257
|
exponent: 0,
|
|
3291
3258
|
aliases: ['unibi']
|
|
3292
|
-
},
|
|
3259
|
+
},
|
|
3260
|
+
{
|
|
3293
3261
|
denom: 'nibi',
|
|
3294
3262
|
exponent: 6
|
|
3295
|
-
}
|
|
3263
|
+
},
|
|
3264
|
+
{
|
|
3265
|
+
denom: 'attonibi',
|
|
3266
|
+
exponent: 18
|
|
3267
|
+
}
|
|
3268
|
+
],
|
|
3296
3269
|
base: 'ibc/A77035AF12BBB11C0340BE804798C4B49F5332EA8C7523F471850C202C0742C5',
|
|
3297
3270
|
name: 'Nibiru',
|
|
3298
3271
|
display: 'nibi',
|
|
@@ -3390,47 +3363,6 @@ const assets = {
|
|
|
3390
3363
|
}
|
|
3391
3364
|
}]
|
|
3392
3365
|
},
|
|
3393
|
-
{
|
|
3394
|
-
description: 'Ether is the native fee token of the Ethereum network.',
|
|
3395
|
-
denom_units: [
|
|
3396
|
-
{
|
|
3397
|
-
denom: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
|
|
3398
|
-
exponent: 0,
|
|
3399
|
-
aliases: ['wei']
|
|
3400
|
-
},
|
|
3401
|
-
{
|
|
3402
|
-
denom: 'gwei',
|
|
3403
|
-
exponent: 9
|
|
3404
|
-
},
|
|
3405
|
-
{
|
|
3406
|
-
denom: 'eth',
|
|
3407
|
-
exponent: 18,
|
|
3408
|
-
aliases: ['ether']
|
|
3409
|
-
}
|
|
3410
|
-
],
|
|
3411
|
-
base: 'ibc/FDBF129675DB752F49D0737C42A638EBCD17134F2E5E78300A3BC217F1B4E37C',
|
|
3412
|
-
name: 'Ether',
|
|
3413
|
-
display: 'eth',
|
|
3414
|
-
symbol: 'ETH',
|
|
3415
|
-
logo_URIs: {
|
|
3416
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
3417
|
-
},
|
|
3418
|
-
coingecko_id: 'ethereum',
|
|
3419
|
-
images: [{
|
|
3420
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
3421
|
-
}],
|
|
3422
|
-
traces: [{
|
|
3423
|
-
type: 'ibc',
|
|
3424
|
-
counterparty: {
|
|
3425
|
-
channel_id: 'channel-2',
|
|
3426
|
-
base_denom: 'wei',
|
|
3427
|
-
chain_name: 'nibiru'
|
|
3428
|
-
},
|
|
3429
|
-
chain: {
|
|
3430
|
-
channel_id: 'channel-67'
|
|
3431
|
-
}
|
|
3432
|
-
}]
|
|
3433
|
-
},
|
|
3434
3366
|
{
|
|
3435
3367
|
description: 'OmniFlix is a decentralized media platform that enables content creators to distribute, monetize, and manage their digital content using blockchain technology.',
|
|
3436
3368
|
denom_units: [{
|
|
@@ -3619,7 +3551,9 @@ const assets = {
|
|
|
3619
3551
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
3620
3552
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
3621
3553
|
theme: {
|
|
3622
|
-
|
|
3554
|
+
circle: true,
|
|
3555
|
+
primary_color_hex: '#E59636',
|
|
3556
|
+
background_color_hex: '#000000'
|
|
3623
3557
|
}
|
|
3624
3558
|
}],
|
|
3625
3559
|
socials: {
|
|
@@ -6831,7 +6765,9 @@ const assets = {
|
|
|
6831
6765
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
6832
6766
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
6833
6767
|
theme: {
|
|
6834
|
-
|
|
6768
|
+
circle: true,
|
|
6769
|
+
primary_color_hex: '#E59636',
|
|
6770
|
+
background_color_hex: '#000000'
|
|
6835
6771
|
}
|
|
6836
6772
|
}],
|
|
6837
6773
|
socials: {
|
package/mainnet/osmosis.js
CHANGED
|
@@ -4533,14 +4533,21 @@ const assets = {
|
|
|
4533
4533
|
website: 'https://nibiru.fi',
|
|
4534
4534
|
twitter: 'https://twitter.com/nibiruchain'
|
|
4535
4535
|
},
|
|
4536
|
-
denom_units: [
|
|
4536
|
+
denom_units: [
|
|
4537
|
+
{
|
|
4537
4538
|
denom: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
|
|
4538
4539
|
exponent: 0,
|
|
4539
4540
|
aliases: ['unibi']
|
|
4540
|
-
},
|
|
4541
|
+
},
|
|
4542
|
+
{
|
|
4541
4543
|
denom: 'nibi',
|
|
4542
4544
|
exponent: 6
|
|
4543
|
-
}
|
|
4545
|
+
},
|
|
4546
|
+
{
|
|
4547
|
+
denom: 'attonibi',
|
|
4548
|
+
exponent: 18
|
|
4549
|
+
}
|
|
4550
|
+
],
|
|
4544
4551
|
base: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
|
|
4545
4552
|
name: 'Nibiru',
|
|
4546
4553
|
display: 'nibi',
|
|
@@ -4638,47 +4645,6 @@ const assets = {
|
|
|
4638
4645
|
}
|
|
4639
4646
|
}]
|
|
4640
4647
|
},
|
|
4641
|
-
{
|
|
4642
|
-
description: 'Ether is the native fee token of the Ethereum network.',
|
|
4643
|
-
denom_units: [
|
|
4644
|
-
{
|
|
4645
|
-
denom: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
|
|
4646
|
-
exponent: 0,
|
|
4647
|
-
aliases: ['wei']
|
|
4648
|
-
},
|
|
4649
|
-
{
|
|
4650
|
-
denom: 'gwei',
|
|
4651
|
-
exponent: 9
|
|
4652
|
-
},
|
|
4653
|
-
{
|
|
4654
|
-
denom: 'eth',
|
|
4655
|
-
exponent: 18,
|
|
4656
|
-
aliases: ['ether']
|
|
4657
|
-
}
|
|
4658
|
-
],
|
|
4659
|
-
base: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
|
|
4660
|
-
name: 'Ether',
|
|
4661
|
-
display: 'eth',
|
|
4662
|
-
symbol: 'ETH',
|
|
4663
|
-
logo_URIs: {
|
|
4664
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
4665
|
-
},
|
|
4666
|
-
coingecko_id: 'ethereum',
|
|
4667
|
-
images: [{
|
|
4668
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
4669
|
-
}],
|
|
4670
|
-
traces: [{
|
|
4671
|
-
type: 'ibc',
|
|
4672
|
-
counterparty: {
|
|
4673
|
-
channel_id: 'channel-0',
|
|
4674
|
-
base_denom: 'wei',
|
|
4675
|
-
chain_name: 'nibiru'
|
|
4676
|
-
},
|
|
4677
|
-
chain: {
|
|
4678
|
-
channel_id: 'channel-21113'
|
|
4679
|
-
}
|
|
4680
|
-
}]
|
|
4681
|
-
},
|
|
4682
4648
|
{
|
|
4683
4649
|
description: 'The permissioned staking asset for Noble Chain',
|
|
4684
4650
|
denom_units: [{
|
|
@@ -9830,14 +9796,21 @@ const assets = {
|
|
|
9830
9796
|
website: 'https://nibiru.fi',
|
|
9831
9797
|
twitter: 'https://twitter.com/nibiruchain'
|
|
9832
9798
|
},
|
|
9833
|
-
denom_units: [
|
|
9799
|
+
denom_units: [
|
|
9800
|
+
{
|
|
9834
9801
|
denom: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
|
|
9835
9802
|
exponent: 0,
|
|
9836
9803
|
aliases: ['unibi']
|
|
9837
|
-
},
|
|
9804
|
+
},
|
|
9805
|
+
{
|
|
9838
9806
|
denom: 'nibi',
|
|
9839
9807
|
exponent: 6
|
|
9840
|
-
}
|
|
9808
|
+
},
|
|
9809
|
+
{
|
|
9810
|
+
denom: 'attonibi',
|
|
9811
|
+
exponent: 18
|
|
9812
|
+
}
|
|
9813
|
+
],
|
|
9841
9814
|
base: 'ibc/4017C65CEA338196ECCEC3FE3FE8258F23D1DE88F1D95750CC912C7A1C1016FF',
|
|
9842
9815
|
name: 'Nibiru',
|
|
9843
9816
|
display: 'nibi',
|
|
@@ -9935,47 +9908,6 @@ const assets = {
|
|
|
9935
9908
|
}
|
|
9936
9909
|
}]
|
|
9937
9910
|
},
|
|
9938
|
-
{
|
|
9939
|
-
description: 'Ether is the native fee token of the Ethereum network.',
|
|
9940
|
-
denom_units: [
|
|
9941
|
-
{
|
|
9942
|
-
denom: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
|
|
9943
|
-
exponent: 0,
|
|
9944
|
-
aliases: ['wei']
|
|
9945
|
-
},
|
|
9946
|
-
{
|
|
9947
|
-
denom: 'gwei',
|
|
9948
|
-
exponent: 9
|
|
9949
|
-
},
|
|
9950
|
-
{
|
|
9951
|
-
denom: 'eth',
|
|
9952
|
-
exponent: 18,
|
|
9953
|
-
aliases: ['ether']
|
|
9954
|
-
}
|
|
9955
|
-
],
|
|
9956
|
-
base: 'ibc/252D21AE9987A0ADF60D8CA371EA13C5F9B4781B2DE045FCF0251F38919CD568',
|
|
9957
|
-
name: 'Ether',
|
|
9958
|
-
display: 'eth',
|
|
9959
|
-
symbol: 'ETH',
|
|
9960
|
-
logo_URIs: {
|
|
9961
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
9962
|
-
},
|
|
9963
|
-
coingecko_id: 'ethereum',
|
|
9964
|
-
images: [{
|
|
9965
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/eth.svg'
|
|
9966
|
-
}],
|
|
9967
|
-
traces: [{
|
|
9968
|
-
type: 'ibc',
|
|
9969
|
-
counterparty: {
|
|
9970
|
-
channel_id: 'channel-0',
|
|
9971
|
-
base_denom: 'wei',
|
|
9972
|
-
chain_name: 'nibiru'
|
|
9973
|
-
},
|
|
9974
|
-
chain: {
|
|
9975
|
-
channel_id: 'channel-21113'
|
|
9976
|
-
}
|
|
9977
|
-
}]
|
|
9978
|
-
},
|
|
9979
9911
|
{
|
|
9980
9912
|
description: 'The permissioned staking asset for Noble Chain',
|
|
9981
9913
|
denom_units: [{
|
|
@@ -10733,7 +10665,9 @@ const assets = {
|
|
|
10733
10665
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
10734
10666
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
10735
10667
|
theme: {
|
|
10736
|
-
|
|
10668
|
+
circle: true,
|
|
10669
|
+
primary_color_hex: '#E59636',
|
|
10670
|
+
background_color_hex: '#000000'
|
|
10737
10671
|
}
|
|
10738
10672
|
}],
|
|
10739
10673
|
socials: {
|
|
@@ -16051,7 +15985,9 @@ const assets = {
|
|
|
16051
15985
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
16052
15986
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
16053
15987
|
theme: {
|
|
16054
|
-
|
|
15988
|
+
circle: true,
|
|
15989
|
+
primary_color_hex: '#E59636',
|
|
15990
|
+
background_color_hex: '#000000'
|
|
16055
15991
|
}
|
|
16056
15992
|
}],
|
|
16057
15993
|
socials: {
|
package/mainnet/quicksilver.js
CHANGED
|
@@ -247,7 +247,9 @@ const assets = {
|
|
|
247
247
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
248
248
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
249
249
|
theme: {
|
|
250
|
-
|
|
250
|
+
circle: true,
|
|
251
|
+
primary_color_hex: '#E59636',
|
|
252
|
+
background_color_hex: '#000000'
|
|
251
253
|
}
|
|
252
254
|
}],
|
|
253
255
|
socials: {
|
|
@@ -510,7 +512,9 @@ const assets = {
|
|
|
510
512
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
511
513
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
512
514
|
theme: {
|
|
513
|
-
|
|
515
|
+
circle: true,
|
|
516
|
+
primary_color_hex: '#E59636',
|
|
517
|
+
background_color_hex: '#000000'
|
|
514
518
|
}
|
|
515
519
|
}],
|
|
516
520
|
socials: {
|
package/mainnet/regen.js
CHANGED
|
@@ -436,7 +436,9 @@ const assets = {
|
|
|
436
436
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
437
437
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
438
438
|
theme: {
|
|
439
|
-
|
|
439
|
+
circle: true,
|
|
440
|
+
primary_color_hex: '#E59636',
|
|
441
|
+
background_color_hex: '#000000'
|
|
440
442
|
}
|
|
441
443
|
}],
|
|
442
444
|
socials: {
|
|
@@ -929,7 +931,9 @@ const assets = {
|
|
|
929
931
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
930
932
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
931
933
|
theme: {
|
|
932
|
-
|
|
934
|
+
circle: true,
|
|
935
|
+
primary_color_hex: '#E59636',
|
|
936
|
+
background_color_hex: '#000000'
|
|
933
937
|
}
|
|
934
938
|
}],
|
|
935
939
|
socials: {
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -1806,7 +1806,9 @@ const assets = {
|
|
|
1806
1806
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1807
1807
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1808
1808
|
theme: {
|
|
1809
|
-
|
|
1809
|
+
circle: true,
|
|
1810
|
+
primary_color_hex: '#E59636',
|
|
1811
|
+
background_color_hex: '#000000'
|
|
1810
1812
|
}
|
|
1811
1813
|
}],
|
|
1812
1814
|
socials: {
|
|
@@ -3719,7 +3721,9 @@ const assets = {
|
|
|
3719
3721
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
3720
3722
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
3721
3723
|
theme: {
|
|
3722
|
-
|
|
3724
|
+
circle: true,
|
|
3725
|
+
primary_color_hex: '#E59636',
|
|
3726
|
+
background_color_hex: '#000000'
|
|
3723
3727
|
}
|
|
3724
3728
|
}],
|
|
3725
3729
|
socials: {
|
package/mainnet/sentinel.js
CHANGED
|
@@ -354,7 +354,9 @@ const assets = {
|
|
|
354
354
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
355
355
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
356
356
|
theme: {
|
|
357
|
-
|
|
357
|
+
circle: true,
|
|
358
|
+
primary_color_hex: '#E59636',
|
|
359
|
+
background_color_hex: '#000000'
|
|
358
360
|
}
|
|
359
361
|
}],
|
|
360
362
|
socials: {
|
|
@@ -846,7 +848,9 @@ const assets = {
|
|
|
846
848
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
847
849
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
848
850
|
theme: {
|
|
849
|
-
|
|
851
|
+
circle: true,
|
|
852
|
+
primary_color_hex: '#E59636',
|
|
853
|
+
background_color_hex: '#000000'
|
|
850
854
|
}
|
|
851
855
|
}],
|
|
852
856
|
socials: {
|
package/mainnet/sifchain.js
CHANGED
|
@@ -358,7 +358,9 @@ const assets = {
|
|
|
358
358
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
359
359
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
360
360
|
theme: {
|
|
361
|
-
|
|
361
|
+
circle: true,
|
|
362
|
+
primary_color_hex: '#E59636',
|
|
363
|
+
background_color_hex: '#000000'
|
|
362
364
|
}
|
|
363
365
|
}],
|
|
364
366
|
socials: {
|
|
@@ -896,7 +898,9 @@ const assets = {
|
|
|
896
898
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
897
899
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
898
900
|
theme: {
|
|
899
|
-
|
|
901
|
+
circle: true,
|
|
902
|
+
primary_color_hex: '#E59636',
|
|
903
|
+
background_color_hex: '#000000'
|
|
900
904
|
}
|
|
901
905
|
}],
|
|
902
906
|
socials: {
|
package/mainnet/stargaze.js
CHANGED
|
@@ -1196,7 +1196,9 @@ const assets = {
|
|
|
1196
1196
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1197
1197
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1198
1198
|
theme: {
|
|
1199
|
-
|
|
1199
|
+
circle: true,
|
|
1200
|
+
primary_color_hex: '#E59636',
|
|
1201
|
+
background_color_hex: '#000000'
|
|
1200
1202
|
}
|
|
1201
1203
|
}],
|
|
1202
1204
|
socials: {
|
|
@@ -2491,7 +2493,9 @@ const assets = {
|
|
|
2491
2493
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2492
2494
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2493
2495
|
theme: {
|
|
2494
|
-
|
|
2496
|
+
circle: true,
|
|
2497
|
+
primary_color_hex: '#E59636',
|
|
2498
|
+
background_color_hex: '#000000'
|
|
2495
2499
|
}
|
|
2496
2500
|
}],
|
|
2497
2501
|
socials: {
|
package/mainnet/starname.js
CHANGED
|
@@ -278,7 +278,9 @@ const assets = {
|
|
|
278
278
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
279
279
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
280
280
|
theme: {
|
|
281
|
-
|
|
281
|
+
circle: true,
|
|
282
|
+
primary_color_hex: '#E59636',
|
|
283
|
+
background_color_hex: '#000000'
|
|
282
284
|
}
|
|
283
285
|
}],
|
|
284
286
|
socials: {
|
|
@@ -694,7 +696,9 @@ const assets = {
|
|
|
694
696
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
695
697
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
696
698
|
theme: {
|
|
697
|
-
|
|
699
|
+
circle: true,
|
|
700
|
+
primary_color_hex: '#E59636',
|
|
701
|
+
background_color_hex: '#000000'
|
|
698
702
|
}
|
|
699
703
|
}],
|
|
700
704
|
socials: {
|
package/mainnet/stride.js
CHANGED
|
@@ -1625,7 +1625,9 @@ const assets = {
|
|
|
1625
1625
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1626
1626
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1627
1627
|
theme: {
|
|
1628
|
-
|
|
1628
|
+
circle: true,
|
|
1629
|
+
primary_color_hex: '#E59636',
|
|
1630
|
+
background_color_hex: '#000000'
|
|
1629
1631
|
}
|
|
1630
1632
|
}],
|
|
1631
1633
|
socials: {
|
|
@@ -6012,7 +6014,9 @@ const assets = {
|
|
|
6012
6014
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
6013
6015
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
6014
6016
|
theme: {
|
|
6015
|
-
|
|
6017
|
+
circle: true,
|
|
6018
|
+
primary_color_hex: '#E59636',
|
|
6019
|
+
background_color_hex: '#000000'
|
|
6016
6020
|
}
|
|
6017
6021
|
}],
|
|
6018
6022
|
socials: {
|
package/mainnet/umee.js
CHANGED
|
@@ -1117,7 +1117,9 @@ const assets = {
|
|
|
1117
1117
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
1118
1118
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
1119
1119
|
theme: {
|
|
1120
|
-
|
|
1120
|
+
circle: true,
|
|
1121
|
+
primary_color_hex: '#E59636',
|
|
1122
|
+
background_color_hex: '#000000'
|
|
1121
1123
|
}
|
|
1122
1124
|
}],
|
|
1123
1125
|
socials: {
|
|
@@ -2455,7 +2457,9 @@ const assets = {
|
|
|
2455
2457
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.png',
|
|
2456
2458
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/persistence/images/xprt.svg',
|
|
2457
2459
|
theme: {
|
|
2458
|
-
|
|
2460
|
+
circle: true,
|
|
2461
|
+
primary_color_hex: '#E59636',
|
|
2462
|
+
background_color_hex: '#000000'
|
|
2459
2463
|
}
|
|
2460
2464
|
}],
|
|
2461
2465
|
socials: {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.64.
|
|
3
|
+
"version": "1.64.80",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.46.
|
|
33
|
-
"chain-registry": "^1.63.
|
|
32
|
+
"@chain-registry/utils": "^1.46.63",
|
|
33
|
+
"chain-registry": "^1.63.80"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.45.
|
|
36
|
+
"@chain-registry/types": "^0.45.63"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "74194a078fc42fe8f770372a2ea9f571dc289435"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -35,6 +35,7 @@ const osmosistestnet4_1 = __importDefault(require("./osmosistestnet4"));
|
|
|
35
35
|
const persistencetestnet2_1 = __importDefault(require("./persistencetestnet2"));
|
|
36
36
|
const quicksilvertestnet_1 = __importDefault(require("./quicksilvertestnet"));
|
|
37
37
|
const sagatestnet_1 = __importDefault(require("./sagatestnet"));
|
|
38
|
+
const seitestnet2_1 = __importDefault(require("./seitestnet2"));
|
|
38
39
|
const sgetestnet_1 = __importDefault(require("./sgetestnet"));
|
|
39
40
|
const stargazetestnet_1 = __importDefault(require("./stargazetestnet"));
|
|
40
41
|
const swisstroniktestnet_1 = __importDefault(require("./swisstroniktestnet"));
|
|
@@ -42,5 +43,5 @@ const symphonytestnet_1 = __importDefault(require("./symphonytestnet"));
|
|
|
42
43
|
const terra2testnet_1 = __importDefault(require("./terra2testnet"));
|
|
43
44
|
const titantestnet_1 = __importDefault(require("./titantestnet"));
|
|
44
45
|
const xiontestnet_1 = __importDefault(require("./xiontestnet"));
|
|
45
|
-
const assets = [akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, entrypointtestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, jackaltestnet2_1.default, junotestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, mantrachaintestnet_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, osmosistestnet4_1.default, persistencetestnet2_1.default, quicksilvertestnet_1.default, sagatestnet_1.default, sgetestnet_1.default, stargazetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, terra2testnet_1.default, titantestnet_1.default, xiontestnet_1.default];
|
|
46
|
+
const assets = [akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, entrypointtestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, jackaltestnet2_1.default, junotestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, mantrachaintestnet_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, osmosistestnet4_1.default, persistencetestnet2_1.default, quicksilvertestnet_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, terra2testnet_1.default, titantestnet_1.default, xiontestnet_1.default];
|
|
46
47
|
exports.default = assets;
|
package/testnet/index.d.ts
CHANGED
|
@@ -30,6 +30,7 @@ export * as osmosistestnet4 from './osmosistestnet4';
|
|
|
30
30
|
export * as persistencetestnet2 from './persistencetestnet2';
|
|
31
31
|
export * as quicksilvertestnet from './quicksilvertestnet';
|
|
32
32
|
export * as sagatestnet from './sagatestnet';
|
|
33
|
+
export * as seitestnet2 from './seitestnet2';
|
|
33
34
|
export * as sgetestnet from './sgetestnet';
|
|
34
35
|
export * as stargazetestnet from './stargazetestnet';
|
|
35
36
|
export * as swisstroniktestnet from './swisstroniktestnet';
|
package/testnet/index.js
CHANGED
|
@@ -23,7 +23,7 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.xiontestnet = exports.titantestnet = exports.terra2testnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet4 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.junotestnet = exports.jackaltestnet2 = exports.injectivetestnet = exports.impacthubtestnet = exports.entrypointtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
26
|
+
exports.xiontestnet = exports.titantestnet = exports.terra2testnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet4 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.junotestnet = exports.jackaltestnet2 = exports.injectivetestnet = exports.impacthubtestnet = exports.entrypointtestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = void 0;
|
|
27
27
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
28
28
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
29
29
|
exports.axelartestnet = __importStar(require("./axelartestnet"));
|
|
@@ -56,6 +56,7 @@ exports.osmosistestnet4 = __importStar(require("./osmosistestnet4"));
|
|
|
56
56
|
exports.persistencetestnet2 = __importStar(require("./persistencetestnet2"));
|
|
57
57
|
exports.quicksilvertestnet = __importStar(require("./quicksilvertestnet"));
|
|
58
58
|
exports.sagatestnet = __importStar(require("./sagatestnet"));
|
|
59
|
+
exports.seitestnet2 = __importStar(require("./seitestnet2"));
|
|
59
60
|
exports.sgetestnet = __importStar(require("./sgetestnet"));
|
|
60
61
|
exports.stargazetestnet = __importStar(require("./stargazetestnet"));
|
|
61
62
|
exports.swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
|