@chain-registry/assets 1.70.257 → 1.70.259
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/osmosis.js +2 -0
- package/esm/testnet/archwaytestnet.js +3 -278
- package/esm/testnet/assets.js +2 -2
- package/esm/testnet/cosmoshubtestnet.js +22 -300
- package/esm/testnet/hippoprotocoltestnet.js +5 -0
- package/esm/testnet/index.js +1 -1
- package/esm/testnet/nobletestnet.js +2 -0
- package/esm/testnet/osmosistestnet.js +94 -300
- package/esm/testnet/stargazetestnet.js +22 -300
- package/mainnet/osmosis.js +2 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +3 -278
- package/testnet/assets.js +2 -2
- package/testnet/cosmoshubtestnet.js +22 -300
- package/testnet/hippoprotocoltestnet.js +7 -0
- package/testnet/index.d.ts +1 -1
- package/testnet/index.js +2 -2
- package/testnet/nobletestnet.js +2 -0
- package/testnet/osmosistestnet.js +94 -300
- package/testnet/stargazetestnet.js +22 -300
- package/esm/testnet/symphonytestnet3.js +0 -73
- package/testnet/symphonytestnet3.js +0 -75
- /package/testnet/{symphonytestnet3.d.ts → hippoprotocoltestnet.d.ts} +0 -0
|
@@ -2,8 +2,7 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'archwaytestnet',
|
|
5
|
-
assets: [
|
|
6
|
-
{
|
|
5
|
+
assets: [{
|
|
7
6
|
description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
8
7
|
denom_units: [{
|
|
9
8
|
denom: 'ibc/6C63552ED271472171A239891B46915C4BDBEB83E2C83A5D0B762D97FC1CD89D',
|
|
@@ -37,8 +36,7 @@ const assets = {
|
|
|
37
36
|
channel_id: 'channel-34'
|
|
38
37
|
}
|
|
39
38
|
}]
|
|
40
|
-
},
|
|
41
|
-
{
|
|
39
|
+
}, {
|
|
42
40
|
description: 'Akash Token (AKT) is the Akash Network\'s native utility token, used as the primary means to govern, secure the blockchain, incentivize participants, and provide a default mechanism to store and exchange value.',
|
|
43
41
|
denom_units: [{
|
|
44
42
|
denom: 'ibc/6C63552ED271472171A239891B46915C4BDBEB83E2C83A5D0B762D97FC1CD89D',
|
|
@@ -72,279 +70,6 @@ const assets = {
|
|
|
72
70
|
channel_id: 'channel-34'
|
|
73
71
|
}
|
|
74
72
|
}]
|
|
75
|
-
}
|
|
76
|
-
{
|
|
77
|
-
description: 'The native token of Symphony',
|
|
78
|
-
denom_units: [{
|
|
79
|
-
denom: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
|
|
80
|
-
exponent: 0,
|
|
81
|
-
aliases: ['note']
|
|
82
|
-
}, {
|
|
83
|
-
denom: 'mld',
|
|
84
|
-
exponent: 6,
|
|
85
|
-
aliases: ['melody']
|
|
86
|
-
}],
|
|
87
|
-
type_asset: 'sdk.coin',
|
|
88
|
-
base: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
|
|
89
|
-
name: 'Melody',
|
|
90
|
-
display: 'mld',
|
|
91
|
-
symbol: 'MLD',
|
|
92
|
-
logo_URIs: {
|
|
93
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
94
|
-
},
|
|
95
|
-
images: [{
|
|
96
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
97
|
-
}],
|
|
98
|
-
traces: [{
|
|
99
|
-
type: 'ibc',
|
|
100
|
-
counterparty: {
|
|
101
|
-
channel_id: 'channel-10',
|
|
102
|
-
base_denom: 'note',
|
|
103
|
-
chain_name: 'symphonytestnet3'
|
|
104
|
-
},
|
|
105
|
-
chain: {
|
|
106
|
-
channel_id: 'channel-495'
|
|
107
|
-
}
|
|
108
|
-
}]
|
|
109
|
-
},
|
|
110
|
-
{
|
|
111
|
-
description: 'Harmonized USD',
|
|
112
|
-
denom_units: [{
|
|
113
|
-
denom: 'ibc/3F5D1A5D8A889C7E26FFEEC41BBE40EBABDA5174EBABB9A781C2DF4C64D5D9F2',
|
|
114
|
-
exponent: 0,
|
|
115
|
-
aliases: ['uusd']
|
|
116
|
-
}, {
|
|
117
|
-
denom: 'husd',
|
|
118
|
-
exponent: 6,
|
|
119
|
-
aliases: ['harmony USD']
|
|
120
|
-
}],
|
|
121
|
-
type_asset: 'sdk.coin',
|
|
122
|
-
base: 'ibc/3F5D1A5D8A889C7E26FFEEC41BBE40EBABDA5174EBABB9A781C2DF4C64D5D9F2',
|
|
123
|
-
name: 'Harmony USD',
|
|
124
|
-
display: 'husd',
|
|
125
|
-
symbol: 'HUSD',
|
|
126
|
-
logo_URIs: {
|
|
127
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
128
|
-
},
|
|
129
|
-
images: [{
|
|
130
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
131
|
-
}],
|
|
132
|
-
traces: [{
|
|
133
|
-
type: 'ibc',
|
|
134
|
-
counterparty: {
|
|
135
|
-
channel_id: 'channel-10',
|
|
136
|
-
base_denom: 'uusd',
|
|
137
|
-
chain_name: 'symphonytestnet3'
|
|
138
|
-
},
|
|
139
|
-
chain: {
|
|
140
|
-
channel_id: 'channel-495'
|
|
141
|
-
}
|
|
142
|
-
}]
|
|
143
|
-
},
|
|
144
|
-
{
|
|
145
|
-
description: 'Harmonized HKD',
|
|
146
|
-
denom_units: [{
|
|
147
|
-
denom: 'ibc/B424A324D41A1FDEC598F8F22207A2973D06AB16B207EEC316A9F5A77F76296E',
|
|
148
|
-
exponent: 0,
|
|
149
|
-
aliases: ['ukhd']
|
|
150
|
-
}, {
|
|
151
|
-
denom: 'hkhd',
|
|
152
|
-
exponent: 6,
|
|
153
|
-
aliases: ['harmony HKD']
|
|
154
|
-
}],
|
|
155
|
-
type_asset: 'sdk.coin',
|
|
156
|
-
base: 'ibc/B424A324D41A1FDEC598F8F22207A2973D06AB16B207EEC316A9F5A77F76296E',
|
|
157
|
-
name: 'Harmony HKD',
|
|
158
|
-
display: 'hkhd',
|
|
159
|
-
symbol: 'HKHD',
|
|
160
|
-
logo_URIs: {
|
|
161
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
162
|
-
},
|
|
163
|
-
images: [{
|
|
164
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
165
|
-
}],
|
|
166
|
-
traces: [{
|
|
167
|
-
type: 'ibc',
|
|
168
|
-
counterparty: {
|
|
169
|
-
channel_id: 'channel-10',
|
|
170
|
-
base_denom: 'ukhd',
|
|
171
|
-
chain_name: 'symphonytestnet3'
|
|
172
|
-
},
|
|
173
|
-
chain: {
|
|
174
|
-
channel_id: 'channel-495'
|
|
175
|
-
}
|
|
176
|
-
}]
|
|
177
|
-
},
|
|
178
|
-
{
|
|
179
|
-
description: 'Harmonized VND',
|
|
180
|
-
denom_units: [{
|
|
181
|
-
denom: 'ibc/A5CAF28BD7CE2D0D51F9E2C6DC65AE2C305C05443B6B0359429BB85C4F85800C',
|
|
182
|
-
exponent: 0,
|
|
183
|
-
aliases: ['uvnd']
|
|
184
|
-
}, {
|
|
185
|
-
denom: 'hvnd',
|
|
186
|
-
exponent: 6,
|
|
187
|
-
aliases: ['harmony VND']
|
|
188
|
-
}],
|
|
189
|
-
type_asset: 'sdk.coin',
|
|
190
|
-
base: 'ibc/A5CAF28BD7CE2D0D51F9E2C6DC65AE2C305C05443B6B0359429BB85C4F85800C',
|
|
191
|
-
name: 'Harmony VND',
|
|
192
|
-
display: 'hvnd',
|
|
193
|
-
symbol: 'HVND',
|
|
194
|
-
logo_URIs: {
|
|
195
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
196
|
-
},
|
|
197
|
-
images: [{
|
|
198
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
199
|
-
}],
|
|
200
|
-
traces: [{
|
|
201
|
-
type: 'ibc',
|
|
202
|
-
counterparty: {
|
|
203
|
-
channel_id: 'channel-10',
|
|
204
|
-
base_denom: 'uvnd',
|
|
205
|
-
chain_name: 'symphonytestnet3'
|
|
206
|
-
},
|
|
207
|
-
chain: {
|
|
208
|
-
channel_id: 'channel-495'
|
|
209
|
-
}
|
|
210
|
-
}]
|
|
211
|
-
},
|
|
212
|
-
{
|
|
213
|
-
description: 'The native token of Symphony',
|
|
214
|
-
denom_units: [{
|
|
215
|
-
denom: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
|
|
216
|
-
exponent: 0,
|
|
217
|
-
aliases: ['note']
|
|
218
|
-
}, {
|
|
219
|
-
denom: 'mld',
|
|
220
|
-
exponent: 6,
|
|
221
|
-
aliases: ['melody']
|
|
222
|
-
}],
|
|
223
|
-
type_asset: 'sdk.coin',
|
|
224
|
-
base: 'ibc/93E2565D8B203CDF0E7ACBCED47FA406BE7179EAB65F95F28F449D428AB2DAEA',
|
|
225
|
-
name: 'Melody',
|
|
226
|
-
display: 'mld',
|
|
227
|
-
symbol: 'MLD',
|
|
228
|
-
logo_URIs: {
|
|
229
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
230
|
-
},
|
|
231
|
-
images: [{
|
|
232
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
233
|
-
}],
|
|
234
|
-
traces: [{
|
|
235
|
-
type: 'ibc',
|
|
236
|
-
counterparty: {
|
|
237
|
-
channel_id: 'channel-10',
|
|
238
|
-
base_denom: 'note',
|
|
239
|
-
chain_name: 'symphonytestnet3'
|
|
240
|
-
},
|
|
241
|
-
chain: {
|
|
242
|
-
channel_id: 'channel-495'
|
|
243
|
-
}
|
|
244
|
-
}]
|
|
245
|
-
},
|
|
246
|
-
{
|
|
247
|
-
description: 'Harmonized USD',
|
|
248
|
-
denom_units: [{
|
|
249
|
-
denom: 'ibc/3F5D1A5D8A889C7E26FFEEC41BBE40EBABDA5174EBABB9A781C2DF4C64D5D9F2',
|
|
250
|
-
exponent: 0,
|
|
251
|
-
aliases: ['uusd']
|
|
252
|
-
}, {
|
|
253
|
-
denom: 'husd',
|
|
254
|
-
exponent: 6,
|
|
255
|
-
aliases: ['harmony USD']
|
|
256
|
-
}],
|
|
257
|
-
type_asset: 'sdk.coin',
|
|
258
|
-
base: 'ibc/3F5D1A5D8A889C7E26FFEEC41BBE40EBABDA5174EBABB9A781C2DF4C64D5D9F2',
|
|
259
|
-
name: 'Harmony USD',
|
|
260
|
-
display: 'husd',
|
|
261
|
-
symbol: 'HUSD',
|
|
262
|
-
logo_URIs: {
|
|
263
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
264
|
-
},
|
|
265
|
-
images: [{
|
|
266
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
267
|
-
}],
|
|
268
|
-
traces: [{
|
|
269
|
-
type: 'ibc',
|
|
270
|
-
counterparty: {
|
|
271
|
-
channel_id: 'channel-10',
|
|
272
|
-
base_denom: 'uusd',
|
|
273
|
-
chain_name: 'symphonytestnet3'
|
|
274
|
-
},
|
|
275
|
-
chain: {
|
|
276
|
-
channel_id: 'channel-495'
|
|
277
|
-
}
|
|
278
|
-
}]
|
|
279
|
-
},
|
|
280
|
-
{
|
|
281
|
-
description: 'Harmonized HKD',
|
|
282
|
-
denom_units: [{
|
|
283
|
-
denom: 'ibc/B424A324D41A1FDEC598F8F22207A2973D06AB16B207EEC316A9F5A77F76296E',
|
|
284
|
-
exponent: 0,
|
|
285
|
-
aliases: ['ukhd']
|
|
286
|
-
}, {
|
|
287
|
-
denom: 'hkhd',
|
|
288
|
-
exponent: 6,
|
|
289
|
-
aliases: ['harmony HKD']
|
|
290
|
-
}],
|
|
291
|
-
type_asset: 'sdk.coin',
|
|
292
|
-
base: 'ibc/B424A324D41A1FDEC598F8F22207A2973D06AB16B207EEC316A9F5A77F76296E',
|
|
293
|
-
name: 'Harmony HKD',
|
|
294
|
-
display: 'hkhd',
|
|
295
|
-
symbol: 'HKHD',
|
|
296
|
-
logo_URIs: {
|
|
297
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
298
|
-
},
|
|
299
|
-
images: [{
|
|
300
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
301
|
-
}],
|
|
302
|
-
traces: [{
|
|
303
|
-
type: 'ibc',
|
|
304
|
-
counterparty: {
|
|
305
|
-
channel_id: 'channel-10',
|
|
306
|
-
base_denom: 'ukhd',
|
|
307
|
-
chain_name: 'symphonytestnet3'
|
|
308
|
-
},
|
|
309
|
-
chain: {
|
|
310
|
-
channel_id: 'channel-495'
|
|
311
|
-
}
|
|
312
|
-
}]
|
|
313
|
-
},
|
|
314
|
-
{
|
|
315
|
-
description: 'Harmonized VND',
|
|
316
|
-
denom_units: [{
|
|
317
|
-
denom: 'ibc/A5CAF28BD7CE2D0D51F9E2C6DC65AE2C305C05443B6B0359429BB85C4F85800C',
|
|
318
|
-
exponent: 0,
|
|
319
|
-
aliases: ['uvnd']
|
|
320
|
-
}, {
|
|
321
|
-
denom: 'hvnd',
|
|
322
|
-
exponent: 6,
|
|
323
|
-
aliases: ['harmony VND']
|
|
324
|
-
}],
|
|
325
|
-
type_asset: 'sdk.coin',
|
|
326
|
-
base: 'ibc/A5CAF28BD7CE2D0D51F9E2C6DC65AE2C305C05443B6B0359429BB85C4F85800C',
|
|
327
|
-
name: 'Harmony VND',
|
|
328
|
-
display: 'hvnd',
|
|
329
|
-
symbol: 'HVND',
|
|
330
|
-
logo_URIs: {
|
|
331
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
332
|
-
},
|
|
333
|
-
images: [{
|
|
334
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
335
|
-
}],
|
|
336
|
-
traces: [{
|
|
337
|
-
type: 'ibc',
|
|
338
|
-
counterparty: {
|
|
339
|
-
channel_id: 'channel-10',
|
|
340
|
-
base_denom: 'uvnd',
|
|
341
|
-
chain_name: 'symphonytestnet3'
|
|
342
|
-
},
|
|
343
|
-
chain: {
|
|
344
|
-
channel_id: 'channel-495'
|
|
345
|
-
}
|
|
346
|
-
}]
|
|
347
|
-
}
|
|
348
|
-
]
|
|
73
|
+
}]
|
|
349
74
|
};
|
|
350
75
|
exports.default = assets;
|
package/testnet/assets.js
CHANGED
|
@@ -18,6 +18,7 @@ const doravotatestnet_1 = __importDefault(require("./doravotatestnet"));
|
|
|
18
18
|
const dydxtestnet_1 = __importDefault(require("./dydxtestnet"));
|
|
19
19
|
const elystestnet_1 = __importDefault(require("./elystestnet"));
|
|
20
20
|
const empowertestnet_1 = __importDefault(require("./empowertestnet"));
|
|
21
|
+
const hippoprotocoltestnet_1 = __importDefault(require("./hippoprotocoltestnet"));
|
|
21
22
|
const impacthubtestnet_1 = __importDefault(require("./impacthubtestnet"));
|
|
22
23
|
const injectivetestnet_1 = __importDefault(require("./injectivetestnet"));
|
|
23
24
|
const int3facetestnet_1 = __importDefault(require("./int3facetestnet"));
|
|
@@ -44,7 +45,6 @@ const stargazetestnet_1 = __importDefault(require("./stargazetestnet"));
|
|
|
44
45
|
const stridetestnet_1 = __importDefault(require("./stridetestnet"));
|
|
45
46
|
const swisstroniktestnet_1 = __importDefault(require("./swisstroniktestnet"));
|
|
46
47
|
const symphonytestnet_1 = __importDefault(require("./symphonytestnet"));
|
|
47
|
-
const symphonytestnet3_1 = __importDefault(require("./symphonytestnet3"));
|
|
48
48
|
const synternettestnet_1 = __importDefault(require("./synternettestnet"));
|
|
49
49
|
const terra2testnet_1 = __importDefault(require("./terra2testnet"));
|
|
50
50
|
const titannettestnet_1 = __importDefault(require("./titannettestnet"));
|
|
@@ -52,5 +52,5 @@ const titantestnet_1 = __importDefault(require("./titantestnet"));
|
|
|
52
52
|
const wardenprotocoltestnet_1 = __importDefault(require("./wardenprotocoltestnet"));
|
|
53
53
|
const xiontestnet2_1 = __importDefault(require("./xiontestnet2"));
|
|
54
54
|
const xrplevmtestnet_1 = __importDefault(require("./xrplevmtestnet"));
|
|
55
|
-
const assets = [agoricdevnet_1.default, akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, babylontestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, cosmosicsprovidertestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, int3facetestnet_1.default, jackaltestnet2_1.default, kimanetworktestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, manifesttestnet_1.default, mantrachaintestnet_1.default, mantrachaintestnet2_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, persistencetestnet2_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, stridetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default,
|
|
55
|
+
const assets = [agoricdevnet_1.default, akashtestnet_1.default, archwaytestnet_1.default, axelartestnet_1.default, babylontestnet_1.default, celestiatestnet3_1.default, chain4energytestnet_1.default, composabletestnet_1.default, coreumtestnet_1.default, cosmoshubtestnet_1.default, cosmosicsprovidertestnet_1.default, doravotatestnet_1.default, dydxtestnet_1.default, elystestnet_1.default, empowertestnet_1.default, hippoprotocoltestnet_1.default, impacthubtestnet_1.default, injectivetestnet_1.default, int3facetestnet_1.default, jackaltestnet2_1.default, kimanetworktestnet_1.default, kujiratestnet_1.default, kyvetestnet_1.default, lavatestnet_1.default, likecointestnet_1.default, manifesttestnet_1.default, mantrachaintestnet_1.default, mantrachaintestnet2_1.default, marstestnet_1.default, neutrontestnet_1.default, nobletestnet_1.default, noistestnet_1.default, nolustestnet_1.default, osmosistestnet_1.default, persistencetestnet2_1.default, sagatestnet_1.default, seitestnet2_1.default, sgetestnet_1.default, stargazetestnet_1.default, stridetestnet_1.default, swisstroniktestnet_1.default, symphonytestnet_1.default, synternettestnet_1.default, terra2testnet_1.default, titannettestnet_1.default, titantestnet_1.default, wardenprotocoltestnet_1.default, xiontestnet2_1.default, xrplevmtestnet_1.default];
|
|
56
56
|
exports.default = assets;
|