@chain-registry/assets 1.41.0 → 1.42.0
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/carbon.js +86 -20
- package/esm/mainnet/gravitybridge.js +10 -0
- package/esm/mainnet/kujira.js +86 -20
- package/esm/mainnet/migaloo.js +96 -30
- package/esm/mainnet/neutron.js +86 -20
- package/esm/mainnet/osmosis.js +96 -20
- package/esm/mainnet/secretnetwork.js +86 -20
- package/mainnet/carbon.js +86 -20
- package/mainnet/gravitybridge.js +10 -0
- package/mainnet/kujira.js +86 -20
- package/mainnet/migaloo.js +96 -30
- package/mainnet/neutron.js +86 -20
- package/mainnet/osmosis.js +96 -20
- package/mainnet/secretnetwork.js +86 -20
- package/package.json +5 -5
package/mainnet/gravitybridge.js
CHANGED
|
@@ -1425,6 +1425,7 @@ const assets = {
|
|
|
1425
1425
|
},
|
|
1426
1426
|
{
|
|
1427
1427
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
1428
|
+
extended_description: 'Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks',
|
|
1428
1429
|
denom_units: [{
|
|
1429
1430
|
denom: 'ibc/D157AD8A50DAB0FC4EB95BBE1D9407A590FA2CDEE04C90A76C005089BF76E519',
|
|
1430
1431
|
exponent: 0,
|
|
@@ -1445,6 +1446,10 @@ const assets = {
|
|
|
1445
1446
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
|
|
1446
1447
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
1447
1448
|
},
|
|
1449
|
+
socials: {
|
|
1450
|
+
website: 'https://unification.com',
|
|
1451
|
+
twitter: 'https://twitter.com/UnificationUND'
|
|
1452
|
+
},
|
|
1448
1453
|
coingecko_id: 'unification',
|
|
1449
1454
|
traces: [{
|
|
1450
1455
|
type: 'ibc',
|
|
@@ -1848,6 +1853,7 @@ const assets = {
|
|
|
1848
1853
|
},
|
|
1849
1854
|
{
|
|
1850
1855
|
description: 'Staking and governance coin for the Unification Blockchain',
|
|
1856
|
+
extended_description: 'Fundamentally, the Unification Blockchain Toolkit comprises two core branches: Blockchain Business products, to welcome traditional enterprises into the Web3 economy; and Permissionless Products, an open-access toolkit to power and enrich Dapps on Ethereum/EVM networks',
|
|
1851
1857
|
denom_units: [{
|
|
1852
1858
|
denom: 'ibc/D157AD8A50DAB0FC4EB95BBE1D9407A590FA2CDEE04C90A76C005089BF76E519',
|
|
1853
1859
|
exponent: 0,
|
|
@@ -1868,6 +1874,10 @@ const assets = {
|
|
|
1868
1874
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.png',
|
|
1869
1875
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/unification/images/fund.svg'
|
|
1870
1876
|
},
|
|
1877
|
+
socials: {
|
|
1878
|
+
website: 'https://unification.com',
|
|
1879
|
+
twitter: 'https://twitter.com/UnificationUND'
|
|
1880
|
+
},
|
|
1871
1881
|
coingecko_id: 'unification',
|
|
1872
1882
|
traces: [{
|
|
1873
1883
|
type: 'ibc',
|
package/mainnet/kujira.js
CHANGED
|
@@ -5426,26 +5426,23 @@ const assets = {
|
|
|
5426
5426
|
exponent: 0,
|
|
5427
5427
|
aliases: ['cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26']
|
|
5428
5428
|
}, {
|
|
5429
|
-
denom: 'astro',
|
|
5429
|
+
denom: 'astro.cw20',
|
|
5430
5430
|
exponent: 6
|
|
5431
5431
|
}],
|
|
5432
5432
|
type_asset: 'cw20',
|
|
5433
5433
|
address: 'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
5434
5434
|
base: 'ibc/666DDD99CF7167827542586EC7FE20274DA775635AED13A8914F0613345EC721',
|
|
5435
|
-
name: 'Astroport',
|
|
5436
|
-
display: 'astro',
|
|
5437
|
-
symbol: 'ASTRO',
|
|
5435
|
+
name: 'Astroport CW20 Token',
|
|
5436
|
+
display: 'astro.cw20',
|
|
5437
|
+
symbol: 'ASTRO.cw20',
|
|
5438
5438
|
logo_URIs: {
|
|
5439
|
-
|
|
5440
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
5439
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
5441
5440
|
},
|
|
5442
|
-
coingecko_id: 'astroport-fi',
|
|
5443
5441
|
images: [{
|
|
5444
|
-
|
|
5445
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
5442
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
5446
5443
|
}],
|
|
5447
5444
|
socials: {
|
|
5448
|
-
website: 'https://astroport.
|
|
5445
|
+
website: 'https://astroport.fi/',
|
|
5449
5446
|
twitter: 'https://twitter.com/astroport_fi'
|
|
5450
5447
|
},
|
|
5451
5448
|
traces: [{
|
|
@@ -6364,6 +6361,42 @@ const assets = {
|
|
|
6364
6361
|
}
|
|
6365
6362
|
}]
|
|
6366
6363
|
},
|
|
6364
|
+
{
|
|
6365
|
+
description: 'ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.',
|
|
6366
|
+
type_asset: 'cw20',
|
|
6367
|
+
address: 'terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
6368
|
+
denom_units: [{
|
|
6369
|
+
denom: 'ibc/164D053E5D28C36DFB12318A8B4BEBDD2A3390515DAD908F962A42137E9C06DA',
|
|
6370
|
+
exponent: 0,
|
|
6371
|
+
aliases: ['cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2']
|
|
6372
|
+
}, {
|
|
6373
|
+
denom: 'CLON',
|
|
6374
|
+
exponent: 6
|
|
6375
|
+
}],
|
|
6376
|
+
base: 'ibc/164D053E5D28C36DFB12318A8B4BEBDD2A3390515DAD908F962A42137E9C06DA',
|
|
6377
|
+
name: 'CLON',
|
|
6378
|
+
display: 'CLON',
|
|
6379
|
+
symbol: 'CLON',
|
|
6380
|
+
logo_URIs: {
|
|
6381
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
6382
|
+
},
|
|
6383
|
+
images: [{
|
|
6384
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
6385
|
+
}],
|
|
6386
|
+
traces: [{
|
|
6387
|
+
type: 'ibc-cw20',
|
|
6388
|
+
counterparty: {
|
|
6389
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
6390
|
+
channel_id: 'channel-28',
|
|
6391
|
+
base_denom: 'cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
6392
|
+
chain_name: 'terra2'
|
|
6393
|
+
},
|
|
6394
|
+
chain: {
|
|
6395
|
+
port: 'transfer',
|
|
6396
|
+
channel_id: 'channel-36'
|
|
6397
|
+
}
|
|
6398
|
+
}]
|
|
6399
|
+
},
|
|
6367
6400
|
{
|
|
6368
6401
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
6369
6402
|
denom_units: [{
|
|
@@ -6715,26 +6748,23 @@ const assets = {
|
|
|
6715
6748
|
exponent: 0,
|
|
6716
6749
|
aliases: ['cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26']
|
|
6717
6750
|
}, {
|
|
6718
|
-
denom: 'astro',
|
|
6751
|
+
denom: 'astro.cw20',
|
|
6719
6752
|
exponent: 6
|
|
6720
6753
|
}],
|
|
6721
6754
|
type_asset: 'cw20',
|
|
6722
6755
|
address: 'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
6723
6756
|
base: 'ibc/666DDD99CF7167827542586EC7FE20274DA775635AED13A8914F0613345EC721',
|
|
6724
|
-
name: 'Astroport',
|
|
6725
|
-
display: 'astro',
|
|
6726
|
-
symbol: 'ASTRO',
|
|
6757
|
+
name: 'Astroport CW20 Token',
|
|
6758
|
+
display: 'astro.cw20',
|
|
6759
|
+
symbol: 'ASTRO.cw20',
|
|
6727
6760
|
logo_URIs: {
|
|
6728
|
-
|
|
6729
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
6761
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
6730
6762
|
},
|
|
6731
|
-
coingecko_id: 'astroport-fi',
|
|
6732
6763
|
images: [{
|
|
6733
|
-
|
|
6734
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
6764
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
6735
6765
|
}],
|
|
6736
6766
|
socials: {
|
|
6737
|
-
website: 'https://astroport.
|
|
6767
|
+
website: 'https://astroport.fi/',
|
|
6738
6768
|
twitter: 'https://twitter.com/astroport_fi'
|
|
6739
6769
|
},
|
|
6740
6770
|
traces: [{
|
|
@@ -7652,6 +7682,42 @@ const assets = {
|
|
|
7652
7682
|
channel_id: 'channel-36'
|
|
7653
7683
|
}
|
|
7654
7684
|
}]
|
|
7685
|
+
},
|
|
7686
|
+
{
|
|
7687
|
+
description: 'ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.',
|
|
7688
|
+
type_asset: 'cw20',
|
|
7689
|
+
address: 'terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
7690
|
+
denom_units: [{
|
|
7691
|
+
denom: 'ibc/164D053E5D28C36DFB12318A8B4BEBDD2A3390515DAD908F962A42137E9C06DA',
|
|
7692
|
+
exponent: 0,
|
|
7693
|
+
aliases: ['cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2']
|
|
7694
|
+
}, {
|
|
7695
|
+
denom: 'CLON',
|
|
7696
|
+
exponent: 6
|
|
7697
|
+
}],
|
|
7698
|
+
base: 'ibc/164D053E5D28C36DFB12318A8B4BEBDD2A3390515DAD908F962A42137E9C06DA',
|
|
7699
|
+
name: 'CLON',
|
|
7700
|
+
display: 'CLON',
|
|
7701
|
+
symbol: 'CLON',
|
|
7702
|
+
logo_URIs: {
|
|
7703
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
7704
|
+
},
|
|
7705
|
+
images: [{
|
|
7706
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
7707
|
+
}],
|
|
7708
|
+
traces: [{
|
|
7709
|
+
type: 'ibc-cw20',
|
|
7710
|
+
counterparty: {
|
|
7711
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
7712
|
+
channel_id: 'channel-28',
|
|
7713
|
+
base_denom: 'cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
7714
|
+
chain_name: 'terra2'
|
|
7715
|
+
},
|
|
7716
|
+
chain: {
|
|
7717
|
+
port: 'transfer',
|
|
7718
|
+
channel_id: 'channel-36'
|
|
7719
|
+
}
|
|
7720
|
+
}]
|
|
7655
7721
|
}
|
|
7656
7722
|
]
|
|
7657
7723
|
};
|
package/mainnet/migaloo.js
CHANGED
|
@@ -5541,20 +5541,20 @@ const assets = {
|
|
|
5541
5541
|
exponent: 0,
|
|
5542
5542
|
aliases: ['cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7']
|
|
5543
5543
|
}, {
|
|
5544
|
-
denom: 'xastro',
|
|
5544
|
+
denom: 'xastro.cw20',
|
|
5545
5545
|
exponent: 6
|
|
5546
5546
|
}],
|
|
5547
5547
|
type_asset: 'cw20',
|
|
5548
5548
|
address: 'terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7',
|
|
5549
5549
|
base: 'ibc/68E590B39BD364750C04DF22D00386708F97C950522F3682BFE381B6850F3672',
|
|
5550
5550
|
name: 'Staked Astroport Token',
|
|
5551
|
-
display: 'xastro',
|
|
5552
|
-
symbol: 'xASTRO',
|
|
5551
|
+
display: 'xastro.cw20',
|
|
5552
|
+
symbol: 'xASTRO.cw20',
|
|
5553
5553
|
logo_URIs: {
|
|
5554
|
-
|
|
5554
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
5555
5555
|
},
|
|
5556
5556
|
images: [{
|
|
5557
|
-
|
|
5557
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
5558
5558
|
}],
|
|
5559
5559
|
traces: [{
|
|
5560
5560
|
type: 'ibc-cw20',
|
|
@@ -8715,26 +8715,23 @@ const assets = {
|
|
|
8715
8715
|
exponent: 0,
|
|
8716
8716
|
aliases: ['cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26']
|
|
8717
8717
|
}, {
|
|
8718
|
-
denom: 'astro',
|
|
8718
|
+
denom: 'astro.cw20',
|
|
8719
8719
|
exponent: 6
|
|
8720
8720
|
}],
|
|
8721
8721
|
type_asset: 'cw20',
|
|
8722
8722
|
address: 'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
8723
8723
|
base: 'ibc/8935E9B60645CD61DC925E7C71956DC909D4548262103D1AB75E2A5306AC84C1',
|
|
8724
|
-
name: 'Astroport',
|
|
8725
|
-
display: 'astro',
|
|
8726
|
-
symbol: 'ASTRO',
|
|
8724
|
+
name: 'Astroport CW20 Token',
|
|
8725
|
+
display: 'astro.cw20',
|
|
8726
|
+
symbol: 'ASTRO.cw20',
|
|
8727
8727
|
logo_URIs: {
|
|
8728
|
-
|
|
8729
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
8728
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
8730
8729
|
},
|
|
8731
|
-
coingecko_id: 'astroport-fi',
|
|
8732
8730
|
images: [{
|
|
8733
|
-
|
|
8734
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
8731
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
8735
8732
|
}],
|
|
8736
8733
|
socials: {
|
|
8737
|
-
website: 'https://astroport.
|
|
8734
|
+
website: 'https://astroport.fi/',
|
|
8738
8735
|
twitter: 'https://twitter.com/astroport_fi'
|
|
8739
8736
|
},
|
|
8740
8737
|
traces: [{
|
|
@@ -9653,6 +9650,42 @@ const assets = {
|
|
|
9653
9650
|
}
|
|
9654
9651
|
}]
|
|
9655
9652
|
},
|
|
9653
|
+
{
|
|
9654
|
+
description: 'ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.',
|
|
9655
|
+
type_asset: 'cw20',
|
|
9656
|
+
address: 'terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
9657
|
+
denom_units: [{
|
|
9658
|
+
denom: 'ibc/A155934363013A2C2B2CFD1FBF75329DDB5F4AD3062CC976398DFDEF8E77FE9D',
|
|
9659
|
+
exponent: 0,
|
|
9660
|
+
aliases: ['cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2']
|
|
9661
|
+
}, {
|
|
9662
|
+
denom: 'CLON',
|
|
9663
|
+
exponent: 6
|
|
9664
|
+
}],
|
|
9665
|
+
base: 'ibc/A155934363013A2C2B2CFD1FBF75329DDB5F4AD3062CC976398DFDEF8E77FE9D',
|
|
9666
|
+
name: 'CLON',
|
|
9667
|
+
display: 'CLON',
|
|
9668
|
+
symbol: 'CLON',
|
|
9669
|
+
logo_URIs: {
|
|
9670
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
9671
|
+
},
|
|
9672
|
+
images: [{
|
|
9673
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
9674
|
+
}],
|
|
9675
|
+
traces: [{
|
|
9676
|
+
type: 'ibc-cw20',
|
|
9677
|
+
counterparty: {
|
|
9678
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
9679
|
+
channel_id: 'channel-87',
|
|
9680
|
+
base_denom: 'cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
9681
|
+
chain_name: 'terra2'
|
|
9682
|
+
},
|
|
9683
|
+
chain: {
|
|
9684
|
+
port: 'transfer',
|
|
9685
|
+
channel_id: 'channel-2'
|
|
9686
|
+
}
|
|
9687
|
+
}]
|
|
9688
|
+
},
|
|
9656
9689
|
{
|
|
9657
9690
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
9658
9691
|
denom_units: [{
|
|
@@ -13365,20 +13398,20 @@ const assets = {
|
|
|
13365
13398
|
exponent: 0,
|
|
13366
13399
|
aliases: ['cw20:terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7']
|
|
13367
13400
|
}, {
|
|
13368
|
-
denom: 'xastro',
|
|
13401
|
+
denom: 'xastro.cw20',
|
|
13369
13402
|
exponent: 6
|
|
13370
13403
|
}],
|
|
13371
13404
|
type_asset: 'cw20',
|
|
13372
13405
|
address: 'terra14lpnyzc9z4g3ugr4lhm8s4nle0tq8vcltkhzh7',
|
|
13373
13406
|
base: 'ibc/68E590B39BD364750C04DF22D00386708F97C950522F3682BFE381B6850F3672',
|
|
13374
13407
|
name: 'Staked Astroport Token',
|
|
13375
|
-
display: 'xastro',
|
|
13376
|
-
symbol: 'xASTRO',
|
|
13408
|
+
display: 'xastro.cw20',
|
|
13409
|
+
symbol: 'xASTRO.cw20',
|
|
13377
13410
|
logo_URIs: {
|
|
13378
|
-
|
|
13411
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
13379
13412
|
},
|
|
13380
13413
|
images: [{
|
|
13381
|
-
|
|
13414
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/xastro-cw20.svg'
|
|
13382
13415
|
}],
|
|
13383
13416
|
traces: [{
|
|
13384
13417
|
type: 'ibc-cw20',
|
|
@@ -16539,26 +16572,23 @@ const assets = {
|
|
|
16539
16572
|
exponent: 0,
|
|
16540
16573
|
aliases: ['cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26']
|
|
16541
16574
|
}, {
|
|
16542
|
-
denom: 'astro',
|
|
16575
|
+
denom: 'astro.cw20',
|
|
16543
16576
|
exponent: 6
|
|
16544
16577
|
}],
|
|
16545
16578
|
type_asset: 'cw20',
|
|
16546
16579
|
address: 'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
16547
16580
|
base: 'ibc/8935E9B60645CD61DC925E7C71956DC909D4548262103D1AB75E2A5306AC84C1',
|
|
16548
|
-
name: 'Astroport',
|
|
16549
|
-
display: 'astro',
|
|
16550
|
-
symbol: 'ASTRO',
|
|
16581
|
+
name: 'Astroport CW20 Token',
|
|
16582
|
+
display: 'astro.cw20',
|
|
16583
|
+
symbol: 'ASTRO.cw20',
|
|
16551
16584
|
logo_URIs: {
|
|
16552
|
-
|
|
16553
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
16585
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
16554
16586
|
},
|
|
16555
|
-
coingecko_id: 'astroport-fi',
|
|
16556
16587
|
images: [{
|
|
16557
|
-
|
|
16558
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
16588
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
16559
16589
|
}],
|
|
16560
16590
|
socials: {
|
|
16561
|
-
website: 'https://astroport.
|
|
16591
|
+
website: 'https://astroport.fi/',
|
|
16562
16592
|
twitter: 'https://twitter.com/astroport_fi'
|
|
16563
16593
|
},
|
|
16564
16594
|
traces: [{
|
|
@@ -17476,6 +17506,42 @@ const assets = {
|
|
|
17476
17506
|
channel_id: 'channel-2'
|
|
17477
17507
|
}
|
|
17478
17508
|
}]
|
|
17509
|
+
},
|
|
17510
|
+
{
|
|
17511
|
+
description: 'ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.',
|
|
17512
|
+
type_asset: 'cw20',
|
|
17513
|
+
address: 'terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
17514
|
+
denom_units: [{
|
|
17515
|
+
denom: 'ibc/A155934363013A2C2B2CFD1FBF75329DDB5F4AD3062CC976398DFDEF8E77FE9D',
|
|
17516
|
+
exponent: 0,
|
|
17517
|
+
aliases: ['cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2']
|
|
17518
|
+
}, {
|
|
17519
|
+
denom: 'CLON',
|
|
17520
|
+
exponent: 6
|
|
17521
|
+
}],
|
|
17522
|
+
base: 'ibc/A155934363013A2C2B2CFD1FBF75329DDB5F4AD3062CC976398DFDEF8E77FE9D',
|
|
17523
|
+
name: 'CLON',
|
|
17524
|
+
display: 'CLON',
|
|
17525
|
+
symbol: 'CLON',
|
|
17526
|
+
logo_URIs: {
|
|
17527
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
17528
|
+
},
|
|
17529
|
+
images: [{
|
|
17530
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
17531
|
+
}],
|
|
17532
|
+
traces: [{
|
|
17533
|
+
type: 'ibc-cw20',
|
|
17534
|
+
counterparty: {
|
|
17535
|
+
port: 'wasm.terra1e0mrzy8077druuu42vs0hu7ugguade0cj65dgtauyaw4gsl4kv0qtdf2au',
|
|
17536
|
+
channel_id: 'channel-87',
|
|
17537
|
+
base_denom: 'cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
17538
|
+
chain_name: 'terra2'
|
|
17539
|
+
},
|
|
17540
|
+
chain: {
|
|
17541
|
+
port: 'transfer',
|
|
17542
|
+
channel_id: 'channel-2'
|
|
17543
|
+
}
|
|
17544
|
+
}]
|
|
17479
17545
|
}
|
|
17480
17546
|
]
|
|
17481
17547
|
};
|
package/mainnet/neutron.js
CHANGED
|
@@ -2944,26 +2944,23 @@ const assets = {
|
|
|
2944
2944
|
exponent: 0,
|
|
2945
2945
|
aliases: ['cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26']
|
|
2946
2946
|
}, {
|
|
2947
|
-
denom: 'astro',
|
|
2947
|
+
denom: 'astro.cw20',
|
|
2948
2948
|
exponent: 6
|
|
2949
2949
|
}],
|
|
2950
2950
|
type_asset: 'cw20',
|
|
2951
2951
|
address: 'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
2952
2952
|
base: 'ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A',
|
|
2953
|
-
name: 'Astroport',
|
|
2954
|
-
display: 'astro',
|
|
2955
|
-
symbol: 'ASTRO',
|
|
2953
|
+
name: 'Astroport CW20 Token',
|
|
2954
|
+
display: 'astro.cw20',
|
|
2955
|
+
symbol: 'ASTRO.cw20',
|
|
2956
2956
|
logo_URIs: {
|
|
2957
|
-
|
|
2958
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
2957
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
2959
2958
|
},
|
|
2960
|
-
coingecko_id: 'astroport-fi',
|
|
2961
2959
|
images: [{
|
|
2962
|
-
|
|
2963
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
2960
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
2964
2961
|
}],
|
|
2965
2962
|
socials: {
|
|
2966
|
-
website: 'https://astroport.
|
|
2963
|
+
website: 'https://astroport.fi/',
|
|
2967
2964
|
twitter: 'https://twitter.com/astroport_fi'
|
|
2968
2965
|
},
|
|
2969
2966
|
traces: [{
|
|
@@ -3882,6 +3879,42 @@ const assets = {
|
|
|
3882
3879
|
}
|
|
3883
3880
|
}]
|
|
3884
3881
|
},
|
|
3882
|
+
{
|
|
3883
|
+
description: 'ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.',
|
|
3884
|
+
type_asset: 'cw20',
|
|
3885
|
+
address: 'terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
3886
|
+
denom_units: [{
|
|
3887
|
+
denom: 'ibc/E4AD82E96E989414B094A48BA4910EE3E6AD22BBE1FB09A39788BCA26D2D8082',
|
|
3888
|
+
exponent: 0,
|
|
3889
|
+
aliases: ['cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2']
|
|
3890
|
+
}, {
|
|
3891
|
+
denom: 'CLON',
|
|
3892
|
+
exponent: 6
|
|
3893
|
+
}],
|
|
3894
|
+
base: 'ibc/E4AD82E96E989414B094A48BA4910EE3E6AD22BBE1FB09A39788BCA26D2D8082',
|
|
3895
|
+
name: 'CLON',
|
|
3896
|
+
display: 'CLON',
|
|
3897
|
+
symbol: 'CLON',
|
|
3898
|
+
logo_URIs: {
|
|
3899
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
3900
|
+
},
|
|
3901
|
+
images: [{
|
|
3902
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
3903
|
+
}],
|
|
3904
|
+
traces: [{
|
|
3905
|
+
type: 'ibc-cw20',
|
|
3906
|
+
counterparty: {
|
|
3907
|
+
port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce',
|
|
3908
|
+
channel_id: 'channel-167',
|
|
3909
|
+
base_denom: 'cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
3910
|
+
chain_name: 'terra2'
|
|
3911
|
+
},
|
|
3912
|
+
chain: {
|
|
3913
|
+
port: 'transfer',
|
|
3914
|
+
channel_id: 'channel-5'
|
|
3915
|
+
}
|
|
3916
|
+
}]
|
|
3917
|
+
},
|
|
3885
3918
|
{
|
|
3886
3919
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
3887
3920
|
denom_units: [{
|
|
@@ -4233,26 +4266,23 @@ const assets = {
|
|
|
4233
4266
|
exponent: 0,
|
|
4234
4267
|
aliases: ['cw20:terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26']
|
|
4235
4268
|
}, {
|
|
4236
|
-
denom: 'astro',
|
|
4269
|
+
denom: 'astro.cw20',
|
|
4237
4270
|
exponent: 6
|
|
4238
4271
|
}],
|
|
4239
4272
|
type_asset: 'cw20',
|
|
4240
4273
|
address: 'terra1nsuqsk6kh58ulczatwev87ttq2z6r3pusulg9r24mfj2fvtzd4uq3exn26',
|
|
4241
4274
|
base: 'ibc/5751B8BCDA688FD0A8EC0B292EEF1CDEAB4B766B63EC632778B196D317C40C3A',
|
|
4242
|
-
name: 'Astroport',
|
|
4243
|
-
display: 'astro',
|
|
4244
|
-
symbol: 'ASTRO',
|
|
4275
|
+
name: 'Astroport CW20 Token',
|
|
4276
|
+
display: 'astro.cw20',
|
|
4277
|
+
symbol: 'ASTRO.cw20',
|
|
4245
4278
|
logo_URIs: {
|
|
4246
|
-
|
|
4247
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
4279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
4248
4280
|
},
|
|
4249
|
-
coingecko_id: 'astroport-fi',
|
|
4250
4281
|
images: [{
|
|
4251
|
-
|
|
4252
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro.svg'
|
|
4282
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/astro-cw20.svg'
|
|
4253
4283
|
}],
|
|
4254
4284
|
socials: {
|
|
4255
|
-
website: 'https://astroport.
|
|
4285
|
+
website: 'https://astroport.fi/',
|
|
4256
4286
|
twitter: 'https://twitter.com/astroport_fi'
|
|
4257
4287
|
},
|
|
4258
4288
|
traces: [{
|
|
@@ -5170,6 +5200,42 @@ const assets = {
|
|
|
5170
5200
|
channel_id: 'channel-5'
|
|
5171
5201
|
}
|
|
5172
5202
|
}]
|
|
5203
|
+
},
|
|
5204
|
+
{
|
|
5205
|
+
description: 'ClonEliteFund invests in Cosmos ecosystem projects, focusing on scalability, security, and interoperability to maximize returns.',
|
|
5206
|
+
type_asset: 'cw20',
|
|
5207
|
+
address: 'terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
5208
|
+
denom_units: [{
|
|
5209
|
+
denom: 'ibc/E4AD82E96E989414B094A48BA4910EE3E6AD22BBE1FB09A39788BCA26D2D8082',
|
|
5210
|
+
exponent: 0,
|
|
5211
|
+
aliases: ['cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2']
|
|
5212
|
+
}, {
|
|
5213
|
+
denom: 'CLON',
|
|
5214
|
+
exponent: 6
|
|
5215
|
+
}],
|
|
5216
|
+
base: 'ibc/E4AD82E96E989414B094A48BA4910EE3E6AD22BBE1FB09A39788BCA26D2D8082',
|
|
5217
|
+
name: 'CLON',
|
|
5218
|
+
display: 'CLON',
|
|
5219
|
+
symbol: 'CLON',
|
|
5220
|
+
logo_URIs: {
|
|
5221
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
5222
|
+
},
|
|
5223
|
+
images: [{
|
|
5224
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra2/images/clon1.png'
|
|
5225
|
+
}],
|
|
5226
|
+
traces: [{
|
|
5227
|
+
type: 'ibc-cw20',
|
|
5228
|
+
counterparty: {
|
|
5229
|
+
port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce',
|
|
5230
|
+
channel_id: 'channel-167',
|
|
5231
|
+
base_denom: 'cw20:terra164ssz60yvsxey0ku9mtcaegdeyxwzuwwqyrp238nvflwqve0pvxsra7fa2',
|
|
5232
|
+
chain_name: 'terra2'
|
|
5233
|
+
},
|
|
5234
|
+
chain: {
|
|
5235
|
+
port: 'transfer',
|
|
5236
|
+
channel_id: 'channel-5'
|
|
5237
|
+
}
|
|
5238
|
+
}]
|
|
5173
5239
|
}
|
|
5174
5240
|
]
|
|
5175
5241
|
};
|