@chain-registry/assets 1.64.82 → 1.64.84
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/testnet/archwaytestnet.js +208 -4
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/cosmoshubtestnet.js +416 -8
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/junotestnet.js +208 -4
- package/esm/testnet/kimatestnet.js +154 -0
- package/esm/testnet/osmosistestnet.js +276 -4
- package/esm/testnet/stargazetestnet.js +208 -4
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +208 -4
- package/testnet/assets.js +2 -1
- package/testnet/cosmoshubtestnet.js +416 -8
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/junotestnet.js +208 -4
- package/testnet/kimatestnet.d.ts +3 -0
- package/testnet/kimatestnet.js +156 -0
- package/testnet/osmosistestnet.js +276 -4
- package/testnet/stargazetestnet.js +208 -4
package/testnet/junotestnet.js
CHANGED
|
@@ -206,10 +206,10 @@ const assets = {
|
|
|
206
206
|
display: 'mld',
|
|
207
207
|
symbol: 'MLD',
|
|
208
208
|
logo_URIs: {
|
|
209
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
209
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
210
210
|
},
|
|
211
211
|
images: [{
|
|
212
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
212
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
213
213
|
}],
|
|
214
214
|
traces: [{
|
|
215
215
|
type: 'ibc',
|
|
@@ -223,6 +223,108 @@ const assets = {
|
|
|
223
223
|
}
|
|
224
224
|
}]
|
|
225
225
|
},
|
|
226
|
+
{
|
|
227
|
+
description: 'Harmonized USD',
|
|
228
|
+
denom_units: [{
|
|
229
|
+
denom: 'ibc/16F80AB91B92D375037AEF462B3920F45F85C15388FCAD92454BD29CB9C0CA5C',
|
|
230
|
+
exponent: 0,
|
|
231
|
+
aliases: ['uusd']
|
|
232
|
+
}, {
|
|
233
|
+
denom: 'husd',
|
|
234
|
+
exponent: 6,
|
|
235
|
+
aliases: ['harmony USD']
|
|
236
|
+
}],
|
|
237
|
+
type_asset: 'sdk.coin',
|
|
238
|
+
base: 'ibc/16F80AB91B92D375037AEF462B3920F45F85C15388FCAD92454BD29CB9C0CA5C',
|
|
239
|
+
name: 'Harmony USD',
|
|
240
|
+
display: 'husd',
|
|
241
|
+
symbol: 'HUSD',
|
|
242
|
+
logo_URIs: {
|
|
243
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
244
|
+
},
|
|
245
|
+
images: [{
|
|
246
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
247
|
+
}],
|
|
248
|
+
traces: [{
|
|
249
|
+
type: 'ibc',
|
|
250
|
+
counterparty: {
|
|
251
|
+
channel_id: 'channel-9',
|
|
252
|
+
base_denom: 'uusd',
|
|
253
|
+
chain_name: 'symphonytestnet'
|
|
254
|
+
},
|
|
255
|
+
chain: {
|
|
256
|
+
channel_id: 'channel-942'
|
|
257
|
+
}
|
|
258
|
+
}]
|
|
259
|
+
},
|
|
260
|
+
{
|
|
261
|
+
description: 'Harmonized HKD',
|
|
262
|
+
denom_units: [{
|
|
263
|
+
denom: 'ibc/3B32F04934E6BB4CF4832990FE3FD05BF2E96BB0880D8E38327C3CACE205FE8E',
|
|
264
|
+
exponent: 0,
|
|
265
|
+
aliases: ['ukhd']
|
|
266
|
+
}, {
|
|
267
|
+
denom: 'hkhd',
|
|
268
|
+
exponent: 6,
|
|
269
|
+
aliases: ['harmony HKD']
|
|
270
|
+
}],
|
|
271
|
+
type_asset: 'sdk.coin',
|
|
272
|
+
base: 'ibc/3B32F04934E6BB4CF4832990FE3FD05BF2E96BB0880D8E38327C3CACE205FE8E',
|
|
273
|
+
name: 'Harmony HKD',
|
|
274
|
+
display: 'hkhd',
|
|
275
|
+
symbol: 'HKHD',
|
|
276
|
+
logo_URIs: {
|
|
277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
278
|
+
},
|
|
279
|
+
images: [{
|
|
280
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
281
|
+
}],
|
|
282
|
+
traces: [{
|
|
283
|
+
type: 'ibc',
|
|
284
|
+
counterparty: {
|
|
285
|
+
channel_id: 'channel-9',
|
|
286
|
+
base_denom: 'ukhd',
|
|
287
|
+
chain_name: 'symphonytestnet'
|
|
288
|
+
},
|
|
289
|
+
chain: {
|
|
290
|
+
channel_id: 'channel-942'
|
|
291
|
+
}
|
|
292
|
+
}]
|
|
293
|
+
},
|
|
294
|
+
{
|
|
295
|
+
description: 'Harmonized VND',
|
|
296
|
+
denom_units: [{
|
|
297
|
+
denom: 'ibc/4B227C455471136CD8CDA9C8512C139A505BE63F6FAEE72B6E839C0BB5BF5DC5',
|
|
298
|
+
exponent: 0,
|
|
299
|
+
aliases: ['uvnd']
|
|
300
|
+
}, {
|
|
301
|
+
denom: 'hvnd',
|
|
302
|
+
exponent: 6,
|
|
303
|
+
aliases: ['harmony VND']
|
|
304
|
+
}],
|
|
305
|
+
type_asset: 'sdk.coin',
|
|
306
|
+
base: 'ibc/4B227C455471136CD8CDA9C8512C139A505BE63F6FAEE72B6E839C0BB5BF5DC5',
|
|
307
|
+
name: 'Harmony VND',
|
|
308
|
+
display: 'hvnd',
|
|
309
|
+
symbol: 'HVND',
|
|
310
|
+
logo_URIs: {
|
|
311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
312
|
+
},
|
|
313
|
+
images: [{
|
|
314
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
315
|
+
}],
|
|
316
|
+
traces: [{
|
|
317
|
+
type: 'ibc',
|
|
318
|
+
counterparty: {
|
|
319
|
+
channel_id: 'channel-9',
|
|
320
|
+
base_denom: 'uvnd',
|
|
321
|
+
chain_name: 'symphonytestnet'
|
|
322
|
+
},
|
|
323
|
+
chain: {
|
|
324
|
+
channel_id: 'channel-942'
|
|
325
|
+
}
|
|
326
|
+
}]
|
|
327
|
+
},
|
|
226
328
|
{
|
|
227
329
|
description: 'The native token of Nois',
|
|
228
330
|
denom_units: [{
|
|
@@ -426,10 +528,10 @@ const assets = {
|
|
|
426
528
|
display: 'mld',
|
|
427
529
|
symbol: 'MLD',
|
|
428
530
|
logo_URIs: {
|
|
429
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
531
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
430
532
|
},
|
|
431
533
|
images: [{
|
|
432
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/
|
|
534
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
433
535
|
}],
|
|
434
536
|
traces: [{
|
|
435
537
|
type: 'ibc',
|
|
@@ -442,6 +544,108 @@ const assets = {
|
|
|
442
544
|
channel_id: 'channel-942'
|
|
443
545
|
}
|
|
444
546
|
}]
|
|
547
|
+
},
|
|
548
|
+
{
|
|
549
|
+
description: 'Harmonized USD',
|
|
550
|
+
denom_units: [{
|
|
551
|
+
denom: 'ibc/16F80AB91B92D375037AEF462B3920F45F85C15388FCAD92454BD29CB9C0CA5C',
|
|
552
|
+
exponent: 0,
|
|
553
|
+
aliases: ['uusd']
|
|
554
|
+
}, {
|
|
555
|
+
denom: 'husd',
|
|
556
|
+
exponent: 6,
|
|
557
|
+
aliases: ['harmony USD']
|
|
558
|
+
}],
|
|
559
|
+
type_asset: 'sdk.coin',
|
|
560
|
+
base: 'ibc/16F80AB91B92D375037AEF462B3920F45F85C15388FCAD92454BD29CB9C0CA5C',
|
|
561
|
+
name: 'Harmony USD',
|
|
562
|
+
display: 'husd',
|
|
563
|
+
symbol: 'HUSD',
|
|
564
|
+
logo_URIs: {
|
|
565
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
566
|
+
},
|
|
567
|
+
images: [{
|
|
568
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
569
|
+
}],
|
|
570
|
+
traces: [{
|
|
571
|
+
type: 'ibc',
|
|
572
|
+
counterparty: {
|
|
573
|
+
channel_id: 'channel-9',
|
|
574
|
+
base_denom: 'uusd',
|
|
575
|
+
chain_name: 'symphonytestnet'
|
|
576
|
+
},
|
|
577
|
+
chain: {
|
|
578
|
+
channel_id: 'channel-942'
|
|
579
|
+
}
|
|
580
|
+
}]
|
|
581
|
+
},
|
|
582
|
+
{
|
|
583
|
+
description: 'Harmonized HKD',
|
|
584
|
+
denom_units: [{
|
|
585
|
+
denom: 'ibc/3B32F04934E6BB4CF4832990FE3FD05BF2E96BB0880D8E38327C3CACE205FE8E',
|
|
586
|
+
exponent: 0,
|
|
587
|
+
aliases: ['ukhd']
|
|
588
|
+
}, {
|
|
589
|
+
denom: 'hkhd',
|
|
590
|
+
exponent: 6,
|
|
591
|
+
aliases: ['harmony HKD']
|
|
592
|
+
}],
|
|
593
|
+
type_asset: 'sdk.coin',
|
|
594
|
+
base: 'ibc/3B32F04934E6BB4CF4832990FE3FD05BF2E96BB0880D8E38327C3CACE205FE8E',
|
|
595
|
+
name: 'Harmony HKD',
|
|
596
|
+
display: 'hkhd',
|
|
597
|
+
symbol: 'HKHD',
|
|
598
|
+
logo_URIs: {
|
|
599
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
600
|
+
},
|
|
601
|
+
images: [{
|
|
602
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
603
|
+
}],
|
|
604
|
+
traces: [{
|
|
605
|
+
type: 'ibc',
|
|
606
|
+
counterparty: {
|
|
607
|
+
channel_id: 'channel-9',
|
|
608
|
+
base_denom: 'ukhd',
|
|
609
|
+
chain_name: 'symphonytestnet'
|
|
610
|
+
},
|
|
611
|
+
chain: {
|
|
612
|
+
channel_id: 'channel-942'
|
|
613
|
+
}
|
|
614
|
+
}]
|
|
615
|
+
},
|
|
616
|
+
{
|
|
617
|
+
description: 'Harmonized VND',
|
|
618
|
+
denom_units: [{
|
|
619
|
+
denom: 'ibc/4B227C455471136CD8CDA9C8512C139A505BE63F6FAEE72B6E839C0BB5BF5DC5',
|
|
620
|
+
exponent: 0,
|
|
621
|
+
aliases: ['uvnd']
|
|
622
|
+
}, {
|
|
623
|
+
denom: 'hvnd',
|
|
624
|
+
exponent: 6,
|
|
625
|
+
aliases: ['harmony VND']
|
|
626
|
+
}],
|
|
627
|
+
type_asset: 'sdk.coin',
|
|
628
|
+
base: 'ibc/4B227C455471136CD8CDA9C8512C139A505BE63F6FAEE72B6E839C0BB5BF5DC5',
|
|
629
|
+
name: 'Harmony VND',
|
|
630
|
+
display: 'hvnd',
|
|
631
|
+
symbol: 'HVND',
|
|
632
|
+
logo_URIs: {
|
|
633
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
634
|
+
},
|
|
635
|
+
images: [{
|
|
636
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
637
|
+
}],
|
|
638
|
+
traces: [{
|
|
639
|
+
type: 'ibc',
|
|
640
|
+
counterparty: {
|
|
641
|
+
channel_id: 'channel-9',
|
|
642
|
+
base_denom: 'uvnd',
|
|
643
|
+
chain_name: 'symphonytestnet'
|
|
644
|
+
},
|
|
645
|
+
chain: {
|
|
646
|
+
channel_id: 'channel-942'
|
|
647
|
+
}
|
|
648
|
+
}]
|
|
445
649
|
}
|
|
446
650
|
]
|
|
447
651
|
};
|
|
@@ -0,0 +1,156 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const assets = {
|
|
4
|
+
chain_name: 'kimatestnet',
|
|
5
|
+
assets: [
|
|
6
|
+
{
|
|
7
|
+
description: 'The native token of Osmosis',
|
|
8
|
+
denom_units: [{
|
|
9
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
10
|
+
exponent: 0,
|
|
11
|
+
aliases: ['uosmo']
|
|
12
|
+
}, {
|
|
13
|
+
denom: 'osmo',
|
|
14
|
+
exponent: 6,
|
|
15
|
+
aliases: []
|
|
16
|
+
}],
|
|
17
|
+
type_asset: 'sdk.coin',
|
|
18
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
19
|
+
name: 'Osmosis Testnet',
|
|
20
|
+
display: 'osmo',
|
|
21
|
+
symbol: 'OSMO',
|
|
22
|
+
logo_URIs: {
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
25
|
+
},
|
|
26
|
+
images: [{
|
|
27
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
28
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
29
|
+
}],
|
|
30
|
+
coingecko_id: 'osmosis',
|
|
31
|
+
keywords: ['dex', 'staking'],
|
|
32
|
+
traces: [{
|
|
33
|
+
type: 'ibc',
|
|
34
|
+
counterparty: {
|
|
35
|
+
channel_id: 'channel-8867',
|
|
36
|
+
base_denom: 'uosmo',
|
|
37
|
+
chain_name: 'osmosistestnet'
|
|
38
|
+
},
|
|
39
|
+
chain: {
|
|
40
|
+
channel_id: 'channel-1'
|
|
41
|
+
}
|
|
42
|
+
}]
|
|
43
|
+
},
|
|
44
|
+
{
|
|
45
|
+
denom_units: [{
|
|
46
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
47
|
+
exponent: 0,
|
|
48
|
+
aliases: ['uion']
|
|
49
|
+
}, {
|
|
50
|
+
denom: 'ion',
|
|
51
|
+
exponent: 6
|
|
52
|
+
}],
|
|
53
|
+
type_asset: 'sdk.coin',
|
|
54
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
55
|
+
name: 'Ion',
|
|
56
|
+
display: 'ion',
|
|
57
|
+
symbol: 'ION',
|
|
58
|
+
logo_URIs: {
|
|
59
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
60
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
61
|
+
},
|
|
62
|
+
images: [{
|
|
63
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
64
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
65
|
+
}],
|
|
66
|
+
coingecko_id: 'ion',
|
|
67
|
+
keywords: ['memecoin'],
|
|
68
|
+
traces: [{
|
|
69
|
+
type: 'ibc',
|
|
70
|
+
counterparty: {
|
|
71
|
+
channel_id: 'channel-8867',
|
|
72
|
+
base_denom: 'uion',
|
|
73
|
+
chain_name: 'osmosistestnet'
|
|
74
|
+
},
|
|
75
|
+
chain: {
|
|
76
|
+
channel_id: 'channel-1'
|
|
77
|
+
}
|
|
78
|
+
}]
|
|
79
|
+
},
|
|
80
|
+
{
|
|
81
|
+
description: 'The native token of Osmosis',
|
|
82
|
+
denom_units: [{
|
|
83
|
+
denom: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
84
|
+
exponent: 0,
|
|
85
|
+
aliases: ['uosmo']
|
|
86
|
+
}, {
|
|
87
|
+
denom: 'osmo',
|
|
88
|
+
exponent: 6,
|
|
89
|
+
aliases: []
|
|
90
|
+
}],
|
|
91
|
+
type_asset: 'sdk.coin',
|
|
92
|
+
base: 'ibc/0471F1C4E7AFD3F07702BEF6DC365268D64570F7C1FDC98EA6098DD6DE59817B',
|
|
93
|
+
name: 'Osmosis Testnet',
|
|
94
|
+
display: 'osmo',
|
|
95
|
+
symbol: 'OSMO',
|
|
96
|
+
logo_URIs: {
|
|
97
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
98
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
99
|
+
},
|
|
100
|
+
images: [{
|
|
101
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.png',
|
|
102
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/osmo.svg'
|
|
103
|
+
}],
|
|
104
|
+
coingecko_id: 'osmosis',
|
|
105
|
+
keywords: ['dex', 'staking'],
|
|
106
|
+
traces: [{
|
|
107
|
+
type: 'ibc',
|
|
108
|
+
counterparty: {
|
|
109
|
+
channel_id: 'channel-8867',
|
|
110
|
+
base_denom: 'uosmo',
|
|
111
|
+
chain_name: 'osmosistestnet'
|
|
112
|
+
},
|
|
113
|
+
chain: {
|
|
114
|
+
channel_id: 'channel-1'
|
|
115
|
+
}
|
|
116
|
+
}]
|
|
117
|
+
},
|
|
118
|
+
{
|
|
119
|
+
denom_units: [{
|
|
120
|
+
denom: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
121
|
+
exponent: 0,
|
|
122
|
+
aliases: ['uion']
|
|
123
|
+
}, {
|
|
124
|
+
denom: 'ion',
|
|
125
|
+
exponent: 6
|
|
126
|
+
}],
|
|
127
|
+
type_asset: 'sdk.coin',
|
|
128
|
+
base: 'ibc/EA7DF7F779C7F14E07172E5713E07356B55F01496CA649DDE46CF8FBF1A8466D',
|
|
129
|
+
name: 'Ion',
|
|
130
|
+
display: 'ion',
|
|
131
|
+
symbol: 'ION',
|
|
132
|
+
logo_URIs: {
|
|
133
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
134
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
135
|
+
},
|
|
136
|
+
images: [{
|
|
137
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.png',
|
|
138
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/osmosis/images/ion.svg'
|
|
139
|
+
}],
|
|
140
|
+
coingecko_id: 'ion',
|
|
141
|
+
keywords: ['memecoin'],
|
|
142
|
+
traces: [{
|
|
143
|
+
type: 'ibc',
|
|
144
|
+
counterparty: {
|
|
145
|
+
channel_id: 'channel-8867',
|
|
146
|
+
base_denom: 'uion',
|
|
147
|
+
chain_name: 'osmosistestnet'
|
|
148
|
+
},
|
|
149
|
+
chain: {
|
|
150
|
+
channel_id: 'channel-1'
|
|
151
|
+
}
|
|
152
|
+
}]
|
|
153
|
+
}
|
|
154
|
+
]
|
|
155
|
+
};
|
|
156
|
+
exports.default = assets;
|