@chain-registry/assets 1.70.128 → 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/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/neutron.js +630 -0
- package/esm/mainnet/noble.js +714 -0
- package/esm/mainnet/osmosis.js +714 -0
- package/esm/mainnet/saga.js +84 -0
- 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/celestia.js +714 -0
- package/mainnet/cosmoshub.js +714 -0
- package/mainnet/dydx.js +630 -0
- package/mainnet/injective.js +630 -0
- package/mainnet/neutron.js +630 -0
- package/mainnet/noble.js +714 -0
- package/mainnet/osmosis.js +714 -0
- package/mainnet/saga.js +84 -0
- 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/xion.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/FD77C96B3103DDF1F484A2B7159207D5A3C499EE429502D6337AE9FBE7FB3C38',
|
|
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/FD77C96B3103DDF1F484A2B7159207D5A3C499EE429502D6337AE9FBE7FB3C38',
|
|
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-8',
|
|
166
|
+
base_denom: 'uedenb',
|
|
167
|
+
chain_name: 'elys'
|
|
168
|
+
},
|
|
169
|
+
chain: {
|
|
170
|
+
channel_id: 'channel-9'
|
|
171
|
+
}
|
|
172
|
+
}]
|
|
173
|
+
},
|
|
132
174
|
{
|
|
133
175
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
134
176
|
denom_units: [{
|
|
@@ -786,6 +828,48 @@ const assets = {
|
|
|
786
828
|
}
|
|
787
829
|
}]
|
|
788
830
|
},
|
|
831
|
+
{
|
|
832
|
+
description: 'Eden BOOST token definition',
|
|
833
|
+
denom_units: [
|
|
834
|
+
{
|
|
835
|
+
denom: 'ibc/FD77C96B3103DDF1F484A2B7159207D5A3C499EE429502D6337AE9FBE7FB3C38',
|
|
836
|
+
exponent: 0,
|
|
837
|
+
aliases: ['uedenb']
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
denom: 'medenb',
|
|
841
|
+
exponent: 3,
|
|
842
|
+
aliases: ['milliedenb']
|
|
843
|
+
},
|
|
844
|
+
{
|
|
845
|
+
denom: 'edenb',
|
|
846
|
+
exponent: 6,
|
|
847
|
+
aliases: []
|
|
848
|
+
}
|
|
849
|
+
],
|
|
850
|
+
base: 'ibc/FD77C96B3103DDF1F484A2B7159207D5A3C499EE429502D6337AE9FBE7FB3C38',
|
|
851
|
+
name: 'Eden BOOST',
|
|
852
|
+
display: 'edenb',
|
|
853
|
+
symbol: 'EDEN BOOST',
|
|
854
|
+
logo_URIs: {
|
|
855
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
856
|
+
},
|
|
857
|
+
images: [{
|
|
858
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
859
|
+
}],
|
|
860
|
+
type_asset: 'sdk.coin',
|
|
861
|
+
traces: [{
|
|
862
|
+
type: 'ibc',
|
|
863
|
+
counterparty: {
|
|
864
|
+
channel_id: 'channel-8',
|
|
865
|
+
base_denom: 'uedenb',
|
|
866
|
+
chain_name: 'elys'
|
|
867
|
+
},
|
|
868
|
+
chain: {
|
|
869
|
+
channel_id: 'channel-9'
|
|
870
|
+
}
|
|
871
|
+
}]
|
|
872
|
+
},
|
|
789
873
|
{
|
|
790
874
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
791
875
|
denom_units: [{
|
package/mainnet/akash.js
CHANGED
|
@@ -372,6 +372,48 @@ const assets = {
|
|
|
372
372
|
}
|
|
373
373
|
}]
|
|
374
374
|
},
|
|
375
|
+
{
|
|
376
|
+
description: 'Eden BOOST token definition',
|
|
377
|
+
denom_units: [
|
|
378
|
+
{
|
|
379
|
+
denom: 'ibc/77E6754F649117ACF9A2F833F910B6450E8FD68D91CDCE0F2A63040CA455256A',
|
|
380
|
+
exponent: 0,
|
|
381
|
+
aliases: ['uedenb']
|
|
382
|
+
},
|
|
383
|
+
{
|
|
384
|
+
denom: 'medenb',
|
|
385
|
+
exponent: 3,
|
|
386
|
+
aliases: ['milliedenb']
|
|
387
|
+
},
|
|
388
|
+
{
|
|
389
|
+
denom: 'edenb',
|
|
390
|
+
exponent: 6,
|
|
391
|
+
aliases: []
|
|
392
|
+
}
|
|
393
|
+
],
|
|
394
|
+
base: 'ibc/77E6754F649117ACF9A2F833F910B6450E8FD68D91CDCE0F2A63040CA455256A',
|
|
395
|
+
name: 'Eden BOOST',
|
|
396
|
+
display: 'edenb',
|
|
397
|
+
symbol: 'EDEN BOOST',
|
|
398
|
+
logo_URIs: {
|
|
399
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
400
|
+
},
|
|
401
|
+
images: [{
|
|
402
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
403
|
+
}],
|
|
404
|
+
type_asset: 'sdk.coin',
|
|
405
|
+
traces: [{
|
|
406
|
+
type: 'ibc',
|
|
407
|
+
counterparty: {
|
|
408
|
+
channel_id: 'channel-5',
|
|
409
|
+
base_denom: 'uedenb',
|
|
410
|
+
chain_name: 'elys'
|
|
411
|
+
},
|
|
412
|
+
chain: {
|
|
413
|
+
channel_id: 'channel-129'
|
|
414
|
+
}
|
|
415
|
+
}]
|
|
416
|
+
},
|
|
375
417
|
{
|
|
376
418
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
377
419
|
denom_units: [{
|
|
@@ -1332,6 +1374,48 @@ const assets = {
|
|
|
1332
1374
|
}
|
|
1333
1375
|
}]
|
|
1334
1376
|
},
|
|
1377
|
+
{
|
|
1378
|
+
description: 'Eden BOOST token definition',
|
|
1379
|
+
denom_units: [
|
|
1380
|
+
{
|
|
1381
|
+
denom: 'ibc/77E6754F649117ACF9A2F833F910B6450E8FD68D91CDCE0F2A63040CA455256A',
|
|
1382
|
+
exponent: 0,
|
|
1383
|
+
aliases: ['uedenb']
|
|
1384
|
+
},
|
|
1385
|
+
{
|
|
1386
|
+
denom: 'medenb',
|
|
1387
|
+
exponent: 3,
|
|
1388
|
+
aliases: ['milliedenb']
|
|
1389
|
+
},
|
|
1390
|
+
{
|
|
1391
|
+
denom: 'edenb',
|
|
1392
|
+
exponent: 6,
|
|
1393
|
+
aliases: []
|
|
1394
|
+
}
|
|
1395
|
+
],
|
|
1396
|
+
base: 'ibc/77E6754F649117ACF9A2F833F910B6450E8FD68D91CDCE0F2A63040CA455256A',
|
|
1397
|
+
name: 'Eden BOOST',
|
|
1398
|
+
display: 'edenb',
|
|
1399
|
+
symbol: 'EDEN BOOST',
|
|
1400
|
+
logo_URIs: {
|
|
1401
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
1402
|
+
},
|
|
1403
|
+
images: [{
|
|
1404
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
1405
|
+
}],
|
|
1406
|
+
type_asset: 'sdk.coin',
|
|
1407
|
+
traces: [{
|
|
1408
|
+
type: 'ibc',
|
|
1409
|
+
counterparty: {
|
|
1410
|
+
channel_id: 'channel-5',
|
|
1411
|
+
base_denom: 'uedenb',
|
|
1412
|
+
chain_name: 'elys'
|
|
1413
|
+
},
|
|
1414
|
+
chain: {
|
|
1415
|
+
channel_id: 'channel-129'
|
|
1416
|
+
}
|
|
1417
|
+
}]
|
|
1418
|
+
},
|
|
1335
1419
|
{
|
|
1336
1420
|
description: 'The IRIS token is the native governance token for the IrisNet chain.',
|
|
1337
1421
|
denom_units: [{
|