chain-registry 1.69.170 → 1.69.172
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/axelar/assets.js +44 -0
- package/esm/mainnet/cosmoshub/ibc.js +26 -0
- package/esm/mainnet/dungeon/chain.js +4 -4
- package/esm/mainnet/ethereum/assets.js +42 -0
- package/esm/mainnet/kyve/ibc.js +29 -0
- package/esm/mainnet/nolus/assets.js +87 -0
- package/esm/mainnet/osmosis/assets.js +106 -0
- package/esm/mainnet/seda/ibc.js +25 -0
- package/esm/mainnet/xion/assets.js +305 -5
- package/esm/mainnet/xion/ibc.js +29 -0
- package/esm/mainnet/xpla/chain.js +1 -1
- package/esm/noncosmos/assets.js +2 -2
- package/esm/noncosmos/movement/assets.js +19 -13
- package/esm/noncosmos/named.js +1 -1
- package/esm/testnet/assets.js +0 -2
- package/esm/testnet/babylontestnet/assets.js +29 -0
- package/esm/testnet/chains.js +0 -2
- package/esm/testnet/ibc.js +0 -2
- package/esm/testnet/named.js +0 -1
- package/esm/testnet/xiontestnet2/assets.js +7 -0
- package/esm/testnet/xiontestnet2/chain.js +64 -8
- package/mainnet/axelar/assets.js +44 -0
- package/mainnet/cosmoshub/ibc.js +26 -0
- package/mainnet/dungeon/chain.js +4 -4
- package/mainnet/ethereum/assets.js +42 -0
- package/mainnet/kyve/ibc.js +29 -0
- package/mainnet/nolus/assets.js +87 -0
- package/mainnet/osmosis/assets.js +106 -0
- package/mainnet/seda/ibc.js +25 -0
- package/mainnet/xion/assets.js +305 -5
- package/mainnet/xion/ibc.js +29 -0
- package/mainnet/xpla/chain.js +1 -1
- package/noncosmos/assets.js +2 -2
- package/noncosmos/movement/assets.js +19 -13
- package/noncosmos/named.d.ts +1 -1
- package/noncosmos/named.js +2 -2
- package/package.json +4 -4
- package/testnet/assets.js +0 -2
- package/testnet/babylontestnet/assets.js +29 -0
- package/testnet/chains.js +0 -2
- package/testnet/ibc.js +0 -2
- package/testnet/named.d.ts +0 -1
- package/testnet/named.js +1 -2
- package/testnet/xiontestnet2/assets.js +7 -0
- package/testnet/xiontestnet2/chain.js +64 -8
- package/esm/testnet/xiontestnet/assets.js +0 -194
- package/esm/testnet/xiontestnet/chain.js +0 -159
- package/esm/testnet/xiontestnet/ibc.js +0 -116
- package/esm/testnet/xiontestnet/index.js +0 -6
- package/testnet/xiontestnet/assets.d.ts +0 -3
- package/testnet/xiontestnet/assets.js +0 -196
- package/testnet/xiontestnet/chain.d.ts +0 -3
- package/testnet/xiontestnet/chain.js +0 -161
- package/testnet/xiontestnet/ibc.d.ts +0 -3
- package/testnet/xiontestnet/ibc.js +0 -118
- package/testnet/xiontestnet/index.d.ts +0 -3
- package/testnet/xiontestnet/index.js +0 -12
|
@@ -1,7 +1,8 @@
|
|
|
1
1
|
const info = {
|
|
2
2
|
$schema: '../assetlist.schema.json',
|
|
3
3
|
chain_name: 'xion',
|
|
4
|
-
assets: [
|
|
4
|
+
assets: [
|
|
5
|
+
{
|
|
5
6
|
description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction.',
|
|
6
7
|
extended_description: 'XION is the first walletless L1 blockchain purpose built for consumer adoption through chain abstraction. Utilizing protocol-level implementations related to abstracted accounts, signatures, fees, interoperability, and more, XION empowers developers to build secure, intuitive, and seamless user experiences.',
|
|
7
8
|
denom_units: [{
|
|
@@ -26,10 +27,308 @@ const info = {
|
|
|
26
27
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
27
28
|
}],
|
|
28
29
|
socials: {
|
|
29
|
-
|
|
30
|
-
|
|
30
|
+
discord: 'https://discord.com/invite/burnt',
|
|
31
|
+
github: 'https://github.com/burnt-labs',
|
|
32
|
+
telegram: 'https://t.me/xion_announcements',
|
|
33
|
+
twitter: 'https://x.com/burnt_xion',
|
|
34
|
+
website: 'https://xion.burnt.com'
|
|
31
35
|
}
|
|
32
|
-
},
|
|
36
|
+
},
|
|
37
|
+
{
|
|
38
|
+
description: 'Osmosis from Osmosis Chain',
|
|
39
|
+
denom_units: [{
|
|
40
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
41
|
+
exponent: 0,
|
|
42
|
+
aliases: ['uosmo']
|
|
43
|
+
}, {
|
|
44
|
+
denom: 'osmo',
|
|
45
|
+
exponent: 6
|
|
46
|
+
}],
|
|
47
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
48
|
+
name: 'OSMO',
|
|
49
|
+
display: 'osmo',
|
|
50
|
+
symbol: 'OSMO',
|
|
51
|
+
logo_URIs: {
|
|
52
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
53
|
+
},
|
|
54
|
+
images: [{
|
|
55
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
56
|
+
}],
|
|
57
|
+
keywords: ['dex', 'mm'],
|
|
58
|
+
type_asset: 'ics20',
|
|
59
|
+
traces: [{
|
|
60
|
+
type: 'ibc',
|
|
61
|
+
counterparty: {
|
|
62
|
+
chain_name: 'osmosis',
|
|
63
|
+
base_denom: 'uosmo',
|
|
64
|
+
channel_id: 'channel-89321'
|
|
65
|
+
},
|
|
66
|
+
chain: {
|
|
67
|
+
channel_id: 'channel-1',
|
|
68
|
+
path: 'transfer/channel-1/uosmo'
|
|
69
|
+
}
|
|
70
|
+
}],
|
|
71
|
+
coingecko_id: 'osmosis'
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
description: 'The native utility token of the KYVE network.',
|
|
75
|
+
denom_units: [{
|
|
76
|
+
denom: 'ibc/056EA54C3D9B49B3C0418955A27980A91DD4F210914BFE240A1DB19E27895ECA',
|
|
77
|
+
exponent: 0
|
|
78
|
+
}, {
|
|
79
|
+
denom: 'kyve',
|
|
80
|
+
exponent: 6
|
|
81
|
+
}],
|
|
82
|
+
base: 'ibc/056EA54C3D9B49B3C0418955A27980A91DD4F210914BFE240A1DB19E27895ECA',
|
|
83
|
+
name: 'KYVE',
|
|
84
|
+
display: 'kyve',
|
|
85
|
+
symbol: 'KYVE',
|
|
86
|
+
logo_URIs: {
|
|
87
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
88
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg'
|
|
89
|
+
},
|
|
90
|
+
coingecko_id: 'kyve-network',
|
|
91
|
+
traces: [{
|
|
92
|
+
type: 'ibc',
|
|
93
|
+
counterparty: {
|
|
94
|
+
chain_name: 'kyve',
|
|
95
|
+
base_denom: 'ukyve',
|
|
96
|
+
channel_id: 'channel-7'
|
|
97
|
+
},
|
|
98
|
+
chain: {
|
|
99
|
+
channel_id: 'channel-5',
|
|
100
|
+
path: 'transfer/channel-5/ukyve'
|
|
101
|
+
}
|
|
102
|
+
}],
|
|
103
|
+
images: [{
|
|
104
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.png',
|
|
105
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/kyve/images/kyve-token.svg',
|
|
106
|
+
theme: {
|
|
107
|
+
primary_color_hex: '#335350'
|
|
108
|
+
}
|
|
109
|
+
}],
|
|
110
|
+
socials: {
|
|
111
|
+
website: 'https://www.kyve.network/',
|
|
112
|
+
twitter: 'https://twitter.com/KYVENetwork'
|
|
113
|
+
},
|
|
114
|
+
type_asset: 'ics20'
|
|
115
|
+
},
|
|
116
|
+
{
|
|
117
|
+
description: 'IBC Axelar uusdc through axelar-dojo-1 transfer/channel-2',
|
|
118
|
+
denom_units: [{
|
|
119
|
+
denom: 'ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4',
|
|
120
|
+
exponent: 0,
|
|
121
|
+
aliases: ['uusdc']
|
|
122
|
+
}, {
|
|
123
|
+
denom: 'axlusdc',
|
|
124
|
+
exponent: 6
|
|
125
|
+
}],
|
|
126
|
+
type_asset: 'ics20',
|
|
127
|
+
base: 'ibc/6490A7EAB61059BFC1CDDEB05917DD70BDF3A611654162A1A47DB930D40D8AF4',
|
|
128
|
+
name: 'Axelar Bridged USDC',
|
|
129
|
+
display: 'axlusdc',
|
|
130
|
+
symbol: 'AXLUSDC',
|
|
131
|
+
traces: [{
|
|
132
|
+
type: 'ibc',
|
|
133
|
+
counterparty: {
|
|
134
|
+
chain_name: 'axelar',
|
|
135
|
+
base_denom: 'uusdc',
|
|
136
|
+
channel_id: 'channel-161'
|
|
137
|
+
},
|
|
138
|
+
chain: {
|
|
139
|
+
channel_id: 'channel-3',
|
|
140
|
+
path: 'transfer/channel-3/uusdc'
|
|
141
|
+
}
|
|
142
|
+
}],
|
|
143
|
+
images: [{
|
|
144
|
+
image_sync: {
|
|
145
|
+
chain_name: 'axelar',
|
|
146
|
+
base_denom: 'uusdc'
|
|
147
|
+
},
|
|
148
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
149
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg',
|
|
150
|
+
theme: {
|
|
151
|
+
primary_color_hex: '#2474cc'
|
|
152
|
+
}
|
|
153
|
+
}],
|
|
154
|
+
logo_URIs: {
|
|
155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.png',
|
|
156
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/usdc.svg'
|
|
157
|
+
},
|
|
158
|
+
coingecko_id: 'axlusdc'
|
|
159
|
+
},
|
|
160
|
+
{
|
|
161
|
+
description: 'Axelar Network Token',
|
|
162
|
+
denom_units: [{
|
|
163
|
+
denom: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
164
|
+
exponent: 0,
|
|
165
|
+
aliases: ['microaxl']
|
|
166
|
+
}, {
|
|
167
|
+
denom: 'axl',
|
|
168
|
+
exponent: 6
|
|
169
|
+
}],
|
|
170
|
+
type_asset: 'ics20',
|
|
171
|
+
base: 'ibc/9463E39D230614B313B487836D13A392BD1731928713D4C8427A083627048DB3',
|
|
172
|
+
name: 'Axelar',
|
|
173
|
+
display: 'axl',
|
|
174
|
+
symbol: 'AXL',
|
|
175
|
+
traces: [{
|
|
176
|
+
type: 'ibc',
|
|
177
|
+
counterparty: {
|
|
178
|
+
chain_name: 'axelar',
|
|
179
|
+
base_denom: 'uaxl',
|
|
180
|
+
channel_id: 'channel-161'
|
|
181
|
+
},
|
|
182
|
+
chain: {
|
|
183
|
+
channel_id: 'channel-3',
|
|
184
|
+
path: 'transfer/channel-3/uaxl'
|
|
185
|
+
}
|
|
186
|
+
}],
|
|
187
|
+
images: [{
|
|
188
|
+
image_sync: {
|
|
189
|
+
chain_name: 'axelar',
|
|
190
|
+
base_denom: 'uaxl'
|
|
191
|
+
},
|
|
192
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
193
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
194
|
+
theme: {
|
|
195
|
+
primary_color_hex: '#040404'
|
|
196
|
+
}
|
|
197
|
+
}],
|
|
198
|
+
logo_URIs: {
|
|
199
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
200
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
201
|
+
},
|
|
202
|
+
coingecko_id: 'axelar'
|
|
203
|
+
},
|
|
204
|
+
{
|
|
205
|
+
denom_units: [{
|
|
206
|
+
denom: 'ibc/AAD7136DD626569C3DDE7C5F764968BB2E939875EFC568AE5712B62081850814',
|
|
207
|
+
exponent: 0,
|
|
208
|
+
aliases: ['weth-wei']
|
|
209
|
+
}, {
|
|
210
|
+
denom: 'weth',
|
|
211
|
+
exponent: 18
|
|
212
|
+
}],
|
|
213
|
+
type_asset: 'ics20',
|
|
214
|
+
base: 'ibc/AAD7136DD626569C3DDE7C5F764968BB2E939875EFC568AE5712B62081850814',
|
|
215
|
+
name: 'Axelar Wrapped Ether',
|
|
216
|
+
display: 'weth',
|
|
217
|
+
symbol: 'axlWETH',
|
|
218
|
+
traces: [{
|
|
219
|
+
type: 'ibc',
|
|
220
|
+
counterparty: {
|
|
221
|
+
chain_name: 'axelar',
|
|
222
|
+
base_denom: 'weth-wei',
|
|
223
|
+
channel_id: 'channel-161'
|
|
224
|
+
},
|
|
225
|
+
chain: {
|
|
226
|
+
channel_id: 'channel-3',
|
|
227
|
+
path: 'transfer/channel-3/weth-wei'
|
|
228
|
+
}
|
|
229
|
+
}],
|
|
230
|
+
images: [{
|
|
231
|
+
image_sync: {
|
|
232
|
+
chain_name: 'axelar',
|
|
233
|
+
base_denom: 'weth-wei'
|
|
234
|
+
},
|
|
235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png',
|
|
236
|
+
theme: {
|
|
237
|
+
primary_color_hex: '#3a3444'
|
|
238
|
+
}
|
|
239
|
+
}],
|
|
240
|
+
logo_URIs: {
|
|
241
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/weth.png'
|
|
242
|
+
},
|
|
243
|
+
coingecko_id: 'axlweth'
|
|
244
|
+
},
|
|
245
|
+
{
|
|
246
|
+
description: 'The native token of Elys Network',
|
|
247
|
+
denom_units: [
|
|
248
|
+
{
|
|
249
|
+
denom: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
250
|
+
exponent: 0,
|
|
251
|
+
aliases: ['microelys']
|
|
252
|
+
},
|
|
253
|
+
{
|
|
254
|
+
denom: 'melys',
|
|
255
|
+
exponent: 3,
|
|
256
|
+
aliases: ['millielys']
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
denom: 'elys',
|
|
260
|
+
exponent: 6,
|
|
261
|
+
aliases: []
|
|
262
|
+
}
|
|
263
|
+
],
|
|
264
|
+
type_asset: 'ics20',
|
|
265
|
+
base: 'ibc/DBE9697AC1044255A305A2034AD360B4152632BFBFB5785234731F60196B9645',
|
|
266
|
+
name: 'Elys Network',
|
|
267
|
+
display: 'elys',
|
|
268
|
+
symbol: 'ELYS',
|
|
269
|
+
traces: [{
|
|
270
|
+
type: 'ibc',
|
|
271
|
+
counterparty: {
|
|
272
|
+
chain_name: 'elys',
|
|
273
|
+
base_denom: 'uelys',
|
|
274
|
+
channel_id: 'channel-8'
|
|
275
|
+
},
|
|
276
|
+
chain: {
|
|
277
|
+
channel_id: 'channel-9',
|
|
278
|
+
path: 'transfer/channel-9/uelys'
|
|
279
|
+
}
|
|
280
|
+
}],
|
|
281
|
+
logo_URIs: {
|
|
282
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
283
|
+
},
|
|
284
|
+
coingecko_id: 'elys-network',
|
|
285
|
+
images: [{
|
|
286
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/elys/images/elys.png'
|
|
287
|
+
}]
|
|
288
|
+
},
|
|
289
|
+
{
|
|
290
|
+
description: 'Arbitrum from Axelar',
|
|
291
|
+
denom_units: [{
|
|
292
|
+
denom: 'ibc/E706A0C6CACB374ADC2BCF6A74FE1B260840FC822E45DCB776DEA962A57FED30',
|
|
293
|
+
exponent: 0
|
|
294
|
+
}, {
|
|
295
|
+
denom: 'arb',
|
|
296
|
+
exponent: 18
|
|
297
|
+
}],
|
|
298
|
+
base: 'ibc/E706A0C6CACB374ADC2BCF6A74FE1B260840FC822E45DCB776DEA962A57FED30',
|
|
299
|
+
name: 'Arbitrum',
|
|
300
|
+
display: 'arb',
|
|
301
|
+
symbol: 'axlARB',
|
|
302
|
+
traces: [{
|
|
303
|
+
type: 'ibc',
|
|
304
|
+
counterparty: {
|
|
305
|
+
chain_name: 'axelar',
|
|
306
|
+
base_denom: 'arb-wei',
|
|
307
|
+
channel_id: 'channel-161'
|
|
308
|
+
},
|
|
309
|
+
chain: {
|
|
310
|
+
channel_id: 'channel-3',
|
|
311
|
+
path: 'transfer/channel-3/arb-wei'
|
|
312
|
+
}
|
|
313
|
+
}],
|
|
314
|
+
logo_URIs: {
|
|
315
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png',
|
|
316
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg'
|
|
317
|
+
},
|
|
318
|
+
images: [{
|
|
319
|
+
image_sync: {
|
|
320
|
+
chain_name: 'arbitrum',
|
|
321
|
+
base_denom: '0x912CE59144191C1204E64559FE8253a0e49E6548'
|
|
322
|
+
},
|
|
323
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.png',
|
|
324
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/arbitrum/images/arb.svg',
|
|
325
|
+
theme: {
|
|
326
|
+
primary_color_hex: '#253545'
|
|
327
|
+
}
|
|
328
|
+
}],
|
|
329
|
+
type_asset: 'ics20'
|
|
330
|
+
},
|
|
331
|
+
{
|
|
33
332
|
denom_units: [{
|
|
34
333
|
denom: 'ibc/F082B65C88E4B6D5EF1DB243CDA1D331D002759E938A0F5CD3FFDC5D53B3E349',
|
|
35
334
|
exponent: 0,
|
|
@@ -72,6 +371,7 @@ const info = {
|
|
|
72
371
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.png',
|
|
73
372
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/ethereum/images/usdc.svg'
|
|
74
373
|
}
|
|
75
|
-
}
|
|
374
|
+
}
|
|
375
|
+
]
|
|
76
376
|
};
|
|
77
377
|
export default info;
|
package/esm/mainnet/xion/ibc.js
CHANGED
|
@@ -86,6 +86,35 @@ const info = [
|
|
|
86
86
|
}
|
|
87
87
|
}]
|
|
88
88
|
},
|
|
89
|
+
{
|
|
90
|
+
$schema: '../ibc_data.schema.json',
|
|
91
|
+
chain_1: {
|
|
92
|
+
chain_name: 'kyve',
|
|
93
|
+
client_id: '07-tendermint-8',
|
|
94
|
+
connection_id: 'connection-7'
|
|
95
|
+
},
|
|
96
|
+
chain_2: {
|
|
97
|
+
chain_name: 'xion',
|
|
98
|
+
client_id: '07-tendermint-5',
|
|
99
|
+
connection_id: 'connection-5'
|
|
100
|
+
},
|
|
101
|
+
channels: [{
|
|
102
|
+
chain_1: {
|
|
103
|
+
channel_id: 'channel-7',
|
|
104
|
+
port_id: 'transfer'
|
|
105
|
+
},
|
|
106
|
+
chain_2: {
|
|
107
|
+
channel_id: 'channel-5',
|
|
108
|
+
port_id: 'transfer'
|
|
109
|
+
},
|
|
110
|
+
ordering: 'unordered',
|
|
111
|
+
version: 'ics20-1',
|
|
112
|
+
tags: {
|
|
113
|
+
status: 'live',
|
|
114
|
+
preferred: true
|
|
115
|
+
}
|
|
116
|
+
}]
|
|
117
|
+
},
|
|
89
118
|
{
|
|
90
119
|
$schema: '../ibc_data.schema.json',
|
|
91
120
|
chain_1: {
|
package/esm/noncosmos/assets.js
CHANGED
|
@@ -20,6 +20,7 @@ import * as _kusama from './kusama';
|
|
|
20
20
|
import * as _litecoin from './litecoin';
|
|
21
21
|
import * as _mantle from './mantle';
|
|
22
22
|
import * as _moonbeam from './moonbeam';
|
|
23
|
+
import * as _movement from './movement';
|
|
23
24
|
import * as _neo from './neo';
|
|
24
25
|
import * as _optimism from './optimism';
|
|
25
26
|
import * as _polkadot from './polkadot';
|
|
@@ -33,7 +34,6 @@ import * as _zilliqa from './zilliqa';
|
|
|
33
34
|
import * as _berachain from './berachain';
|
|
34
35
|
import * as _hall from './hall';
|
|
35
36
|
import * as _initia from './initia';
|
|
36
|
-
import * as _movement from './movement';
|
|
37
37
|
import * as _namada from './namada';
|
|
38
38
|
import * as _avalanchetestnet from './avalanchetestnet';
|
|
39
39
|
import * as _binancesmartchaintestnet from './binancesmartchaintestnet';
|
|
@@ -72,6 +72,7 @@ const assets = [
|
|
|
72
72
|
_litecoin.assets,
|
|
73
73
|
_mantle.assets,
|
|
74
74
|
_moonbeam.assets,
|
|
75
|
+
_movement.assets,
|
|
75
76
|
_neo.assets,
|
|
76
77
|
_optimism.assets,
|
|
77
78
|
_polkadot.assets,
|
|
@@ -85,7 +86,6 @@ const assets = [
|
|
|
85
86
|
_berachain.assets,
|
|
86
87
|
_hall.assets,
|
|
87
88
|
_initia.assets,
|
|
88
|
-
_movement.assets,
|
|
89
89
|
_namada.assets,
|
|
90
90
|
_avalanchetestnet.assets,
|
|
91
91
|
_binancesmartchaintestnet.assets,
|
|
@@ -1,30 +1,36 @@
|
|
|
1
1
|
const info = {
|
|
2
|
-
$schema: '
|
|
2
|
+
$schema: '../../assetlist.schema.json',
|
|
3
3
|
chain_name: 'movement',
|
|
4
4
|
assets: [{
|
|
5
|
-
description: 'The native
|
|
5
|
+
description: 'The native currency of Movement Network',
|
|
6
|
+
extended_description: 'Movement Network is an ecosystem of Modular Move-Based Blockchains that enables developers to build secure, performant, and interoperable blockchain applications, bridging the gap between Move and EVM ecosystems. Movement Network is the first Move-EVM L2 for Ethereum, alongside open-source tooling and protocols to facilitate the adoption of the Move programming language across blockchain ecosystems.',
|
|
7
|
+
type_asset: 'erc20',
|
|
8
|
+
address: '0xa',
|
|
6
9
|
denom_units: [{
|
|
7
|
-
denom: '
|
|
8
|
-
exponent: 0
|
|
10
|
+
denom: '0xa',
|
|
11
|
+
exponent: 0,
|
|
12
|
+
aliases: ['octa']
|
|
9
13
|
}, {
|
|
10
14
|
denom: 'move',
|
|
11
|
-
exponent:
|
|
15
|
+
exponent: 8
|
|
12
16
|
}],
|
|
13
|
-
base: '
|
|
14
|
-
display: 'move',
|
|
17
|
+
base: '0xa',
|
|
15
18
|
name: 'Movement',
|
|
19
|
+
display: 'move',
|
|
16
20
|
symbol: 'MOVE',
|
|
21
|
+
coingecko_id: 'movement',
|
|
17
22
|
images: [{
|
|
18
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/movement/images/move.svg',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.svg',
|
|
24
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/_non-cosmos/movement/images/move.png',
|
|
19
25
|
theme: {
|
|
20
|
-
circle: true
|
|
26
|
+
circle: true,
|
|
27
|
+
primary_color_hex: '#F1BB15'
|
|
21
28
|
}
|
|
22
29
|
}],
|
|
23
30
|
socials: {
|
|
24
|
-
website: 'https://
|
|
25
|
-
twitter: 'https://
|
|
26
|
-
}
|
|
27
|
-
type_asset: 'sdk.coin'
|
|
31
|
+
website: 'https://www.movementnetwork.xyz/',
|
|
32
|
+
twitter: 'https://twitter.com/movementfdn'
|
|
33
|
+
}
|
|
28
34
|
}]
|
|
29
35
|
};
|
|
30
36
|
export default info;
|
package/esm/noncosmos/named.js
CHANGED
|
@@ -20,6 +20,7 @@ export * as kusama from './kusama';
|
|
|
20
20
|
export * as litecoin from './litecoin';
|
|
21
21
|
export * as mantle from './mantle';
|
|
22
22
|
export * as moonbeam from './moonbeam';
|
|
23
|
+
export * as movement from './movement';
|
|
23
24
|
export * as neo from './neo';
|
|
24
25
|
export * as optimism from './optimism';
|
|
25
26
|
export * as polkadot from './polkadot';
|
|
@@ -33,7 +34,6 @@ export * as zilliqa from './zilliqa';
|
|
|
33
34
|
export * as berachain from './berachain';
|
|
34
35
|
export * as hall from './hall';
|
|
35
36
|
export * as initia from './initia';
|
|
36
|
-
export * as movement from './movement';
|
|
37
37
|
export * as namada from './namada';
|
|
38
38
|
export * as cosmoshubicstestnet from './cosmoshubicstestnet';
|
|
39
39
|
export * as avalanchetestnet from './avalanchetestnet';
|
package/esm/testnet/assets.js
CHANGED
|
@@ -121,7 +121,6 @@ import * as _uniontestnet from './uniontestnet';
|
|
|
121
121
|
import * as _upticktestnet from './upticktestnet';
|
|
122
122
|
import * as _wardenprotocoltestnet from './wardenprotocoltestnet';
|
|
123
123
|
import * as _wavehashtestnet from './wavehashtestnet';
|
|
124
|
-
import * as _xiontestnet from './xiontestnet';
|
|
125
124
|
import * as _xiontestnet2 from './xiontestnet2';
|
|
126
125
|
import * as _xplatestnet from './xplatestnet';
|
|
127
126
|
import * as _zenrocktestnet from './zenrocktestnet';
|
|
@@ -251,7 +250,6 @@ const assets = [
|
|
|
251
250
|
_upticktestnet.assets,
|
|
252
251
|
_wardenprotocoltestnet.assets,
|
|
253
252
|
_wavehashtestnet.assets,
|
|
254
|
-
_xiontestnet.assets,
|
|
255
253
|
_xiontestnet2.assets,
|
|
256
254
|
_xplatestnet.assets,
|
|
257
255
|
_zenrocktestnet.assets,
|
|
@@ -220,6 +220,35 @@ const info = {
|
|
|
220
220
|
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/logo.svg'
|
|
221
221
|
}],
|
|
222
222
|
type_asset: 'ics20'
|
|
223
|
+
},
|
|
224
|
+
{
|
|
225
|
+
base: 'cw20:bbn1cnx34p82zngq0uuaendsne0x4s5gsm7gpwk2es8zk8rz8tnj938qqyq8f9',
|
|
226
|
+
name: 'Babylon Testnet Escher LST',
|
|
227
|
+
address: 'bbn1cnx34p82zngq0uuaendsne0x4s5gsm7gpwk2es8zk8rz8tnj938qqyq8f9',
|
|
228
|
+
symbol: 'eBABY',
|
|
229
|
+
display: 'eBABY',
|
|
230
|
+
type_asset: 'cw20',
|
|
231
|
+
denom_units: [{
|
|
232
|
+
denom: 'cw20:bbn1cnx34p82zngq0uuaendsne0x4s5gsm7gpwk2es8zk8rz8tnj938qqyq8f9',
|
|
233
|
+
exponent: 0
|
|
234
|
+
}, {
|
|
235
|
+
denom: 'eBABY',
|
|
236
|
+
exponent: 6
|
|
237
|
+
}],
|
|
238
|
+
logo_URIs: {
|
|
239
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/eBABY.svg'
|
|
240
|
+
},
|
|
241
|
+
images: [{
|
|
242
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/babylontestnet/images/eBABY.svg'
|
|
243
|
+
}],
|
|
244
|
+
traces: [{
|
|
245
|
+
type: 'liquid-stake',
|
|
246
|
+
counterparty: {
|
|
247
|
+
chain_name: 'babylontestnet',
|
|
248
|
+
base_denom: 'ubbn'
|
|
249
|
+
},
|
|
250
|
+
provider: 'Escher'
|
|
251
|
+
}]
|
|
223
252
|
}
|
|
224
253
|
]
|
|
225
254
|
};
|
package/esm/testnet/chains.js
CHANGED
|
@@ -121,7 +121,6 @@ import * as _uniontestnet from './uniontestnet';
|
|
|
121
121
|
import * as _upticktestnet from './upticktestnet';
|
|
122
122
|
import * as _wardenprotocoltestnet from './wardenprotocoltestnet';
|
|
123
123
|
import * as _wavehashtestnet from './wavehashtestnet';
|
|
124
|
-
import * as _xiontestnet from './xiontestnet';
|
|
125
124
|
import * as _xiontestnet2 from './xiontestnet2';
|
|
126
125
|
import * as _xplatestnet from './xplatestnet';
|
|
127
126
|
import * as _zenrocktestnet from './zenrocktestnet';
|
|
@@ -251,7 +250,6 @@ const chains = [
|
|
|
251
250
|
_upticktestnet.chain,
|
|
252
251
|
_wardenprotocoltestnet.chain,
|
|
253
252
|
_wavehashtestnet.chain,
|
|
254
|
-
_xiontestnet.chain,
|
|
255
253
|
_xiontestnet2.chain,
|
|
256
254
|
_xplatestnet.chain,
|
|
257
255
|
_zenrocktestnet.chain,
|
package/esm/testnet/ibc.js
CHANGED
|
@@ -43,7 +43,6 @@ import * as _synternettestnet from './synternettestnet';
|
|
|
43
43
|
import * as _terra2testnet from './terra2testnet';
|
|
44
44
|
import * as _titannettestnet from './titannettestnet';
|
|
45
45
|
import * as _titantestnet from './titantestnet';
|
|
46
|
-
import * as _xiontestnet from './xiontestnet';
|
|
47
46
|
import * as _xiontestnet2 from './xiontestnet2';
|
|
48
47
|
const ibc = [
|
|
49
48
|
..._akashtestnet.ibc,
|
|
@@ -91,7 +90,6 @@ const ibc = [
|
|
|
91
90
|
..._terra2testnet.ibc,
|
|
92
91
|
..._titannettestnet.ibc,
|
|
93
92
|
..._titantestnet.ibc,
|
|
94
|
-
..._xiontestnet.ibc,
|
|
95
93
|
..._xiontestnet2.ibc
|
|
96
94
|
];
|
|
97
95
|
export default ibc;
|
package/esm/testnet/named.js
CHANGED
|
@@ -121,7 +121,6 @@ export * as uniontestnet from './uniontestnet';
|
|
|
121
121
|
export * as upticktestnet from './upticktestnet';
|
|
122
122
|
export * as wardenprotocoltestnet from './wardenprotocoltestnet';
|
|
123
123
|
export * as wavehashtestnet from './wavehashtestnet';
|
|
124
|
-
export * as xiontestnet from './xiontestnet';
|
|
125
124
|
export * as xiontestnet2 from './xiontestnet2';
|
|
126
125
|
export * as xplatestnet from './xplatestnet';
|
|
127
126
|
export * as zenrocktestnet from './zenrocktestnet';
|
|
@@ -23,6 +23,13 @@ const info = {
|
|
|
23
23
|
images: [{
|
|
24
24
|
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/xion/images/burnt-round.png'
|
|
25
25
|
}],
|
|
26
|
+
socials: {
|
|
27
|
+
discord: 'https://discord.com/invite/burnt',
|
|
28
|
+
github: 'https://github.com/burnt-labs',
|
|
29
|
+
telegram: 'https://t.me/xion_announcements',
|
|
30
|
+
twitter: 'https://x.com/burnt_xion',
|
|
31
|
+
website: 'https://xion.burnt.com'
|
|
32
|
+
},
|
|
26
33
|
type_asset: 'sdk.coin'
|
|
27
34
|
},
|
|
28
35
|
{
|