@chain-registry/assets 1.70.246 → 1.70.248
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 +2 -1
- package/esm/mainnet/axelar.js +70 -0
- package/esm/mainnet/cosmoshub.js +72 -2
- package/esm/mainnet/index.js +1 -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 +2 -1
- package/mainnet/axelar.js +70 -0
- package/mainnet/cosmoshub.js +72 -2
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +5 -4
- 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"));
|
|
@@ -158,5 +159,5 @@ const uptick_1 = __importDefault(require("./uptick"));
|
|
|
158
159
|
const xion_1 = __importDefault(require("./xion"));
|
|
159
160
|
const xpla_1 = __importDefault(require("./xpla"));
|
|
160
161
|
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];
|
|
162
|
+
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, 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
163
|
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: [
|
package/mainnet/cosmoshub.js
CHANGED
|
@@ -300,6 +300,41 @@ const assets = {
|
|
|
300
300
|
}
|
|
301
301
|
}]
|
|
302
302
|
},
|
|
303
|
+
{
|
|
304
|
+
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.',
|
|
305
|
+
denom_units: [{
|
|
306
|
+
denom: 'ibc/D9E40E9047E09AAC6CDF9D133AC54C778B44A03690A91B9F5EDFF9F53C2A0977',
|
|
307
|
+
exponent: 0,
|
|
308
|
+
aliases: ['uallo']
|
|
309
|
+
}, {
|
|
310
|
+
denom: 'allo',
|
|
311
|
+
exponent: 18
|
|
312
|
+
}],
|
|
313
|
+
base: 'ibc/D9E40E9047E09AAC6CDF9D133AC54C778B44A03690A91B9F5EDFF9F53C2A0977',
|
|
314
|
+
name: 'Allora Network',
|
|
315
|
+
display: 'allo',
|
|
316
|
+
symbol: 'ALLO',
|
|
317
|
+
logo_URIs: {
|
|
318
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
319
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
320
|
+
},
|
|
321
|
+
images: [{
|
|
322
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
323
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
324
|
+
}],
|
|
325
|
+
type_asset: 'sdk.coin',
|
|
326
|
+
traces: [{
|
|
327
|
+
type: 'ibc',
|
|
328
|
+
counterparty: {
|
|
329
|
+
channel_id: 'channel-2',
|
|
330
|
+
base_denom: 'uallo',
|
|
331
|
+
chain_name: 'allora'
|
|
332
|
+
},
|
|
333
|
+
chain: {
|
|
334
|
+
channel_id: 'channel-1353'
|
|
335
|
+
}
|
|
336
|
+
}]
|
|
337
|
+
},
|
|
303
338
|
{
|
|
304
339
|
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.',
|
|
305
340
|
denom_units: [
|
|
@@ -1463,6 +1498,41 @@ const assets = {
|
|
|
1463
1498
|
}
|
|
1464
1499
|
}]
|
|
1465
1500
|
},
|
|
1501
|
+
{
|
|
1502
|
+
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.',
|
|
1503
|
+
denom_units: [{
|
|
1504
|
+
denom: 'ibc/D9E40E9047E09AAC6CDF9D133AC54C778B44A03690A91B9F5EDFF9F53C2A0977',
|
|
1505
|
+
exponent: 0,
|
|
1506
|
+
aliases: ['uallo']
|
|
1507
|
+
}, {
|
|
1508
|
+
denom: 'allo',
|
|
1509
|
+
exponent: 18
|
|
1510
|
+
}],
|
|
1511
|
+
base: 'ibc/D9E40E9047E09AAC6CDF9D133AC54C778B44A03690A91B9F5EDFF9F53C2A0977',
|
|
1512
|
+
name: 'Allora Network',
|
|
1513
|
+
display: 'allo',
|
|
1514
|
+
symbol: 'ALLO',
|
|
1515
|
+
logo_URIs: {
|
|
1516
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
1517
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
1518
|
+
},
|
|
1519
|
+
images: [{
|
|
1520
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.png',
|
|
1521
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/allora/images/allora.svg'
|
|
1522
|
+
}],
|
|
1523
|
+
type_asset: 'sdk.coin',
|
|
1524
|
+
traces: [{
|
|
1525
|
+
type: 'ibc',
|
|
1526
|
+
counterparty: {
|
|
1527
|
+
channel_id: 'channel-2',
|
|
1528
|
+
base_denom: 'uallo',
|
|
1529
|
+
chain_name: 'allora'
|
|
1530
|
+
},
|
|
1531
|
+
chain: {
|
|
1532
|
+
channel_id: 'channel-1353'
|
|
1533
|
+
}
|
|
1534
|
+
}]
|
|
1535
|
+
},
|
|
1466
1536
|
{
|
|
1467
1537
|
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.',
|
|
1468
1538
|
denom_units: [
|
|
@@ -4330,7 +4400,7 @@ const assets = {
|
|
|
4330
4400
|
}]
|
|
4331
4401
|
},
|
|
4332
4402
|
{
|
|
4333
|
-
description: 'ustake is a
|
|
4403
|
+
description: 'ustake is a synthetic token to implement a PoA with BFT features over CometBFT',
|
|
4334
4404
|
denom_units: [{
|
|
4335
4405
|
denom: 'ibc/5DB06CF0697F085EA4A630A9635819C5036299E9EFEFAE8402CF36D6014C04E7',
|
|
4336
4406
|
exponent: 0,
|
|
@@ -14787,7 +14857,7 @@ const assets = {
|
|
|
14787
14857
|
}]
|
|
14788
14858
|
},
|
|
14789
14859
|
{
|
|
14790
|
-
description: 'ustake is a
|
|
14860
|
+
description: 'ustake is a synthetic token to implement a PoA with BFT features over CometBFT',
|
|
14791
14861
|
denom_units: [{
|
|
14792
14862
|
denom: 'ibc/5DB06CF0697F085EA4A630A9635819C5036299E9EFEFAE8402CF36D6014C04E7',
|
|
14793
14863
|
exponent: 0,
|
package/mainnet/index.d.ts
CHANGED
|
@@ -5,6 +5,7 @@ export * as acrechain from './acrechain';
|
|
|
5
5
|
export * as agoric from './agoric';
|
|
6
6
|
export * as aioz from './aioz';
|
|
7
7
|
export * as akash from './akash';
|
|
8
|
+
export * as allora from './allora';
|
|
8
9
|
export * as andromeda from './andromeda';
|
|
9
10
|
export * as archway from './archway';
|
|
10
11
|
export * as arkeo from './arkeo';
|
package/mainnet/index.js
CHANGED
|
@@ -23,10 +23,10 @@ var __importStar = (this && this.__importStar) || function (mod) {
|
|
|
23
23
|
return result;
|
|
24
24
|
};
|
|
25
25
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
26
|
-
exports.
|
|
27
|
-
exports.
|
|
28
|
-
exports.
|
|
29
|
-
exports.zenrock = exports.xpla = exports.xion = exports.uptick = exports.unification = void 0;
|
|
26
|
+
exports.empowerchain = exports.emoney = exports.elys = exports.echelon = exports.dyson = exports.dymension = exports.dydx = exports.dungeon = exports.doravota = exports.dhealth = exports.desmos = exports.decentr = exports.cryptoorgchain = exports.cronos = exports.crescent = exports.cosmoshub = exports.coreum = exports.conscious = exports.composable = exports.comdex = exports.cifer = exports.chihuahua = exports.cheqd = exports.chain4energy = exports.celestia = exports.carbon = exports.canto = exports.bostrom = exports.bluzelle = exports.bitsong = exports.bitcanna = exports.beezee = exports.bandchain = exports.babylon = exports.axelar = exports.aura = exports.atomone = exports.assetmantle = exports.arkh = exports.arkeo = exports.archway = exports.andromeda = exports.allora = exports.akash = exports.aioz = exports.agoric = exports.acrechain = exports.aaronetwork = exports.solana = exports.ethereum = void 0;
|
|
27
|
+
exports.nyx = exports.nomic = exports.nolus = exports.noble = exports.nim = exports.nillion = exports.nibiru = exports.neutron = exports.neutaro = exports.milkyway = exports.migaloo = exports.meme = exports.medasdigital = exports.mantrachain = exports.manifest = exports.mande = exports.lumnetwork = exports.lorenzo = exports.lombardledger = exports.likecoin = exports.lava = exports.lambda = exports.kyve = exports.kujira = exports.kopi = exports.konstellation = exports.kimanetwork = exports.kichain = exports.kava = exports.juno = exports.joltify = exports.jackal = exports.irisnet = exports.int3face = exports.injective = exports.initia = exports.imversed = exports.impacthub = exports.humans = exports.haqq = exports.gravitybridge = exports.gitopia = exports.genesisl1 = exports.gateway = exports.galaxy = exports.fxcore = exports.furya = exports.firmachain = exports.fetchhub = exports.evmos = void 0;
|
|
28
|
+
exports.titan = exports.tgrade = exports.terra2 = exports.terra = exports.teritori = exports.synternet = exports.stride = exports.stratos = exports.starname = exports.stargaze = exports.stafihub = exports.source = exports.sommelier = exports.sifchain = exports.sidechain = exports.shido = exports.shentu = exports.shareledger = exports.sge = exports.sentinel = exports.self = exports.sei = exports.seda = exports.secretnetwork = exports.scorum = exports.saga = exports.routerchain = exports.rizon = exports.regen = exports.rebus = exports.realio = exports.qwoyn = exports.quicksilver = exports.quasar = exports.pylons = exports.pundix = exports.pryzm = exports.provenance = exports.point = exports.planq = exports.persistence = exports.passage = exports.panacea = exports.osmosis = exports.oraichain = exports.onomy = exports.onex = exports.omniflixhub = exports.okexchain = exports.odin = void 0;
|
|
29
|
+
exports.zenrock = exports.xpla = exports.xion = exports.uptick = exports.unification = exports.umee = void 0;
|
|
30
30
|
exports.ethereum = __importStar(require("./ethereum"));
|
|
31
31
|
exports.solana = __importStar(require("./solana"));
|
|
32
32
|
exports.aaronetwork = __importStar(require("./aaronetwork"));
|
|
@@ -34,6 +34,7 @@ exports.acrechain = __importStar(require("./acrechain"));
|
|
|
34
34
|
exports.agoric = __importStar(require("./agoric"));
|
|
35
35
|
exports.aioz = __importStar(require("./aioz"));
|
|
36
36
|
exports.akash = __importStar(require("./akash"));
|
|
37
|
+
exports.allora = __importStar(require("./allora"));
|
|
37
38
|
exports.andromeda = __importStar(require("./andromeda"));
|
|
38
39
|
exports.archway = __importStar(require("./archway"));
|
|
39
40
|
exports.arkeo = __importStar(require("./arkeo"));
|