@chain-registry/assets 1.70.247 → 1.70.249
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/allora.js +338 -0
- package/esm/mainnet/assets.js +3 -1
- package/esm/mainnet/axelar.js +70 -0
- package/esm/mainnet/bitbadges.js +182 -0
- package/esm/mainnet/cosmoshub.js +72 -2
- package/esm/mainnet/index.js +2 -0
- package/esm/mainnet/osmosis.js +148 -0
- package/esm/mainnet/sei.js +70 -0
- package/index.d.ts +1 -1
- package/mainnet/allora.d.ts +3 -0
- package/mainnet/allora.js +340 -0
- package/mainnet/assets.js +3 -1
- package/mainnet/axelar.js +70 -0
- package/mainnet/bitbadges.d.ts +3 -0
- package/mainnet/bitbadges.js +184 -0
- package/mainnet/cosmoshub.js +72 -2
- package/mainnet/index.d.ts +2 -0
- package/mainnet/index.js +6 -4
- package/mainnet/osmosis.js +148 -0
- package/mainnet/sei.js +70 -0
- package/package.json +5 -5
|
@@ -0,0 +1,340 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'allora',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/2CC0B1B7A981ACC74854717F221008484603BB8360E81B262411B0D830EDE9B0',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uaxl']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'axl',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
base: 'ibc/2CC0B1B7A981ACC74854717F221008484603BB8360E81B262411B0D830EDE9B0',
|
|
17
|
+
name: 'Axelar',
|
|
18
|
+
display: 'axl',
|
|
19
|
+
symbol: 'AXL',
|
|
20
|
+
logo_URIs: {
|
|
21
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
23
|
+
},
|
|
24
|
+
coingecko_id: 'axelar',
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#040404'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
socials: {
|
|
33
|
+
website: 'https://axelar.network/',
|
|
34
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
35
|
+
},
|
|
36
|
+
type_asset: 'sdk.coin',
|
|
37
|
+
traces: [{
|
|
38
|
+
type: 'ibc',
|
|
39
|
+
counterparty: {
|
|
40
|
+
channel_id: 'channel-164',
|
|
41
|
+
base_denom: 'uaxl',
|
|
42
|
+
chain_name: 'axelar'
|
|
43
|
+
},
|
|
44
|
+
chain: {
|
|
45
|
+
channel_id: 'channel-0'
|
|
46
|
+
}
|
|
47
|
+
}]
|
|
48
|
+
},
|
|
49
|
+
{
|
|
50
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
51
|
+
denom_units: [{
|
|
52
|
+
denom: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
53
|
+
exponent: 0,
|
|
54
|
+
aliases: ['uatom']
|
|
55
|
+
}, {
|
|
56
|
+
denom: 'atom',
|
|
57
|
+
exponent: 6
|
|
58
|
+
}],
|
|
59
|
+
base: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
60
|
+
name: 'Cosmos Hub Atom',
|
|
61
|
+
display: 'atom',
|
|
62
|
+
symbol: 'ATOM',
|
|
63
|
+
logo_URIs: {
|
|
64
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
65
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
66
|
+
},
|
|
67
|
+
coingecko_id: 'cosmos',
|
|
68
|
+
images: [{
|
|
69
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
70
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
71
|
+
theme: {
|
|
72
|
+
primary_color_hex: '#272d45'
|
|
73
|
+
}
|
|
74
|
+
}],
|
|
75
|
+
socials: {
|
|
76
|
+
website: 'https://cosmos.network',
|
|
77
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
78
|
+
},
|
|
79
|
+
type_asset: 'sdk.coin',
|
|
80
|
+
traces: [{
|
|
81
|
+
type: 'ibc',
|
|
82
|
+
counterparty: {
|
|
83
|
+
channel_id: 'channel-1353',
|
|
84
|
+
base_denom: 'uatom',
|
|
85
|
+
chain_name: 'cosmoshub'
|
|
86
|
+
},
|
|
87
|
+
chain: {
|
|
88
|
+
channel_id: 'channel-2'
|
|
89
|
+
}
|
|
90
|
+
}]
|
|
91
|
+
},
|
|
92
|
+
{
|
|
93
|
+
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
94
|
+
denom_units: [{
|
|
95
|
+
denom: 'ibc/348C1956DCD7FDABB3DABC93E30F398190FFC9EFE9C4004E955C9ACBEC6B8C5E',
|
|
96
|
+
exponent: 0,
|
|
97
|
+
aliases: ['usei']
|
|
98
|
+
}, {
|
|
99
|
+
denom: 'sei',
|
|
100
|
+
exponent: 6
|
|
101
|
+
}],
|
|
102
|
+
base: 'ibc/348C1956DCD7FDABB3DABC93E30F398190FFC9EFE9C4004E955C9ACBEC6B8C5E',
|
|
103
|
+
name: 'Sei',
|
|
104
|
+
display: 'sei',
|
|
105
|
+
symbol: 'SEI',
|
|
106
|
+
logo_URIs: {
|
|
107
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
|
|
108
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
|
|
109
|
+
},
|
|
110
|
+
coingecko_id: 'sei-network',
|
|
111
|
+
images: [{
|
|
112
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
|
|
113
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg',
|
|
114
|
+
theme: {
|
|
115
|
+
primary_color_hex: '#9c1c1c'
|
|
116
|
+
}
|
|
117
|
+
}],
|
|
118
|
+
socials: {
|
|
119
|
+
website: 'https://www.sei.io/',
|
|
120
|
+
twitter: 'https://twitter.com/SeiNetwork'
|
|
121
|
+
},
|
|
122
|
+
type_asset: 'sdk.coin',
|
|
123
|
+
traces: [{
|
|
124
|
+
type: 'ibc',
|
|
125
|
+
counterparty: {
|
|
126
|
+
channel_id: 'channel-79',
|
|
127
|
+
base_denom: 'usei',
|
|
128
|
+
chain_name: 'sei'
|
|
129
|
+
},
|
|
130
|
+
chain: {
|
|
131
|
+
channel_id: 'channel-1'
|
|
132
|
+
}
|
|
133
|
+
}]
|
|
134
|
+
},
|
|
135
|
+
{
|
|
136
|
+
description: 'OOZARU is a meme token on SEI Network inspired by the iconic transformation in the Dragon Ball series',
|
|
137
|
+
denom_units: [{
|
|
138
|
+
denom: 'ibc/C9BFEB539A0E082C7E06D03B6CC826FF31B8A010A6413C2D74F3C81F13438E73',
|
|
139
|
+
exponent: 0,
|
|
140
|
+
aliases: ['sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda']
|
|
141
|
+
}, {
|
|
142
|
+
denom: 'oozaru',
|
|
143
|
+
exponent: 6
|
|
144
|
+
}],
|
|
145
|
+
type_asset: 'cw20',
|
|
146
|
+
address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
|
|
147
|
+
base: 'ibc/C9BFEB539A0E082C7E06D03B6CC826FF31B8A010A6413C2D74F3C81F13438E73',
|
|
148
|
+
name: 'Oozaru',
|
|
149
|
+
display: 'oozaru',
|
|
150
|
+
symbol: 'OOZARU',
|
|
151
|
+
logo_URIs: {
|
|
152
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png'
|
|
153
|
+
},
|
|
154
|
+
images: [{
|
|
155
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png',
|
|
156
|
+
theme: {
|
|
157
|
+
primary_color_hex: '#2b1619'
|
|
158
|
+
}
|
|
159
|
+
}],
|
|
160
|
+
traces: [{
|
|
161
|
+
type: 'ibc',
|
|
162
|
+
counterparty: {
|
|
163
|
+
channel_id: 'channel-79',
|
|
164
|
+
base_denom: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
|
|
165
|
+
chain_name: 'sei'
|
|
166
|
+
},
|
|
167
|
+
chain: {
|
|
168
|
+
channel_id: 'channel-1'
|
|
169
|
+
}
|
|
170
|
+
}]
|
|
171
|
+
},
|
|
172
|
+
{
|
|
173
|
+
description: 'Axelar is a decentralized interoperability network connecting multiple blockchain ecosystems, enabling seamless cross-chain communication and value transfer.',
|
|
174
|
+
denom_units: [{
|
|
175
|
+
denom: 'ibc/2CC0B1B7A981ACC74854717F221008484603BB8360E81B262411B0D830EDE9B0',
|
|
176
|
+
exponent: 0,
|
|
177
|
+
aliases: ['uaxl']
|
|
178
|
+
}, {
|
|
179
|
+
denom: 'axl',
|
|
180
|
+
exponent: 6
|
|
181
|
+
}],
|
|
182
|
+
base: 'ibc/2CC0B1B7A981ACC74854717F221008484603BB8360E81B262411B0D830EDE9B0',
|
|
183
|
+
name: 'Axelar',
|
|
184
|
+
display: 'axl',
|
|
185
|
+
symbol: 'AXL',
|
|
186
|
+
logo_URIs: {
|
|
187
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.png',
|
|
188
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/images/axl.svg'
|
|
189
|
+
},
|
|
190
|
+
coingecko_id: 'axelar',
|
|
191
|
+
images: [{
|
|
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
|
+
socials: {
|
|
199
|
+
website: 'https://axelar.network/',
|
|
200
|
+
twitter: 'https://twitter.com/axelarnetwork'
|
|
201
|
+
},
|
|
202
|
+
type_asset: 'sdk.coin',
|
|
203
|
+
traces: [{
|
|
204
|
+
type: 'ibc',
|
|
205
|
+
counterparty: {
|
|
206
|
+
channel_id: 'channel-164',
|
|
207
|
+
base_denom: 'uaxl',
|
|
208
|
+
chain_name: 'axelar'
|
|
209
|
+
},
|
|
210
|
+
chain: {
|
|
211
|
+
channel_id: 'channel-0'
|
|
212
|
+
}
|
|
213
|
+
}]
|
|
214
|
+
},
|
|
215
|
+
{
|
|
216
|
+
description: 'ATOM is the native cryptocurrency of the Cosmos network, designed to facilitate interoperability between multiple blockchains through its innovative hub-and-spoke model.',
|
|
217
|
+
denom_units: [{
|
|
218
|
+
denom: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
219
|
+
exponent: 0,
|
|
220
|
+
aliases: ['uatom']
|
|
221
|
+
}, {
|
|
222
|
+
denom: 'atom',
|
|
223
|
+
exponent: 6
|
|
224
|
+
}],
|
|
225
|
+
base: 'ibc/9117A26BA81E29FA4F78F57DC2BD90CD3D26848101BA880445F119B22A1E254E',
|
|
226
|
+
name: 'Cosmos Hub Atom',
|
|
227
|
+
display: 'atom',
|
|
228
|
+
symbol: 'ATOM',
|
|
229
|
+
logo_URIs: {
|
|
230
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
231
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
232
|
+
},
|
|
233
|
+
coingecko_id: 'cosmos',
|
|
234
|
+
images: [{
|
|
235
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
236
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg',
|
|
237
|
+
theme: {
|
|
238
|
+
primary_color_hex: '#272d45'
|
|
239
|
+
}
|
|
240
|
+
}],
|
|
241
|
+
socials: {
|
|
242
|
+
website: 'https://cosmos.network',
|
|
243
|
+
twitter: 'https://twitter.com/cosmoshub'
|
|
244
|
+
},
|
|
245
|
+
type_asset: 'sdk.coin',
|
|
246
|
+
traces: [{
|
|
247
|
+
type: 'ibc',
|
|
248
|
+
counterparty: {
|
|
249
|
+
channel_id: 'channel-1353',
|
|
250
|
+
base_denom: 'uatom',
|
|
251
|
+
chain_name: 'cosmoshub'
|
|
252
|
+
},
|
|
253
|
+
chain: {
|
|
254
|
+
channel_id: 'channel-2'
|
|
255
|
+
}
|
|
256
|
+
}]
|
|
257
|
+
},
|
|
258
|
+
{
|
|
259
|
+
description: 'Sei is a layer-1 blockchain optimized for trading, focusing on providing high throughput, low latency, and efficient execution for decentralized exchanges.',
|
|
260
|
+
denom_units: [{
|
|
261
|
+
denom: 'ibc/348C1956DCD7FDABB3DABC93E30F398190FFC9EFE9C4004E955C9ACBEC6B8C5E',
|
|
262
|
+
exponent: 0,
|
|
263
|
+
aliases: ['usei']
|
|
264
|
+
}, {
|
|
265
|
+
denom: 'sei',
|
|
266
|
+
exponent: 6
|
|
267
|
+
}],
|
|
268
|
+
base: 'ibc/348C1956DCD7FDABB3DABC93E30F398190FFC9EFE9C4004E955C9ACBEC6B8C5E',
|
|
269
|
+
name: 'Sei',
|
|
270
|
+
display: 'sei',
|
|
271
|
+
symbol: 'SEI',
|
|
272
|
+
logo_URIs: {
|
|
273
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
|
|
274
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg'
|
|
275
|
+
},
|
|
276
|
+
coingecko_id: 'sei-network',
|
|
277
|
+
images: [{
|
|
278
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.png',
|
|
279
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/sei.svg',
|
|
280
|
+
theme: {
|
|
281
|
+
primary_color_hex: '#9c1c1c'
|
|
282
|
+
}
|
|
283
|
+
}],
|
|
284
|
+
socials: {
|
|
285
|
+
website: 'https://www.sei.io/',
|
|
286
|
+
twitter: 'https://twitter.com/SeiNetwork'
|
|
287
|
+
},
|
|
288
|
+
type_asset: 'sdk.coin',
|
|
289
|
+
traces: [{
|
|
290
|
+
type: 'ibc',
|
|
291
|
+
counterparty: {
|
|
292
|
+
channel_id: 'channel-79',
|
|
293
|
+
base_denom: 'usei',
|
|
294
|
+
chain_name: 'sei'
|
|
295
|
+
},
|
|
296
|
+
chain: {
|
|
297
|
+
channel_id: 'channel-1'
|
|
298
|
+
}
|
|
299
|
+
}]
|
|
300
|
+
},
|
|
301
|
+
{
|
|
302
|
+
description: 'OOZARU is a meme token on SEI Network inspired by the iconic transformation in the Dragon Ball series',
|
|
303
|
+
denom_units: [{
|
|
304
|
+
denom: 'ibc/C9BFEB539A0E082C7E06D03B6CC826FF31B8A010A6413C2D74F3C81F13438E73',
|
|
305
|
+
exponent: 0,
|
|
306
|
+
aliases: ['sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda']
|
|
307
|
+
}, {
|
|
308
|
+
denom: 'oozaru',
|
|
309
|
+
exponent: 6
|
|
310
|
+
}],
|
|
311
|
+
type_asset: 'cw20',
|
|
312
|
+
address: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
|
|
313
|
+
base: 'ibc/C9BFEB539A0E082C7E06D03B6CC826FF31B8A010A6413C2D74F3C81F13438E73',
|
|
314
|
+
name: 'Oozaru',
|
|
315
|
+
display: 'oozaru',
|
|
316
|
+
symbol: 'OOZARU',
|
|
317
|
+
logo_URIs: {
|
|
318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png'
|
|
319
|
+
},
|
|
320
|
+
images: [{
|
|
321
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/sei/images/oozaru.png',
|
|
322
|
+
theme: {
|
|
323
|
+
primary_color_hex: '#2b1619'
|
|
324
|
+
}
|
|
325
|
+
}],
|
|
326
|
+
traces: [{
|
|
327
|
+
type: 'ibc',
|
|
328
|
+
counterparty: {
|
|
329
|
+
channel_id: 'channel-79',
|
|
330
|
+
base_denom: 'sei1wlf9j5uv50rcg0u5j6xk00px5tflptzprj39keck27eg8g7qd7hqq6kvda',
|
|
331
|
+
chain_name: 'sei'
|
|
332
|
+
},
|
|
333
|
+
chain: {
|
|
334
|
+
channel_id: 'channel-1'
|
|
335
|
+
}
|
|
336
|
+
}]
|
|
337
|
+
}
|
|
338
|
+
]
|
|
339
|
+
};
|
|
340
|
+
exports.default = assets;
|
package/mainnet/assets.js
CHANGED
|
@@ -10,6 +10,7 @@ const acrechain_1 = __importDefault(require("./acrechain"));
|
|
|
10
10
|
const agoric_1 = __importDefault(require("./agoric"));
|
|
11
11
|
const aioz_1 = __importDefault(require("./aioz"));
|
|
12
12
|
const akash_1 = __importDefault(require("./akash"));
|
|
13
|
+
const allora_1 = __importDefault(require("./allora"));
|
|
13
14
|
const andromeda_1 = __importDefault(require("./andromeda"));
|
|
14
15
|
const archway_1 = __importDefault(require("./archway"));
|
|
15
16
|
const arkeo_1 = __importDefault(require("./arkeo"));
|
|
@@ -21,6 +22,7 @@ const axelar_1 = __importDefault(require("./axelar"));
|
|
|
21
22
|
const babylon_1 = __importDefault(require("./babylon"));
|
|
22
23
|
const bandchain_1 = __importDefault(require("./bandchain"));
|
|
23
24
|
const beezee_1 = __importDefault(require("./beezee"));
|
|
25
|
+
const bitbadges_1 = __importDefault(require("./bitbadges"));
|
|
24
26
|
const bitcanna_1 = __importDefault(require("./bitcanna"));
|
|
25
27
|
const bitsong_1 = __importDefault(require("./bitsong"));
|
|
26
28
|
const bluzelle_1 = __importDefault(require("./bluzelle"));
|
|
@@ -158,5 +160,5 @@ const uptick_1 = __importDefault(require("./uptick"));
|
|
|
158
160
|
const xion_1 = __importDefault(require("./xion"));
|
|
159
161
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
160
162
|
const zenrock_1 = __importDefault(require("./zenrock"));
|
|
161
|
-
const assets = [ethereum_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, andromeda_1.default, archway_1.default, arkeo_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, initia_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, zenrock_1.default];
|
|
163
|
+
const assets = [ethereum_1.default, solana_1.default, aaronetwork_1.default, acrechain_1.default, agoric_1.default, aioz_1.default, akash_1.default, allora_1.default, andromeda_1.default, archway_1.default, arkeo_1.default, arkh_1.default, assetmantle_1.default, atomone_1.default, aura_1.default, axelar_1.default, babylon_1.default, bandchain_1.default, beezee_1.default, bitbadges_1.default, bitcanna_1.default, bitsong_1.default, bluzelle_1.default, bostrom_1.default, canto_1.default, carbon_1.default, celestia_1.default, chain4energy_1.default, cheqd_1.default, chihuahua_1.default, cifer_1.default, comdex_1.default, composable_1.default, conscious_1.default, coreum_1.default, cosmoshub_1.default, crescent_1.default, cronos_1.default, cryptoorgchain_1.default, decentr_1.default, desmos_1.default, dhealth_1.default, doravota_1.default, dungeon_1.default, dydx_1.default, dymension_1.default, dyson_1.default, echelon_1.default, elys_1.default, emoney_1.default, empowerchain_1.default, evmos_1.default, fetchhub_1.default, firmachain_1.default, furya_1.default, fxcore_1.default, galaxy_1.default, gateway_1.default, genesisl1_1.default, gitopia_1.default, gravitybridge_1.default, haqq_1.default, humans_1.default, impacthub_1.default, imversed_1.default, initia_1.default, injective_1.default, int3face_1.default, irisnet_1.default, jackal_1.default, joltify_1.default, juno_1.default, kava_1.default, kichain_1.default, kimanetwork_1.default, konstellation_1.default, kopi_1.default, kujira_1.default, kyve_1.default, lambda_1.default, lava_1.default, likecoin_1.default, lombardledger_1.default, lorenzo_1.default, lumnetwork_1.default, mande_1.default, manifest_1.default, mantrachain_1.default, medasdigital_1.default, meme_1.default, migaloo_1.default, milkyway_1.default, neutaro_1.default, neutron_1.default, nibiru_1.default, nillion_1.default, nim_1.default, noble_1.default, nolus_1.default, nomic_1.default, nyx_1.default, odin_1.default, okexchain_1.default, omniflixhub_1.default, onex_1.default, onomy_1.default, oraichain_1.default, osmosis_1.default, panacea_1.default, passage_1.default, persistence_1.default, planq_1.default, point_1.default, provenance_1.default, pryzm_1.default, pundix_1.default, pylons_1.default, quasar_1.default, quicksilver_1.default, qwoyn_1.default, realio_1.default, rebus_1.default, regen_1.default, rizon_1.default, routerchain_1.default, saga_1.default, scorum_1.default, secretnetwork_1.default, seda_1.default, sei_1.default, self_1.default, sentinel_1.default, sge_1.default, shareledger_1.default, shentu_1.default, shido_1.default, sidechain_1.default, sifchain_1.default, sommelier_1.default, source_1.default, stafihub_1.default, stargaze_1.default, starname_1.default, stratos_1.default, stride_1.default, synternet_1.default, teritori_1.default, terra_1.default, terra2_1.default, tgrade_1.default, titan_1.default, umee_1.default, unification_1.default, uptick_1.default, xion_1.default, xpla_1.default, zenrock_1.default];
|
|
162
164
|
exports.default = assets;
|
package/mainnet/axelar.js
CHANGED
|
@@ -207,6 +207,41 @@ const assets = {
|
|
|
207
207
|
}
|
|
208
208
|
}]
|
|
209
209
|
},
|
|
210
|
+
{
|
|
211
|
+
description: 'Allora Token (ALLO) is the Allora Network\'s native utility token, used as the primary means to govern, secure the blockchain, and incentivize network participants.',
|
|
212
|
+
denom_units: [{
|
|
213
|
+
denom: 'ibc/E1E6EFCB71F9958FA4C63DFAD1DE977E6A29C2E8FE9E62BAB48D568C2CEA09DA',
|
|
214
|
+
exponent: 0,
|
|
215
|
+
aliases: ['uallo']
|
|
216
|
+
}, {
|
|
217
|
+
denom: 'allo',
|
|
218
|
+
exponent: 18
|
|
219
|
+
}],
|
|
220
|
+
base: 'ibc/E1E6EFCB71F9958FA4C63DFAD1DE977E6A29C2E8FE9E62BAB48D568C2CEA09DA',
|
|
221
|
+
name: 'Allora Network',
|
|
222
|
+
display: 'allo',
|
|
223
|
+
symbol: 'ALLO',
|
|
224
|
+
logo_URIs: {
|
|
225
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
226
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
227
|
+
},
|
|
228
|
+
images: [{
|
|
229
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
230
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
231
|
+
}],
|
|
232
|
+
type_asset: 'sdk.coin',
|
|
233
|
+
traces: [{
|
|
234
|
+
type: 'ibc',
|
|
235
|
+
counterparty: {
|
|
236
|
+
channel_id: 'channel-0',
|
|
237
|
+
base_denom: 'uallo',
|
|
238
|
+
chain_name: 'allora'
|
|
239
|
+
},
|
|
240
|
+
chain: {
|
|
241
|
+
channel_id: 'channel-164'
|
|
242
|
+
}
|
|
243
|
+
}]
|
|
244
|
+
},
|
|
210
245
|
{
|
|
211
246
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
212
247
|
denom_units: [
|
|
@@ -534,6 +569,41 @@ const assets = {
|
|
|
534
569
|
}
|
|
535
570
|
}]
|
|
536
571
|
},
|
|
572
|
+
{
|
|
573
|
+
description: 'Allora Token (ALLO) is the Allora Network\'s native utility token, used as the primary means to govern, secure the blockchain, and incentivize network participants.',
|
|
574
|
+
denom_units: [{
|
|
575
|
+
denom: 'ibc/E1E6EFCB71F9958FA4C63DFAD1DE977E6A29C2E8FE9E62BAB48D568C2CEA09DA',
|
|
576
|
+
exponent: 0,
|
|
577
|
+
aliases: ['uallo']
|
|
578
|
+
}, {
|
|
579
|
+
denom: 'allo',
|
|
580
|
+
exponent: 18
|
|
581
|
+
}],
|
|
582
|
+
base: 'ibc/E1E6EFCB71F9958FA4C63DFAD1DE977E6A29C2E8FE9E62BAB48D568C2CEA09DA',
|
|
583
|
+
name: 'Allora Network',
|
|
584
|
+
display: 'allo',
|
|
585
|
+
symbol: 'ALLO',
|
|
586
|
+
logo_URIs: {
|
|
587
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
588
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
589
|
+
},
|
|
590
|
+
images: [{
|
|
591
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
592
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
593
|
+
}],
|
|
594
|
+
type_asset: 'sdk.coin',
|
|
595
|
+
traces: [{
|
|
596
|
+
type: 'ibc',
|
|
597
|
+
counterparty: {
|
|
598
|
+
channel_id: 'channel-0',
|
|
599
|
+
base_denom: 'uallo',
|
|
600
|
+
chain_name: 'allora'
|
|
601
|
+
},
|
|
602
|
+
chain: {
|
|
603
|
+
channel_id: 'channel-164'
|
|
604
|
+
}
|
|
605
|
+
}]
|
|
606
|
+
},
|
|
537
607
|
{
|
|
538
608
|
description: 'Archway is a smart contract platform in the Cosmos ecosystem designed to reward developers by providing them with a share of transaction fees generated by their applications.',
|
|
539
609
|
denom_units: [
|
|
@@ -0,0 +1,184 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'bitbadges',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6
|
|
15
|
+
}],
|
|
16
|
+
type_asset: 'sdk.coin',
|
|
17
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
18
|
+
name: 'Osmosis',
|
|
19
|
+
display: 'osmo',
|
|
20
|
+
symbol: 'OSMO',
|
|
21
|
+
logo_URIs: {
|
|
22
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
23
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
24
|
+
},
|
|
25
|
+
images: [{
|
|
26
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
27
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
28
|
+
theme: {
|
|
29
|
+
primary_color_hex: '#760dbb'
|
|
30
|
+
}
|
|
31
|
+
}],
|
|
32
|
+
coingecko_id: 'osmosis',
|
|
33
|
+
keywords: ['dex', 'staking'],
|
|
34
|
+
socials: {
|
|
35
|
+
website: 'https://osmosis.zone',
|
|
36
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
37
|
+
},
|
|
38
|
+
traces: [{
|
|
39
|
+
type: 'ibc',
|
|
40
|
+
counterparty: {
|
|
41
|
+
channel_id: 'channel-104311',
|
|
42
|
+
base_denom: 'uosmo',
|
|
43
|
+
chain_name: 'osmosis'
|
|
44
|
+
},
|
|
45
|
+
chain: {
|
|
46
|
+
channel_id: 'channel-0'
|
|
47
|
+
}
|
|
48
|
+
}]
|
|
49
|
+
},
|
|
50
|
+
{
|
|
51
|
+
description: 'ION is the second native token of Osmosis.',
|
|
52
|
+
denom_units: [{
|
|
53
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
54
|
+
exponent: 0,
|
|
55
|
+
aliases: ['uion']
|
|
56
|
+
}, {
|
|
57
|
+
denom: 'ion',
|
|
58
|
+
exponent: 6
|
|
59
|
+
}],
|
|
60
|
+
type_asset: 'sdk.coin',
|
|
61
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
62
|
+
name: 'Ion DAO',
|
|
63
|
+
display: 'ion',
|
|
64
|
+
symbol: 'ION',
|
|
65
|
+
logo_URIs: {
|
|
66
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
67
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
68
|
+
},
|
|
69
|
+
images: [{
|
|
70
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
71
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
72
|
+
theme: {
|
|
73
|
+
primary_color_hex: '#4453c7'
|
|
74
|
+
}
|
|
75
|
+
}],
|
|
76
|
+
coingecko_id: 'ion',
|
|
77
|
+
keywords: ['memecoin', 'defi'],
|
|
78
|
+
socials: {
|
|
79
|
+
website: 'https://ion.wtf',
|
|
80
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
81
|
+
},
|
|
82
|
+
traces: [{
|
|
83
|
+
type: 'ibc',
|
|
84
|
+
counterparty: {
|
|
85
|
+
channel_id: 'channel-104311',
|
|
86
|
+
base_denom: 'uion',
|
|
87
|
+
chain_name: 'osmosis'
|
|
88
|
+
},
|
|
89
|
+
chain: {
|
|
90
|
+
channel_id: 'channel-0'
|
|
91
|
+
}
|
|
92
|
+
}]
|
|
93
|
+
},
|
|
94
|
+
{
|
|
95
|
+
description: 'The native token of Osmosis',
|
|
96
|
+
denom_units: [{
|
|
97
|
+
denom: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
98
|
+
exponent: 0,
|
|
99
|
+
aliases: ['uosmo']
|
|
100
|
+
}, {
|
|
101
|
+
denom: 'osmo',
|
|
102
|
+
exponent: 6
|
|
103
|
+
}],
|
|
104
|
+
type_asset: 'sdk.coin',
|
|
105
|
+
base: 'ibc/ED07A3391A112B175915CD8FAF43A2DA8E4790EDE12566649D0C2F97716B8518',
|
|
106
|
+
name: 'Osmosis',
|
|
107
|
+
display: 'osmo',
|
|
108
|
+
symbol: 'OSMO',
|
|
109
|
+
logo_URIs: {
|
|
110
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
111
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
112
|
+
},
|
|
113
|
+
images: [{
|
|
114
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
115
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg',
|
|
116
|
+
theme: {
|
|
117
|
+
primary_color_hex: '#760dbb'
|
|
118
|
+
}
|
|
119
|
+
}],
|
|
120
|
+
coingecko_id: 'osmosis',
|
|
121
|
+
keywords: ['dex', 'staking'],
|
|
122
|
+
socials: {
|
|
123
|
+
website: 'https://osmosis.zone',
|
|
124
|
+
twitter: 'https://twitter.com/osmosiszone'
|
|
125
|
+
},
|
|
126
|
+
traces: [{
|
|
127
|
+
type: 'ibc',
|
|
128
|
+
counterparty: {
|
|
129
|
+
channel_id: 'channel-104311',
|
|
130
|
+
base_denom: 'uosmo',
|
|
131
|
+
chain_name: 'osmosis'
|
|
132
|
+
},
|
|
133
|
+
chain: {
|
|
134
|
+
channel_id: 'channel-0'
|
|
135
|
+
}
|
|
136
|
+
}]
|
|
137
|
+
},
|
|
138
|
+
{
|
|
139
|
+
description: 'ION is the second native token of Osmosis.',
|
|
140
|
+
denom_units: [{
|
|
141
|
+
denom: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
142
|
+
exponent: 0,
|
|
143
|
+
aliases: ['uion']
|
|
144
|
+
}, {
|
|
145
|
+
denom: 'ion',
|
|
146
|
+
exponent: 6
|
|
147
|
+
}],
|
|
148
|
+
type_asset: 'sdk.coin',
|
|
149
|
+
base: 'ibc/F7E92EE59B5428793F3EF5C1A4CB2494F61A9D0C9A69469D02390714A1372E16',
|
|
150
|
+
name: 'Ion DAO',
|
|
151
|
+
display: 'ion',
|
|
152
|
+
symbol: 'ION',
|
|
153
|
+
logo_URIs: {
|
|
154
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
155
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
156
|
+
},
|
|
157
|
+
images: [{
|
|
158
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
159
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg',
|
|
160
|
+
theme: {
|
|
161
|
+
primary_color_hex: '#4453c7'
|
|
162
|
+
}
|
|
163
|
+
}],
|
|
164
|
+
coingecko_id: 'ion',
|
|
165
|
+
keywords: ['memecoin', 'defi'],
|
|
166
|
+
socials: {
|
|
167
|
+
website: 'https://ion.wtf',
|
|
168
|
+
twitter: 'https://twitter.com/_IONDAO'
|
|
169
|
+
},
|
|
170
|
+
traces: [{
|
|
171
|
+
type: 'ibc',
|
|
172
|
+
counterparty: {
|
|
173
|
+
channel_id: 'channel-104311',
|
|
174
|
+
base_denom: 'uion',
|
|
175
|
+
chain_name: 'osmosis'
|
|
176
|
+
},
|
|
177
|
+
chain: {
|
|
178
|
+
channel_id: 'channel-0'
|
|
179
|
+
}
|
|
180
|
+
}]
|
|
181
|
+
}
|
|
182
|
+
]
|
|
183
|
+
};
|
|
184
|
+
exports.default = assets;
|