@chain-registry/assets 1.70.128 → 1.70.130
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/mainnet/xion.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/FD77C96B3103DDF1F484A2B7159207D5A3C499EE429502D6337AE9FBE7FB3C38',
|
|
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/FD77C96B3103DDF1F484A2B7159207D5A3C499EE429502D6337AE9FBE7FB3C38',
|
|
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-8',
|
|
168
|
+
base_denom: 'uedenb',
|
|
169
|
+
chain_name: 'elys'
|
|
170
|
+
},
|
|
171
|
+
chain: {
|
|
172
|
+
channel_id: 'channel-9'
|
|
173
|
+
}
|
|
174
|
+
}]
|
|
175
|
+
},
|
|
134
176
|
{
|
|
135
177
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
136
178
|
denom_units: [{
|
|
@@ -788,6 +830,48 @@ const assets = {
|
|
|
788
830
|
}
|
|
789
831
|
}]
|
|
790
832
|
},
|
|
833
|
+
{
|
|
834
|
+
description: 'Eden BOOST token definition',
|
|
835
|
+
denom_units: [
|
|
836
|
+
{
|
|
837
|
+
denom: 'ibc/FD77C96B3103DDF1F484A2B7159207D5A3C499EE429502D6337AE9FBE7FB3C38',
|
|
838
|
+
exponent: 0,
|
|
839
|
+
aliases: ['uedenb']
|
|
840
|
+
},
|
|
841
|
+
{
|
|
842
|
+
denom: 'medenb',
|
|
843
|
+
exponent: 3,
|
|
844
|
+
aliases: ['milliedenb']
|
|
845
|
+
},
|
|
846
|
+
{
|
|
847
|
+
denom: 'edenb',
|
|
848
|
+
exponent: 6,
|
|
849
|
+
aliases: []
|
|
850
|
+
}
|
|
851
|
+
],
|
|
852
|
+
base: 'ibc/FD77C96B3103DDF1F484A2B7159207D5A3C499EE429502D6337AE9FBE7FB3C38',
|
|
853
|
+
name: 'Eden BOOST',
|
|
854
|
+
display: 'edenb',
|
|
855
|
+
symbol: 'EDEN BOOST',
|
|
856
|
+
logo_URIs: {
|
|
857
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
858
|
+
},
|
|
859
|
+
images: [{
|
|
860
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/eden-boost.png'
|
|
861
|
+
}],
|
|
862
|
+
type_asset: 'sdk.coin',
|
|
863
|
+
traces: [{
|
|
864
|
+
type: 'ibc',
|
|
865
|
+
counterparty: {
|
|
866
|
+
channel_id: 'channel-8',
|
|
867
|
+
base_denom: 'uedenb',
|
|
868
|
+
chain_name: 'elys'
|
|
869
|
+
},
|
|
870
|
+
chain: {
|
|
871
|
+
channel_id: 'channel-9'
|
|
872
|
+
}
|
|
873
|
+
}]
|
|
874
|
+
},
|
|
791
875
|
{
|
|
792
876
|
description: 'Injective is a decentralized exchange protocol that enables fast, secure, and fully decentralized trading of derivatives, futures, and spot markets.',
|
|
793
877
|
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.130",
|
|
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.78",
|
|
33
|
+
"chain-registry": "^1.69.130"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.78"
|
|
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": "5254efb2205328bb8ea935b546c9bb20f49fd852"
|
|
47
47
|
}
|