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