@chain-registry/assets 1.70.127 → 1.70.129
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/akash.js +84 -0
- package/esm/mainnet/axelar.js +714 -0
- package/esm/mainnet/carbon.js +4 -2
- package/esm/mainnet/celestia.js +714 -0
- package/esm/mainnet/cosmoshub.js +714 -0
- package/esm/mainnet/dydx.js +630 -0
- package/esm/mainnet/injective.js +630 -0
- package/esm/mainnet/kujira.js +4 -2
- package/esm/mainnet/migaloo.js +8 -4
- package/esm/mainnet/neutron.js +634 -2
- package/esm/mainnet/noble.js +714 -0
- package/esm/mainnet/osmosis.js +722 -4
- package/esm/mainnet/saga.js +84 -0
- package/esm/mainnet/secretnetwork.js +4 -2
- package/esm/mainnet/stride.js +630 -0
- package/esm/mainnet/terra2.js +630 -0
- package/esm/mainnet/xion.js +84 -0
- package/mainnet/akash.js +84 -0
- package/mainnet/axelar.js +714 -0
- package/mainnet/carbon.js +4 -2
- package/mainnet/celestia.js +714 -0
- package/mainnet/cosmoshub.js +714 -0
- package/mainnet/dydx.js +630 -0
- package/mainnet/injective.js +630 -0
- package/mainnet/kujira.js +4 -2
- package/mainnet/migaloo.js +8 -4
- package/mainnet/neutron.js +634 -2
- package/mainnet/noble.js +714 -0
- package/mainnet/osmosis.js +722 -4
- package/mainnet/saga.js +84 -0
- package/mainnet/secretnetwork.js +4 -2
- package/mainnet/stride.js +630 -0
- package/mainnet/terra2.js +630 -0
- package/mainnet/xion.js +84 -0
- package/package.json +5 -5
package/mainnet/saga.js
CHANGED
|
@@ -131,6 +131,48 @@ const assets = {
|
|
|
131
131
|
}
|
|
132
132
|
}]
|
|
133
133
|
},
|
|
134
|
+
{
|
|
135
|
+
description: 'Eden BOOST token definition',
|
|
136
|
+
denom_units: [
|
|
137
|
+
{
|
|
138
|
+
denom: 'ibc/E5EB90003A770A9E1AFB59FA1CA7FA4BB2647E48B7C5A70E44A9B626E4B2BC00',
|
|
139
|
+
exponent: 0,
|
|
140
|
+
aliases: ['uedenb']
|
|
141
|
+
},
|
|
142
|
+
{
|
|
143
|
+
denom: 'medenb',
|
|
144
|
+
exponent: 3,
|
|
145
|
+
aliases: ['milliedenb']
|
|
146
|
+
},
|
|
147
|
+
{
|
|
148
|
+
denom: 'edenb',
|
|
149
|
+
exponent: 6,
|
|
150
|
+
aliases: []
|
|
151
|
+
}
|
|
152
|
+
],
|
|
153
|
+
base: 'ibc/E5EB90003A770A9E1AFB59FA1CA7FA4BB2647E48B7C5A70E44A9B626E4B2BC00',
|
|
154
|
+
name: 'Eden BOOST',
|
|
155
|
+
display: 'edenb',
|
|
156
|
+
symbol: 'EDEN BOOST',
|
|
157
|
+
logo_URIs: {
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
159
|
+
},
|
|
160
|
+
images: [{
|
|
161
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
162
|
+
}],
|
|
163
|
+
type_asset: 'sdk.coin',
|
|
164
|
+
traces: [{
|
|
165
|
+
type: 'ibc',
|
|
166
|
+
counterparty: {
|
|
167
|
+
channel_id: 'channel-9',
|
|
168
|
+
base_denom: 'uedenb',
|
|
169
|
+
chain_name: 'elys'
|
|
170
|
+
},
|
|
171
|
+
chain: {
|
|
172
|
+
channel_id: 'channel-35'
|
|
173
|
+
}
|
|
174
|
+
}]
|
|
175
|
+
},
|
|
134
176
|
{
|
|
135
177
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
136
178
|
denom_units: [{
|
|
@@ -542,6 +584,48 @@ const assets = {
|
|
|
542
584
|
}
|
|
543
585
|
}]
|
|
544
586
|
},
|
|
587
|
+
{
|
|
588
|
+
description: 'Eden BOOST token definition',
|
|
589
|
+
denom_units: [
|
|
590
|
+
{
|
|
591
|
+
denom: 'ibc/E5EB90003A770A9E1AFB59FA1CA7FA4BB2647E48B7C5A70E44A9B626E4B2BC00',
|
|
592
|
+
exponent: 0,
|
|
593
|
+
aliases: ['uedenb']
|
|
594
|
+
},
|
|
595
|
+
{
|
|
596
|
+
denom: 'medenb',
|
|
597
|
+
exponent: 3,
|
|
598
|
+
aliases: ['milliedenb']
|
|
599
|
+
},
|
|
600
|
+
{
|
|
601
|
+
denom: 'edenb',
|
|
602
|
+
exponent: 6,
|
|
603
|
+
aliases: []
|
|
604
|
+
}
|
|
605
|
+
],
|
|
606
|
+
base: 'ibc/E5EB90003A770A9E1AFB59FA1CA7FA4BB2647E48B7C5A70E44A9B626E4B2BC00',
|
|
607
|
+
name: 'Eden BOOST',
|
|
608
|
+
display: 'edenb',
|
|
609
|
+
symbol: 'EDEN BOOST',
|
|
610
|
+
logo_URIs: {
|
|
611
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
612
|
+
},
|
|
613
|
+
images: [{
|
|
614
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
615
|
+
}],
|
|
616
|
+
type_asset: 'sdk.coin',
|
|
617
|
+
traces: [{
|
|
618
|
+
type: 'ibc',
|
|
619
|
+
counterparty: {
|
|
620
|
+
channel_id: 'channel-9',
|
|
621
|
+
base_denom: 'uedenb',
|
|
622
|
+
chain_name: 'elys'
|
|
623
|
+
},
|
|
624
|
+
chain: {
|
|
625
|
+
channel_id: 'channel-35'
|
|
626
|
+
}
|
|
627
|
+
}]
|
|
628
|
+
},
|
|
545
629
|
{
|
|
546
630
|
description: 'Neutron is a smart contract blockchain within the Cosmos ecosystem, leveraging the Cosmos Hub\'s security to provide cross-chain DeFi applications.',
|
|
547
631
|
denom_units: [{
|
package/mainnet/secretnetwork.js
CHANGED
|
@@ -13991,7 +13991,8 @@ const assets = {
|
|
|
13991
13991
|
socials: {
|
|
13992
13992
|
website: 'https://astroport.fi/',
|
|
13993
13993
|
twitter: 'https://twitter.com/astroport_fi'
|
|
13994
|
-
}
|
|
13994
|
+
},
|
|
13995
|
+
coingecko_id: 'astroport-fi'
|
|
13995
13996
|
},
|
|
13996
13997
|
{
|
|
13997
13998
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|
|
@@ -15321,7 +15322,8 @@ const assets = {
|
|
|
15321
15322
|
socials: {
|
|
15322
15323
|
website: 'https://astroport.fi/',
|
|
15323
15324
|
twitter: 'https://twitter.com/astroport_fi'
|
|
15324
|
-
}
|
|
15325
|
+
},
|
|
15326
|
+
coingecko_id: 'astroport-fi'
|
|
15325
15327
|
},
|
|
15326
15328
|
{
|
|
15327
15329
|
description: 'Dinheiros is the reserve currency of dioalma.protocol, an undivisible and rare token.',
|