@chain-registry/assets 1.70.333 → 1.70.335
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/chihuahua.js +72 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/lumera.js +170 -0
- package/esm/mainnet/migaloo.js +80 -0
- package/esm/mainnet/osmosis.js +158 -0
- package/esm/mainnet/secretnetwork.js +72 -0
- package/esm/mainnet/terra2.js +72 -0
- package/esm/testnet/assets.js +2 -2
- package/esm/testnet/index.js +1 -1
- package/esm/testnet/lumeratestnet.js +5 -0
- package/esm/testnet/osmosistestnet.js +78 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/chihuahua.js +72 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +4 -3
- package/mainnet/lumera.js +172 -0
- package/mainnet/migaloo.js +80 -0
- package/mainnet/osmosis.js +158 -0
- package/mainnet/secretnetwork.js +72 -0
- package/mainnet/terra2.js +72 -0
- package/package.json +5 -5
- package/testnet/assets.js +2 -2
- package/testnet/index.d.ts +1 -1
- package/testnet/index.js +2 -2
- package/testnet/lumeratestnet.d.ts +3 -0
- package/testnet/lumeratestnet.js +7 -0
- package/testnet/osmosistestnet.js +78 -0
- package/esm/testnet/mantrachaintestnet.js +0 -184
- package/testnet/mantrachaintestnet.js +0 -186
- /package/{testnet/mantrachaintestnet.d.ts → mainnet/lumera.d.ts} +0 -0
package/mainnet/osmosis.js
CHANGED
|
@@ -4879,6 +4879,45 @@ const assets = {
|
|
|
4879
4879
|
}
|
|
4880
4880
|
}]
|
|
4881
4881
|
},
|
|
4882
|
+
{
|
|
4883
|
+
denom_units: [{
|
|
4884
|
+
denom: 'ibc/32C4AEE2B3C4F767A351FA821AB0140B10CB690CDED27D9FCC857859B44432B9',
|
|
4885
|
+
exponent: 0,
|
|
4886
|
+
aliases: ['ulume']
|
|
4887
|
+
}, {
|
|
4888
|
+
denom: 'LUME',
|
|
4889
|
+
exponent: 6,
|
|
4890
|
+
aliases: ['lume']
|
|
4891
|
+
}],
|
|
4892
|
+
base: 'ibc/32C4AEE2B3C4F767A351FA821AB0140B10CB690CDED27D9FCC857859B44432B9',
|
|
4893
|
+
display: 'LUME',
|
|
4894
|
+
name: 'lume',
|
|
4895
|
+
symbol: 'LUME',
|
|
4896
|
+
type_asset: 'sdk.coin',
|
|
4897
|
+
logo_URIs: {
|
|
4898
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
4899
|
+
},
|
|
4900
|
+
images: [{
|
|
4901
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
4902
|
+
}],
|
|
4903
|
+
socials: {
|
|
4904
|
+
github: 'https://github.com/LumeraProtocol/lumera',
|
|
4905
|
+
discord: 'https://discord.gg/lumeraprotocol',
|
|
4906
|
+
telegram: 'https://t.me/lumeraprotocol',
|
|
4907
|
+
website: 'https://lumera.io'
|
|
4908
|
+
},
|
|
4909
|
+
traces: [{
|
|
4910
|
+
type: 'ibc',
|
|
4911
|
+
counterparty: {
|
|
4912
|
+
channel_id: 'channel-0',
|
|
4913
|
+
base_denom: 'ulume',
|
|
4914
|
+
chain_name: 'lumera'
|
|
4915
|
+
},
|
|
4916
|
+
chain: {
|
|
4917
|
+
channel_id: 'channel-106313'
|
|
4918
|
+
}
|
|
4919
|
+
}]
|
|
4920
|
+
},
|
|
4882
4921
|
{
|
|
4883
4922
|
description: 'Native token of the Lum Network',
|
|
4884
4923
|
denom_units: [{
|
|
@@ -11125,6 +11164,45 @@ const assets = {
|
|
|
11125
11164
|
}
|
|
11126
11165
|
}]
|
|
11127
11166
|
},
|
|
11167
|
+
{
|
|
11168
|
+
denom_units: [{
|
|
11169
|
+
denom: 'ibc/32C4AEE2B3C4F767A351FA821AB0140B10CB690CDED27D9FCC857859B44432B9',
|
|
11170
|
+
exponent: 0,
|
|
11171
|
+
aliases: ['ulume']
|
|
11172
|
+
}, {
|
|
11173
|
+
denom: 'LUME',
|
|
11174
|
+
exponent: 6,
|
|
11175
|
+
aliases: ['lume']
|
|
11176
|
+
}],
|
|
11177
|
+
base: 'ibc/32C4AEE2B3C4F767A351FA821AB0140B10CB690CDED27D9FCC857859B44432B9',
|
|
11178
|
+
display: 'LUME',
|
|
11179
|
+
name: 'lume',
|
|
11180
|
+
symbol: 'LUME',
|
|
11181
|
+
type_asset: 'sdk.coin',
|
|
11182
|
+
logo_URIs: {
|
|
11183
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
11184
|
+
},
|
|
11185
|
+
images: [{
|
|
11186
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
11187
|
+
}],
|
|
11188
|
+
socials: {
|
|
11189
|
+
github: 'https://github.com/LumeraProtocol/lumera',
|
|
11190
|
+
discord: 'https://discord.gg/lumeraprotocol',
|
|
11191
|
+
telegram: 'https://t.me/lumeraprotocol',
|
|
11192
|
+
website: 'https://lumera.io'
|
|
11193
|
+
},
|
|
11194
|
+
traces: [{
|
|
11195
|
+
type: 'ibc',
|
|
11196
|
+
counterparty: {
|
|
11197
|
+
channel_id: 'channel-0',
|
|
11198
|
+
base_denom: 'ulume',
|
|
11199
|
+
chain_name: 'lumera'
|
|
11200
|
+
},
|
|
11201
|
+
chain: {
|
|
11202
|
+
channel_id: 'channel-106313'
|
|
11203
|
+
}
|
|
11204
|
+
}]
|
|
11205
|
+
},
|
|
11128
11206
|
{
|
|
11129
11207
|
description: 'Native token of the Lum Network',
|
|
11130
11208
|
denom_units: [{
|
|
@@ -46418,6 +46496,46 @@ const assets = {
|
|
|
46418
46496
|
}
|
|
46419
46497
|
}]
|
|
46420
46498
|
},
|
|
46499
|
+
{
|
|
46500
|
+
description: 'An eco-friendly token for sustainable projects and green initiatives on Terra Luna Classic',
|
|
46501
|
+
socials: {
|
|
46502
|
+
website: 'https://www.greenfriendlylabs.com/',
|
|
46503
|
+
twitter: 'https://x.com/GreenFrndLabs'
|
|
46504
|
+
},
|
|
46505
|
+
type_asset: 'cw20',
|
|
46506
|
+
address: 'terra17hnu4prwa3varxrws0sy9hffkmqv8tfmfpldg4e9fq58flrmuz2qlhymr5',
|
|
46507
|
+
denom_units: [{
|
|
46508
|
+
denom: 'ibc/B6D6A3C473F8937F323F4CE2F22CECBBBA401B8BA2BA6321E76A7B3623912395',
|
|
46509
|
+
exponent: 0,
|
|
46510
|
+
aliases: ['cw20:terra17hnu4prwa3varxrws0sy9hffkmqv8tfmfpldg4e9fq58flrmuz2qlhymr5']
|
|
46511
|
+
}, {
|
|
46512
|
+
denom: 'gft',
|
|
46513
|
+
exponent: 6
|
|
46514
|
+
}],
|
|
46515
|
+
base: 'ibc/B6D6A3C473F8937F323F4CE2F22CECBBBA401B8BA2BA6321E76A7B3623912395',
|
|
46516
|
+
name: 'Greenfriendly Token',
|
|
46517
|
+
display: 'gft',
|
|
46518
|
+
symbol: 'GFT',
|
|
46519
|
+
logo_URIs: {
|
|
46520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/greenfriendlylabs.png'
|
|
46521
|
+
},
|
|
46522
|
+
images: [{
|
|
46523
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/greenfriendlylabs.png'
|
|
46524
|
+
}],
|
|
46525
|
+
traces: [{
|
|
46526
|
+
type: 'ibc-cw20',
|
|
46527
|
+
counterparty: {
|
|
46528
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
46529
|
+
channel_id: 'channel-108',
|
|
46530
|
+
base_denom: 'cw20:terra17hnu4prwa3varxrws0sy9hffkmqv8tfmfpldg4e9fq58flrmuz2qlhymr5',
|
|
46531
|
+
chain_name: 'terra'
|
|
46532
|
+
},
|
|
46533
|
+
chain: {
|
|
46534
|
+
port: 'transfer',
|
|
46535
|
+
channel_id: 'channel-78488'
|
|
46536
|
+
}
|
|
46537
|
+
}]
|
|
46538
|
+
},
|
|
46421
46539
|
{
|
|
46422
46540
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
46423
46541
|
denom_units: [{
|
|
@@ -54879,6 +54997,46 @@ const assets = {
|
|
|
54879
54997
|
}
|
|
54880
54998
|
}]
|
|
54881
54999
|
},
|
|
55000
|
+
{
|
|
55001
|
+
description: 'An eco-friendly token for sustainable projects and green initiatives on Terra Luna Classic',
|
|
55002
|
+
socials: {
|
|
55003
|
+
website: 'https://www.greenfriendlylabs.com/',
|
|
55004
|
+
twitter: 'https://x.com/GreenFrndLabs'
|
|
55005
|
+
},
|
|
55006
|
+
type_asset: 'cw20',
|
|
55007
|
+
address: 'terra17hnu4prwa3varxrws0sy9hffkmqv8tfmfpldg4e9fq58flrmuz2qlhymr5',
|
|
55008
|
+
denom_units: [{
|
|
55009
|
+
denom: 'ibc/B6D6A3C473F8937F323F4CE2F22CECBBBA401B8BA2BA6321E76A7B3623912395',
|
|
55010
|
+
exponent: 0,
|
|
55011
|
+
aliases: ['cw20:terra17hnu4prwa3varxrws0sy9hffkmqv8tfmfpldg4e9fq58flrmuz2qlhymr5']
|
|
55012
|
+
}, {
|
|
55013
|
+
denom: 'gft',
|
|
55014
|
+
exponent: 6
|
|
55015
|
+
}],
|
|
55016
|
+
base: 'ibc/B6D6A3C473F8937F323F4CE2F22CECBBBA401B8BA2BA6321E76A7B3623912395',
|
|
55017
|
+
name: 'Greenfriendly Token',
|
|
55018
|
+
display: 'gft',
|
|
55019
|
+
symbol: 'GFT',
|
|
55020
|
+
logo_URIs: {
|
|
55021
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/greenfriendlylabs.png'
|
|
55022
|
+
},
|
|
55023
|
+
images: [{
|
|
55024
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/terra/images/greenfriendlylabs.png'
|
|
55025
|
+
}],
|
|
55026
|
+
traces: [{
|
|
55027
|
+
type: 'ibc-cw20',
|
|
55028
|
+
counterparty: {
|
|
55029
|
+
port: 'wasm.terra19pfxzj9580h7rjd6z6sn5x2se76vgrc0etltr79g9z3t82jzp4hq63qguc',
|
|
55030
|
+
channel_id: 'channel-108',
|
|
55031
|
+
base_denom: 'cw20:terra17hnu4prwa3varxrws0sy9hffkmqv8tfmfpldg4e9fq58flrmuz2qlhymr5',
|
|
55032
|
+
chain_name: 'terra'
|
|
55033
|
+
},
|
|
55034
|
+
chain: {
|
|
55035
|
+
port: 'transfer',
|
|
55036
|
+
channel_id: 'channel-78488'
|
|
55037
|
+
}
|
|
55038
|
+
}]
|
|
55039
|
+
},
|
|
54882
55040
|
{
|
|
54883
55041
|
description: 'Astroport is a neutral marketplace where anyone, from anywhere in the galaxy, can dock to trade their wares.',
|
|
54884
55042
|
denom_units: [{
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -9455,6 +9455,42 @@ const assets = {
|
|
|
9455
9455
|
}],
|
|
9456
9456
|
coingecko_id: 'astrovault-xatom'
|
|
9457
9457
|
},
|
|
9458
|
+
{
|
|
9459
|
+
description: 'EHO is the native token powering Cognitive Echo — a VR + AI ecosystem where thoughts become visual, insights resonate, and cognitive echo transforms ideas into reality. The infinity symbol (∞) represents infinite resonance and community-driven growth.',
|
|
9460
|
+
denom_units: [{
|
|
9461
|
+
denom: 'ibc/7588008F6C7689CB403617A5B7E265F49887EE4C2CB72B15C2AA053CB984FEE4',
|
|
9462
|
+
exponent: 0,
|
|
9463
|
+
aliases: ['cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2']
|
|
9464
|
+
}, {
|
|
9465
|
+
denom: 'eho',
|
|
9466
|
+
exponent: 6
|
|
9467
|
+
}],
|
|
9468
|
+
type_asset: 'cw20',
|
|
9469
|
+
address: 'neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
|
|
9470
|
+
base: 'ibc/7588008F6C7689CB403617A5B7E265F49887EE4C2CB72B15C2AA053CB984FEE4',
|
|
9471
|
+
name: 'Cognitive Echo',
|
|
9472
|
+
display: 'eho',
|
|
9473
|
+
symbol: 'EHO',
|
|
9474
|
+
logo_URIs: {
|
|
9475
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
|
|
9476
|
+
},
|
|
9477
|
+
images: [{
|
|
9478
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
|
|
9479
|
+
}],
|
|
9480
|
+
traces: [{
|
|
9481
|
+
type: 'ibc-cw20',
|
|
9482
|
+
counterparty: {
|
|
9483
|
+
port: 'transfer',
|
|
9484
|
+
channel_id: 'channel-1950',
|
|
9485
|
+
base_denom: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
|
|
9486
|
+
chain_name: 'neutron'
|
|
9487
|
+
},
|
|
9488
|
+
chain: {
|
|
9489
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
9490
|
+
channel_id: 'channel-151'
|
|
9491
|
+
}
|
|
9492
|
+
}]
|
|
9493
|
+
},
|
|
9458
9494
|
{
|
|
9459
9495
|
description: 'The Wrapped INJ token for the Oraichain.',
|
|
9460
9496
|
type_asset: 'cw20',
|
|
@@ -12663,6 +12699,42 @@ const assets = {
|
|
|
12663
12699
|
}],
|
|
12664
12700
|
coingecko_id: 'astrovault-xatom'
|
|
12665
12701
|
},
|
|
12702
|
+
{
|
|
12703
|
+
description: 'EHO is the native token powering Cognitive Echo — a VR + AI ecosystem where thoughts become visual, insights resonate, and cognitive echo transforms ideas into reality. The infinity symbol (∞) represents infinite resonance and community-driven growth.',
|
|
12704
|
+
denom_units: [{
|
|
12705
|
+
denom: 'ibc/7588008F6C7689CB403617A5B7E265F49887EE4C2CB72B15C2AA053CB984FEE4',
|
|
12706
|
+
exponent: 0,
|
|
12707
|
+
aliases: ['cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2']
|
|
12708
|
+
}, {
|
|
12709
|
+
denom: 'eho',
|
|
12710
|
+
exponent: 6
|
|
12711
|
+
}],
|
|
12712
|
+
type_asset: 'cw20',
|
|
12713
|
+
address: 'neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
|
|
12714
|
+
base: 'ibc/7588008F6C7689CB403617A5B7E265F49887EE4C2CB72B15C2AA053CB984FEE4',
|
|
12715
|
+
name: 'Cognitive Echo',
|
|
12716
|
+
display: 'eho',
|
|
12717
|
+
symbol: 'EHO',
|
|
12718
|
+
logo_URIs: {
|
|
12719
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
|
|
12720
|
+
},
|
|
12721
|
+
images: [{
|
|
12722
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
|
|
12723
|
+
}],
|
|
12724
|
+
traces: [{
|
|
12725
|
+
type: 'ibc-cw20',
|
|
12726
|
+
counterparty: {
|
|
12727
|
+
port: 'transfer',
|
|
12728
|
+
channel_id: 'channel-1950',
|
|
12729
|
+
base_denom: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
|
|
12730
|
+
chain_name: 'neutron'
|
|
12731
|
+
},
|
|
12732
|
+
chain: {
|
|
12733
|
+
port: 'wasm.secret1tqmms5awftpuhalcv5h5mg76fa0tkdz4jv9ex4',
|
|
12734
|
+
channel_id: 'channel-151'
|
|
12735
|
+
}
|
|
12736
|
+
}]
|
|
12737
|
+
},
|
|
12666
12738
|
{
|
|
12667
12739
|
description: 'The Wrapped INJ token for the Oraichain.',
|
|
12668
12740
|
type_asset: 'cw20',
|
package/mainnet/terra2.js
CHANGED
|
@@ -19877,6 +19877,42 @@ const assets = {
|
|
|
19877
19877
|
}],
|
|
19878
19878
|
coingecko_id: 'astrovault-xatom'
|
|
19879
19879
|
},
|
|
19880
|
+
{
|
|
19881
|
+
description: 'EHO is the native token powering Cognitive Echo — a VR + AI ecosystem where thoughts become visual, insights resonate, and cognitive echo transforms ideas into reality. The infinity symbol (∞) represents infinite resonance and community-driven growth.',
|
|
19882
|
+
denom_units: [{
|
|
19883
|
+
denom: 'ibc/2F7FAF9C6002FC53F19C17B78E354E281055F302D58C51FD575D1CADD0380DDB',
|
|
19884
|
+
exponent: 0,
|
|
19885
|
+
aliases: ['cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2']
|
|
19886
|
+
}, {
|
|
19887
|
+
denom: 'eho',
|
|
19888
|
+
exponent: 6
|
|
19889
|
+
}],
|
|
19890
|
+
type_asset: 'cw20',
|
|
19891
|
+
address: 'neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
|
|
19892
|
+
base: 'ibc/2F7FAF9C6002FC53F19C17B78E354E281055F302D58C51FD575D1CADD0380DDB',
|
|
19893
|
+
name: 'Cognitive Echo',
|
|
19894
|
+
display: 'eho',
|
|
19895
|
+
symbol: 'EHO',
|
|
19896
|
+
logo_URIs: {
|
|
19897
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
|
|
19898
|
+
},
|
|
19899
|
+
images: [{
|
|
19900
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
|
|
19901
|
+
}],
|
|
19902
|
+
traces: [{
|
|
19903
|
+
type: 'ibc-cw20',
|
|
19904
|
+
counterparty: {
|
|
19905
|
+
port: 'transfer',
|
|
19906
|
+
channel_id: 'channel-5',
|
|
19907
|
+
base_denom: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
|
|
19908
|
+
chain_name: 'neutron'
|
|
19909
|
+
},
|
|
19910
|
+
chain: {
|
|
19911
|
+
port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce',
|
|
19912
|
+
channel_id: 'channel-167'
|
|
19913
|
+
}
|
|
19914
|
+
}]
|
|
19915
|
+
},
|
|
19880
19916
|
{
|
|
19881
19917
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
19882
19918
|
denom_units: [{
|
|
@@ -20423,6 +20459,42 @@ const assets = {
|
|
|
20423
20459
|
}],
|
|
20424
20460
|
coingecko_id: 'astrovault-xatom'
|
|
20425
20461
|
},
|
|
20462
|
+
{
|
|
20463
|
+
description: 'EHO is the native token powering Cognitive Echo — a VR + AI ecosystem where thoughts become visual, insights resonate, and cognitive echo transforms ideas into reality. The infinity symbol (∞) represents infinite resonance and community-driven growth.',
|
|
20464
|
+
denom_units: [{
|
|
20465
|
+
denom: 'ibc/2F7FAF9C6002FC53F19C17B78E354E281055F302D58C51FD575D1CADD0380DDB',
|
|
20466
|
+
exponent: 0,
|
|
20467
|
+
aliases: ['cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2']
|
|
20468
|
+
}, {
|
|
20469
|
+
denom: 'eho',
|
|
20470
|
+
exponent: 6
|
|
20471
|
+
}],
|
|
20472
|
+
type_asset: 'cw20',
|
|
20473
|
+
address: 'neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
|
|
20474
|
+
base: 'ibc/2F7FAF9C6002FC53F19C17B78E354E281055F302D58C51FD575D1CADD0380DDB',
|
|
20475
|
+
name: 'Cognitive Echo',
|
|
20476
|
+
display: 'eho',
|
|
20477
|
+
symbol: 'EHO',
|
|
20478
|
+
logo_URIs: {
|
|
20479
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
|
|
20480
|
+
},
|
|
20481
|
+
images: [{
|
|
20482
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/neutron/images/eho.svg'
|
|
20483
|
+
}],
|
|
20484
|
+
traces: [{
|
|
20485
|
+
type: 'ibc-cw20',
|
|
20486
|
+
counterparty: {
|
|
20487
|
+
port: 'transfer',
|
|
20488
|
+
channel_id: 'channel-5',
|
|
20489
|
+
base_denom: 'cw20:neutron15e56mauwr8n2cma56f78cvtnd9c2pr0y7f4mffdwda7z49sksyvqh2hke2',
|
|
20490
|
+
chain_name: 'neutron'
|
|
20491
|
+
},
|
|
20492
|
+
chain: {
|
|
20493
|
+
port: 'wasm.terra1jhfjnm39y3nn9l4520mdn4k5mw23nz0674c4gsvyrcr90z9tqcvst22fce',
|
|
20494
|
+
channel_id: 'channel-167'
|
|
20495
|
+
}
|
|
20496
|
+
}]
|
|
20497
|
+
},
|
|
20426
20498
|
{
|
|
20427
20499
|
description: 'The native token cw20 for SIENNA on Secret Network',
|
|
20428
20500
|
denom_units: [{
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.335",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/hyperweb-io/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.208",
|
|
33
|
+
"chain-registry": "^1.69.335"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.208"
|
|
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": "1a88c98047b27d900859c132c9675b1564295846"
|
|
47
47
|
}
|
package/testnet/assets.js
CHANGED
|
@@ -28,8 +28,8 @@ const kujiratestnet_1 = __importDefault(require("./kujiratestnet"));
|
|
|
28
28
|
const kyvetestnet_1 = __importDefault(require("./kyvetestnet"));
|
|
29
29
|
const lavatestnet_1 = __importDefault(require("./lavatestnet"));
|
|
30
30
|
const likecointestnet_1 = __importDefault(require("./likecointestnet"));
|
|
31
|
+
const lumeratestnet_1 = __importDefault(require("./lumeratestnet"));
|
|
31
32
|
const manifesttestnet_1 = __importDefault(require("./manifesttestnet"));
|
|
32
|
-
const mantrachaintestnet_1 = __importDefault(require("./mantrachaintestnet"));
|
|
33
33
|
const mantrachaintestnet2_1 = __importDefault(require("./mantrachaintestnet2"));
|
|
34
34
|
const marstestnet_1 = __importDefault(require("./marstestnet"));
|
|
35
35
|
const neutrontestnet_1 = __importDefault(require("./neutrontestnet"));
|
|
@@ -52,5 +52,5 @@ const titantestnet_1 = __importDefault(require("./titantestnet"));
|
|
|
52
52
|
const wardenprotocoltestnet_1 = __importDefault(require("./wardenprotocoltestnet"));
|
|
53
53
|
const xiontestnet2_1 = __importDefault(require("./xiontestnet2"));
|
|
54
54
|
const xrplevmtestnet_1 = __importDefault(require("./xrplevmtestnet"));
|
|
55
|
-
const assets = [agoricdevnet_1.default, akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, babylontestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, cosmosicsprovidertestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, hippoprotocoltestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, int3facetestnet_1.default, jackaltestnet2_1.default, kimanetworktestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default,
|
|
55
|
+
const assets = [agoricdevnet_1.default, akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, babylontestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, cosmosicsprovidertestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, hippoprotocoltestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, int3facetestnet_1.default, jackaltestnet2_1.default, kimanetworktestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, lumeratestnet_1.default, manifesttestnet_1.default, mantrachaintestnet2_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, persistencetestnet2_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, stridetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, synternettestnet_1.default, terra2testnet_1.default, titannettestnet_1.default, titantestnet_1.default, wardenprotocoltestnet_1.default, xiontestnet2_1.default, xrplevmtestnet_1.default];
|
|
56
56
|
exports.default = assets;
|
package/testnet/index.d.ts
CHANGED
|
@@ -23,8 +23,8 @@ export * as kujiratestnet from './kujiratestnet';
|
|
|
23
23
|
export * as kyvetestnet from './kyvetestnet';
|
|
24
24
|
export * as lavatestnet from './lavatestnet';
|
|
25
25
|
export * as likecointestnet from './likecointestnet';
|
|
26
|
+
export * as lumeratestnet from './lumeratestnet';
|
|
26
27
|
export * as manifesttestnet from './manifesttestnet';
|
|
27
|
-
export * as mantrachaintestnet from './mantrachaintestnet';
|
|
28
28
|
export * as mantrachaintestnet2 from './mantrachaintestnet2';
|
|
29
29
|
export * as marstestnet from './marstestnet';
|
|
30
30
|
export * as neutrontestnet from './neutrontestnet';
|
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.xrplevmtestnet = exports.xiontestnet2 = exports.wardenprotocoltestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stridetestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.
|
|
26
|
+
exports.xrplevmtestnet = exports.xiontestnet2 = exports.wardenprotocoltestnet = exports.titantestnet = exports.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stridetestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet2 = exports.manifesttestnet = exports.lumeratestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.jackaltestnet2 = exports.int3facetestnet = exports.injectivetestnet = exports.impacthubtestnet = exports.hippoprotocoltestnet = exports.empowertestnet = exports.elystestnet = exports.dydxtestnet = exports.doravotatestnet = exports.cosmosicsprovidertestnet = exports.cosmoshubtestnet = exports.coreumtestnet = exports.composabletestnet = exports.chain4energytestnet = exports.celestiatestnet3 = exports.babylontestnet = exports.axelartestnet = exports.archwaytestnet = exports.akashtestnet = exports.agoricdevnet = void 0;
|
|
27
27
|
exports.agoricdevnet = __importStar(require("./agoricdevnet"));
|
|
28
28
|
exports.akashtestnet = __importStar(require("./akashtestnet"));
|
|
29
29
|
exports.archwaytestnet = __importStar(require("./archwaytestnet"));
|
|
@@ -49,8 +49,8 @@ exports.kujiratestnet = __importStar(require("./kujiratestnet"));
|
|
|
49
49
|
exports.kyvetestnet = __importStar(require("./kyvetestnet"));
|
|
50
50
|
exports.lavatestnet = __importStar(require("./lavatestnet"));
|
|
51
51
|
exports.likecointestnet = __importStar(require("./likecointestnet"));
|
|
52
|
+
exports.lumeratestnet = __importStar(require("./lumeratestnet"));
|
|
52
53
|
exports.manifesttestnet = __importStar(require("./manifesttestnet"));
|
|
53
|
-
exports.mantrachaintestnet = __importStar(require("./mantrachaintestnet"));
|
|
54
54
|
exports.mantrachaintestnet2 = __importStar(require("./mantrachaintestnet2"));
|
|
55
55
|
exports.marstestnet = __importStar(require("./marstestnet"));
|
|
56
56
|
exports.neutrontestnet = __importStar(require("./neutrontestnet"));
|
|
@@ -491,6 +491,45 @@ const assets = {
|
|
|
491
491
|
}
|
|
492
492
|
}]
|
|
493
493
|
},
|
|
494
|
+
{
|
|
495
|
+
denom_units: [{
|
|
496
|
+
denom: 'ibc/CCB7E815618185A792DA0A42E649270CB462A43E660885FB747CE57486A9F5F6',
|
|
497
|
+
exponent: 0,
|
|
498
|
+
aliases: ['ulume']
|
|
499
|
+
}, {
|
|
500
|
+
denom: 'LUME',
|
|
501
|
+
exponent: 6,
|
|
502
|
+
aliases: ['lume']
|
|
503
|
+
}],
|
|
504
|
+
base: 'ibc/CCB7E815618185A792DA0A42E649270CB462A43E660885FB747CE57486A9F5F6',
|
|
505
|
+
display: 'LUME',
|
|
506
|
+
name: 'lume',
|
|
507
|
+
symbol: 'LUME',
|
|
508
|
+
type_asset: 'sdk.coin',
|
|
509
|
+
logo_URIs: {
|
|
510
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
511
|
+
},
|
|
512
|
+
images: [{
|
|
513
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
514
|
+
}],
|
|
515
|
+
socials: {
|
|
516
|
+
github: 'https://github.com/LumeraProtocol/lumera',
|
|
517
|
+
discord: 'https://discord.gg/lumeraprotocol',
|
|
518
|
+
telegram: 'https://t.me/lumeraprotocol',
|
|
519
|
+
website: 'https://lumera.io'
|
|
520
|
+
},
|
|
521
|
+
traces: [{
|
|
522
|
+
type: 'ibc',
|
|
523
|
+
counterparty: {
|
|
524
|
+
channel_id: 'channel-0',
|
|
525
|
+
base_denom: 'ulume',
|
|
526
|
+
chain_name: 'lumeratestnet'
|
|
527
|
+
},
|
|
528
|
+
chain: {
|
|
529
|
+
channel_id: 'channel-10884'
|
|
530
|
+
}
|
|
531
|
+
}]
|
|
532
|
+
},
|
|
494
533
|
{
|
|
495
534
|
description: 'Manifest testnet native token',
|
|
496
535
|
denom_units: [{
|
|
@@ -1313,6 +1352,45 @@ const assets = {
|
|
|
1313
1352
|
}
|
|
1314
1353
|
}]
|
|
1315
1354
|
},
|
|
1355
|
+
{
|
|
1356
|
+
denom_units: [{
|
|
1357
|
+
denom: 'ibc/CCB7E815618185A792DA0A42E649270CB462A43E660885FB747CE57486A9F5F6',
|
|
1358
|
+
exponent: 0,
|
|
1359
|
+
aliases: ['ulume']
|
|
1360
|
+
}, {
|
|
1361
|
+
denom: 'LUME',
|
|
1362
|
+
exponent: 6,
|
|
1363
|
+
aliases: ['lume']
|
|
1364
|
+
}],
|
|
1365
|
+
base: 'ibc/CCB7E815618185A792DA0A42E649270CB462A43E660885FB747CE57486A9F5F6',
|
|
1366
|
+
display: 'LUME',
|
|
1367
|
+
name: 'lume',
|
|
1368
|
+
symbol: 'LUME',
|
|
1369
|
+
type_asset: 'sdk.coin',
|
|
1370
|
+
logo_URIs: {
|
|
1371
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
1372
|
+
},
|
|
1373
|
+
images: [{
|
|
1374
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/lumera/images/lumera.png'
|
|
1375
|
+
}],
|
|
1376
|
+
socials: {
|
|
1377
|
+
github: 'https://github.com/LumeraProtocol/lumera',
|
|
1378
|
+
discord: 'https://discord.gg/lumeraprotocol',
|
|
1379
|
+
telegram: 'https://t.me/lumeraprotocol',
|
|
1380
|
+
website: 'https://lumera.io'
|
|
1381
|
+
},
|
|
1382
|
+
traces: [{
|
|
1383
|
+
type: 'ibc',
|
|
1384
|
+
counterparty: {
|
|
1385
|
+
channel_id: 'channel-0',
|
|
1386
|
+
base_denom: 'ulume',
|
|
1387
|
+
chain_name: 'lumeratestnet'
|
|
1388
|
+
},
|
|
1389
|
+
chain: {
|
|
1390
|
+
channel_id: 'channel-10884'
|
|
1391
|
+
}
|
|
1392
|
+
}]
|
|
1393
|
+
},
|
|
1316
1394
|
{
|
|
1317
1395
|
description: 'Manifest testnet native token',
|
|
1318
1396
|
denom_units: [{
|