@chain-registry/assets 1.70.119 → 1.70.120
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/devnet/prysmdevnet.js +0 -86
- package/esm/devnet/prysmdevnet.js +0 -86
- package/esm/testnet/archwaytestnet.js +8 -8
- package/esm/testnet/assets.js +2 -1
- package/esm/testnet/cosmoshubtestnet.js +272 -86
- package/esm/testnet/index.js +1 -0
- package/esm/testnet/junotestnet.js +272 -0
- package/esm/testnet/nobletestnet.js +0 -86
- package/esm/testnet/osmosistestnet.js +272 -0
- package/esm/testnet/stargazetestnet.js +272 -0
- package/esm/testnet/symphonytestnet3.js +292 -0
- package/package.json +5 -5
- package/testnet/archwaytestnet.js +8 -8
- package/testnet/assets.js +2 -1
- package/testnet/cosmoshubtestnet.js +272 -86
- package/testnet/index.d.ts +1 -0
- package/testnet/index.js +2 -1
- package/testnet/junotestnet.js +272 -0
- package/testnet/nobletestnet.js +0 -86
- package/testnet/osmosistestnet.js +272 -0
- package/testnet/stargazetestnet.js +272 -0
- package/testnet/symphonytestnet3.d.ts +3 -0
- package/testnet/symphonytestnet3.js +294 -0
package/testnet/junotestnet.js
CHANGED
|
@@ -254,6 +254,142 @@ const assets = {
|
|
|
254
254
|
}
|
|
255
255
|
}]
|
|
256
256
|
},
|
|
257
|
+
{
|
|
258
|
+
description: 'The native token of Symphony',
|
|
259
|
+
denom_units: [{
|
|
260
|
+
denom: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
261
|
+
exponent: 0,
|
|
262
|
+
aliases: ['note']
|
|
263
|
+
}, {
|
|
264
|
+
denom: 'mld',
|
|
265
|
+
exponent: 6,
|
|
266
|
+
aliases: ['melody']
|
|
267
|
+
}],
|
|
268
|
+
type_asset: 'sdk.coin',
|
|
269
|
+
base: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
270
|
+
name: 'Melody',
|
|
271
|
+
display: 'mld',
|
|
272
|
+
symbol: 'MLD',
|
|
273
|
+
logo_URIs: {
|
|
274
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
275
|
+
},
|
|
276
|
+
images: [{
|
|
277
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
278
|
+
}],
|
|
279
|
+
traces: [{
|
|
280
|
+
type: 'ibc',
|
|
281
|
+
counterparty: {
|
|
282
|
+
channel_id: 'channel-11',
|
|
283
|
+
base_denom: 'note',
|
|
284
|
+
chain_name: 'symphonytestnet3'
|
|
285
|
+
},
|
|
286
|
+
chain: {
|
|
287
|
+
channel_id: 'channel-943'
|
|
288
|
+
}
|
|
289
|
+
}]
|
|
290
|
+
},
|
|
291
|
+
{
|
|
292
|
+
description: 'Harmonized USD',
|
|
293
|
+
denom_units: [{
|
|
294
|
+
denom: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
295
|
+
exponent: 0,
|
|
296
|
+
aliases: ['uusd']
|
|
297
|
+
}, {
|
|
298
|
+
denom: 'husd',
|
|
299
|
+
exponent: 6,
|
|
300
|
+
aliases: ['harmony USD']
|
|
301
|
+
}],
|
|
302
|
+
type_asset: 'sdk.coin',
|
|
303
|
+
base: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
304
|
+
name: 'Harmony USD',
|
|
305
|
+
display: 'husd',
|
|
306
|
+
symbol: 'HUSD',
|
|
307
|
+
logo_URIs: {
|
|
308
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
309
|
+
},
|
|
310
|
+
images: [{
|
|
311
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
312
|
+
}],
|
|
313
|
+
traces: [{
|
|
314
|
+
type: 'ibc',
|
|
315
|
+
counterparty: {
|
|
316
|
+
channel_id: 'channel-11',
|
|
317
|
+
base_denom: 'uusd',
|
|
318
|
+
chain_name: 'symphonytestnet3'
|
|
319
|
+
},
|
|
320
|
+
chain: {
|
|
321
|
+
channel_id: 'channel-943'
|
|
322
|
+
}
|
|
323
|
+
}]
|
|
324
|
+
},
|
|
325
|
+
{
|
|
326
|
+
description: 'Harmonized HKD',
|
|
327
|
+
denom_units: [{
|
|
328
|
+
denom: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
329
|
+
exponent: 0,
|
|
330
|
+
aliases: ['ukhd']
|
|
331
|
+
}, {
|
|
332
|
+
denom: 'hkhd',
|
|
333
|
+
exponent: 6,
|
|
334
|
+
aliases: ['harmony HKD']
|
|
335
|
+
}],
|
|
336
|
+
type_asset: 'sdk.coin',
|
|
337
|
+
base: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
338
|
+
name: 'Harmony HKD',
|
|
339
|
+
display: 'hkhd',
|
|
340
|
+
symbol: 'HKHD',
|
|
341
|
+
logo_URIs: {
|
|
342
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
343
|
+
},
|
|
344
|
+
images: [{
|
|
345
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
346
|
+
}],
|
|
347
|
+
traces: [{
|
|
348
|
+
type: 'ibc',
|
|
349
|
+
counterparty: {
|
|
350
|
+
channel_id: 'channel-11',
|
|
351
|
+
base_denom: 'ukhd',
|
|
352
|
+
chain_name: 'symphonytestnet3'
|
|
353
|
+
},
|
|
354
|
+
chain: {
|
|
355
|
+
channel_id: 'channel-943'
|
|
356
|
+
}
|
|
357
|
+
}]
|
|
358
|
+
},
|
|
359
|
+
{
|
|
360
|
+
description: 'Harmonized VND',
|
|
361
|
+
denom_units: [{
|
|
362
|
+
denom: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
363
|
+
exponent: 0,
|
|
364
|
+
aliases: ['uvnd']
|
|
365
|
+
}, {
|
|
366
|
+
denom: 'hvnd',
|
|
367
|
+
exponent: 6,
|
|
368
|
+
aliases: ['harmony VND']
|
|
369
|
+
}],
|
|
370
|
+
type_asset: 'sdk.coin',
|
|
371
|
+
base: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
372
|
+
name: 'Harmony VND',
|
|
373
|
+
display: 'hvnd',
|
|
374
|
+
symbol: 'HVND',
|
|
375
|
+
logo_URIs: {
|
|
376
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
377
|
+
},
|
|
378
|
+
images: [{
|
|
379
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
380
|
+
}],
|
|
381
|
+
traces: [{
|
|
382
|
+
type: 'ibc',
|
|
383
|
+
counterparty: {
|
|
384
|
+
channel_id: 'channel-11',
|
|
385
|
+
base_denom: 'uvnd',
|
|
386
|
+
chain_name: 'symphonytestnet3'
|
|
387
|
+
},
|
|
388
|
+
chain: {
|
|
389
|
+
channel_id: 'channel-943'
|
|
390
|
+
}
|
|
391
|
+
}]
|
|
392
|
+
},
|
|
257
393
|
{
|
|
258
394
|
description: 'The native token of Nois',
|
|
259
395
|
denom_units: [{
|
|
@@ -504,6 +640,142 @@ const assets = {
|
|
|
504
640
|
channel_id: 'channel-946'
|
|
505
641
|
}
|
|
506
642
|
}]
|
|
643
|
+
},
|
|
644
|
+
{
|
|
645
|
+
description: 'The native token of Symphony',
|
|
646
|
+
denom_units: [{
|
|
647
|
+
denom: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
648
|
+
exponent: 0,
|
|
649
|
+
aliases: ['note']
|
|
650
|
+
}, {
|
|
651
|
+
denom: 'mld',
|
|
652
|
+
exponent: 6,
|
|
653
|
+
aliases: ['melody']
|
|
654
|
+
}],
|
|
655
|
+
type_asset: 'sdk.coin',
|
|
656
|
+
base: 'ibc/0D705BBA51CEFF38BD143E1E2A11C71FC16BA963A1286B39445B20CA8F05923C',
|
|
657
|
+
name: 'Melody',
|
|
658
|
+
display: 'mld',
|
|
659
|
+
symbol: 'MLD',
|
|
660
|
+
logo_URIs: {
|
|
661
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
662
|
+
},
|
|
663
|
+
images: [{
|
|
664
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
665
|
+
}],
|
|
666
|
+
traces: [{
|
|
667
|
+
type: 'ibc',
|
|
668
|
+
counterparty: {
|
|
669
|
+
channel_id: 'channel-11',
|
|
670
|
+
base_denom: 'note',
|
|
671
|
+
chain_name: 'symphonytestnet3'
|
|
672
|
+
},
|
|
673
|
+
chain: {
|
|
674
|
+
channel_id: 'channel-943'
|
|
675
|
+
}
|
|
676
|
+
}]
|
|
677
|
+
},
|
|
678
|
+
{
|
|
679
|
+
description: 'Harmonized USD',
|
|
680
|
+
denom_units: [{
|
|
681
|
+
denom: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
682
|
+
exponent: 0,
|
|
683
|
+
aliases: ['uusd']
|
|
684
|
+
}, {
|
|
685
|
+
denom: 'husd',
|
|
686
|
+
exponent: 6,
|
|
687
|
+
aliases: ['harmony USD']
|
|
688
|
+
}],
|
|
689
|
+
type_asset: 'sdk.coin',
|
|
690
|
+
base: 'ibc/0ACFE95891C4DF79ED57C2BA5C2859B51B364B1991267D7D5595B45B2EC50F3B',
|
|
691
|
+
name: 'Harmony USD',
|
|
692
|
+
display: 'husd',
|
|
693
|
+
symbol: 'HUSD',
|
|
694
|
+
logo_URIs: {
|
|
695
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
696
|
+
},
|
|
697
|
+
images: [{
|
|
698
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
699
|
+
}],
|
|
700
|
+
traces: [{
|
|
701
|
+
type: 'ibc',
|
|
702
|
+
counterparty: {
|
|
703
|
+
channel_id: 'channel-11',
|
|
704
|
+
base_denom: 'uusd',
|
|
705
|
+
chain_name: 'symphonytestnet3'
|
|
706
|
+
},
|
|
707
|
+
chain: {
|
|
708
|
+
channel_id: 'channel-943'
|
|
709
|
+
}
|
|
710
|
+
}]
|
|
711
|
+
},
|
|
712
|
+
{
|
|
713
|
+
description: 'Harmonized HKD',
|
|
714
|
+
denom_units: [{
|
|
715
|
+
denom: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
716
|
+
exponent: 0,
|
|
717
|
+
aliases: ['ukhd']
|
|
718
|
+
}, {
|
|
719
|
+
denom: 'hkhd',
|
|
720
|
+
exponent: 6,
|
|
721
|
+
aliases: ['harmony HKD']
|
|
722
|
+
}],
|
|
723
|
+
type_asset: 'sdk.coin',
|
|
724
|
+
base: 'ibc/91827A984EB3375151991F4FF8FAACA072DE6EA601D94A580598C4D2A9E7C1DE',
|
|
725
|
+
name: 'Harmony HKD',
|
|
726
|
+
display: 'hkhd',
|
|
727
|
+
symbol: 'HKHD',
|
|
728
|
+
logo_URIs: {
|
|
729
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
730
|
+
},
|
|
731
|
+
images: [{
|
|
732
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
733
|
+
}],
|
|
734
|
+
traces: [{
|
|
735
|
+
type: 'ibc',
|
|
736
|
+
counterparty: {
|
|
737
|
+
channel_id: 'channel-11',
|
|
738
|
+
base_denom: 'ukhd',
|
|
739
|
+
chain_name: 'symphonytestnet3'
|
|
740
|
+
},
|
|
741
|
+
chain: {
|
|
742
|
+
channel_id: 'channel-943'
|
|
743
|
+
}
|
|
744
|
+
}]
|
|
745
|
+
},
|
|
746
|
+
{
|
|
747
|
+
description: 'Harmonized VND',
|
|
748
|
+
denom_units: [{
|
|
749
|
+
denom: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
750
|
+
exponent: 0,
|
|
751
|
+
aliases: ['uvnd']
|
|
752
|
+
}, {
|
|
753
|
+
denom: 'hvnd',
|
|
754
|
+
exponent: 6,
|
|
755
|
+
aliases: ['harmony VND']
|
|
756
|
+
}],
|
|
757
|
+
type_asset: 'sdk.coin',
|
|
758
|
+
base: 'ibc/52FF7DED3374A05929C68F6C972589B0DF5DB8A5C81D586EFF595BB7DE413C89',
|
|
759
|
+
name: 'Harmony VND',
|
|
760
|
+
display: 'hvnd',
|
|
761
|
+
symbol: 'HVND',
|
|
762
|
+
logo_URIs: {
|
|
763
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
764
|
+
},
|
|
765
|
+
images: [{
|
|
766
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
767
|
+
}],
|
|
768
|
+
traces: [{
|
|
769
|
+
type: 'ibc',
|
|
770
|
+
counterparty: {
|
|
771
|
+
channel_id: 'channel-11',
|
|
772
|
+
base_denom: 'uvnd',
|
|
773
|
+
chain_name: 'symphonytestnet3'
|
|
774
|
+
},
|
|
775
|
+
chain: {
|
|
776
|
+
channel_id: 'channel-943'
|
|
777
|
+
}
|
|
778
|
+
}]
|
|
507
779
|
}
|
|
508
780
|
]
|
|
509
781
|
};
|
package/testnet/nobletestnet.js
CHANGED
|
@@ -3,49 +3,6 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'nobletestnet',
|
|
5
5
|
assets: [
|
|
6
|
-
{
|
|
7
|
-
description: 'The native token of Elys Network',
|
|
8
|
-
denom_units: [
|
|
9
|
-
{
|
|
10
|
-
denom: 'ibc/AAA364B0A1B8482ED5415078451C58C907EDE7751F9C4A7F9D0C03181D97DE39',
|
|
11
|
-
exponent: 0,
|
|
12
|
-
aliases: ['uelys']
|
|
13
|
-
},
|
|
14
|
-
{
|
|
15
|
-
denom: 'melys',
|
|
16
|
-
exponent: 3,
|
|
17
|
-
aliases: ['millielys']
|
|
18
|
-
},
|
|
19
|
-
{
|
|
20
|
-
denom: 'elys',
|
|
21
|
-
exponent: 6,
|
|
22
|
-
aliases: []
|
|
23
|
-
}
|
|
24
|
-
],
|
|
25
|
-
base: 'ibc/AAA364B0A1B8482ED5415078451C58C907EDE7751F9C4A7F9D0C03181D97DE39',
|
|
26
|
-
name: 'Elys Network',
|
|
27
|
-
display: 'elys',
|
|
28
|
-
symbol: 'ELYS',
|
|
29
|
-
logo_URIs: {
|
|
30
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
31
|
-
},
|
|
32
|
-
coingecko_id: 'elys',
|
|
33
|
-
images: [{
|
|
34
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
35
|
-
}],
|
|
36
|
-
type_asset: 'sdk.coin',
|
|
37
|
-
traces: [{
|
|
38
|
-
type: 'ibc',
|
|
39
|
-
counterparty: {
|
|
40
|
-
channel_id: 'channel-12',
|
|
41
|
-
base_denom: 'uelys',
|
|
42
|
-
chain_name: 'elystestnet'
|
|
43
|
-
},
|
|
44
|
-
chain: {
|
|
45
|
-
channel_id: 'channel-19'
|
|
46
|
-
}
|
|
47
|
-
}]
|
|
48
|
-
},
|
|
49
6
|
{
|
|
50
7
|
description: 'Eden token definition',
|
|
51
8
|
denom_units: [
|
|
@@ -88,49 +45,6 @@ const assets = {
|
|
|
88
45
|
}
|
|
89
46
|
}]
|
|
90
47
|
},
|
|
91
|
-
{
|
|
92
|
-
description: 'The native token of Elys Network',
|
|
93
|
-
denom_units: [
|
|
94
|
-
{
|
|
95
|
-
denom: 'ibc/AAA364B0A1B8482ED5415078451C58C907EDE7751F9C4A7F9D0C03181D97DE39',
|
|
96
|
-
exponent: 0,
|
|
97
|
-
aliases: ['uelys']
|
|
98
|
-
},
|
|
99
|
-
{
|
|
100
|
-
denom: 'melys',
|
|
101
|
-
exponent: 3,
|
|
102
|
-
aliases: ['millielys']
|
|
103
|
-
},
|
|
104
|
-
{
|
|
105
|
-
denom: 'elys',
|
|
106
|
-
exponent: 6,
|
|
107
|
-
aliases: []
|
|
108
|
-
}
|
|
109
|
-
],
|
|
110
|
-
base: 'ibc/AAA364B0A1B8482ED5415078451C58C907EDE7751F9C4A7F9D0C03181D97DE39',
|
|
111
|
-
name: 'Elys Network',
|
|
112
|
-
display: 'elys',
|
|
113
|
-
symbol: 'ELYS',
|
|
114
|
-
logo_URIs: {
|
|
115
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
116
|
-
},
|
|
117
|
-
coingecko_id: 'elys',
|
|
118
|
-
images: [{
|
|
119
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
120
|
-
}],
|
|
121
|
-
type_asset: 'sdk.coin',
|
|
122
|
-
traces: [{
|
|
123
|
-
type: 'ibc',
|
|
124
|
-
counterparty: {
|
|
125
|
-
channel_id: 'channel-12',
|
|
126
|
-
base_denom: 'uelys',
|
|
127
|
-
chain_name: 'elystestnet'
|
|
128
|
-
},
|
|
129
|
-
chain: {
|
|
130
|
-
channel_id: 'channel-19'
|
|
131
|
-
}
|
|
132
|
-
}]
|
|
133
|
-
},
|
|
134
48
|
{
|
|
135
49
|
description: 'Eden token definition',
|
|
136
50
|
denom_units: [
|
|
@@ -1829,6 +1829,142 @@ const assets = {
|
|
|
1829
1829
|
}
|
|
1830
1830
|
}]
|
|
1831
1831
|
},
|
|
1832
|
+
{
|
|
1833
|
+
description: 'The native token of Symphony',
|
|
1834
|
+
denom_units: [{
|
|
1835
|
+
denom: 'ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4',
|
|
1836
|
+
exponent: 0,
|
|
1837
|
+
aliases: ['note']
|
|
1838
|
+
}, {
|
|
1839
|
+
denom: 'mld',
|
|
1840
|
+
exponent: 6,
|
|
1841
|
+
aliases: ['melody']
|
|
1842
|
+
}],
|
|
1843
|
+
type_asset: 'sdk.coin',
|
|
1844
|
+
base: 'ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4',
|
|
1845
|
+
name: 'Melody',
|
|
1846
|
+
display: 'mld',
|
|
1847
|
+
symbol: 'MLD',
|
|
1848
|
+
logo_URIs: {
|
|
1849
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1850
|
+
},
|
|
1851
|
+
images: [{
|
|
1852
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1853
|
+
}],
|
|
1854
|
+
traces: [{
|
|
1855
|
+
type: 'ibc',
|
|
1856
|
+
counterparty: {
|
|
1857
|
+
channel_id: 'channel-0',
|
|
1858
|
+
base_denom: 'note',
|
|
1859
|
+
chain_name: 'symphonytestnet3'
|
|
1860
|
+
},
|
|
1861
|
+
chain: {
|
|
1862
|
+
channel_id: 'channel-8743'
|
|
1863
|
+
}
|
|
1864
|
+
}]
|
|
1865
|
+
},
|
|
1866
|
+
{
|
|
1867
|
+
description: 'Harmonized USD',
|
|
1868
|
+
denom_units: [{
|
|
1869
|
+
denom: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
1870
|
+
exponent: 0,
|
|
1871
|
+
aliases: ['uusd']
|
|
1872
|
+
}, {
|
|
1873
|
+
denom: 'husd',
|
|
1874
|
+
exponent: 6,
|
|
1875
|
+
aliases: ['harmony USD']
|
|
1876
|
+
}],
|
|
1877
|
+
type_asset: 'sdk.coin',
|
|
1878
|
+
base: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
1879
|
+
name: 'Harmony USD',
|
|
1880
|
+
display: 'husd',
|
|
1881
|
+
symbol: 'HUSD',
|
|
1882
|
+
logo_URIs: {
|
|
1883
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
1884
|
+
},
|
|
1885
|
+
images: [{
|
|
1886
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
1887
|
+
}],
|
|
1888
|
+
traces: [{
|
|
1889
|
+
type: 'ibc',
|
|
1890
|
+
counterparty: {
|
|
1891
|
+
channel_id: 'channel-0',
|
|
1892
|
+
base_denom: 'uusd',
|
|
1893
|
+
chain_name: 'symphonytestnet3'
|
|
1894
|
+
},
|
|
1895
|
+
chain: {
|
|
1896
|
+
channel_id: 'channel-8743'
|
|
1897
|
+
}
|
|
1898
|
+
}]
|
|
1899
|
+
},
|
|
1900
|
+
{
|
|
1901
|
+
description: 'Harmonized HKD',
|
|
1902
|
+
denom_units: [{
|
|
1903
|
+
denom: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
1904
|
+
exponent: 0,
|
|
1905
|
+
aliases: ['ukhd']
|
|
1906
|
+
}, {
|
|
1907
|
+
denom: 'hkhd',
|
|
1908
|
+
exponent: 6,
|
|
1909
|
+
aliases: ['harmony HKD']
|
|
1910
|
+
}],
|
|
1911
|
+
type_asset: 'sdk.coin',
|
|
1912
|
+
base: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
1913
|
+
name: 'Harmony HKD',
|
|
1914
|
+
display: 'hkhd',
|
|
1915
|
+
symbol: 'HKHD',
|
|
1916
|
+
logo_URIs: {
|
|
1917
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
1918
|
+
},
|
|
1919
|
+
images: [{
|
|
1920
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
1921
|
+
}],
|
|
1922
|
+
traces: [{
|
|
1923
|
+
type: 'ibc',
|
|
1924
|
+
counterparty: {
|
|
1925
|
+
channel_id: 'channel-0',
|
|
1926
|
+
base_denom: 'ukhd',
|
|
1927
|
+
chain_name: 'symphonytestnet3'
|
|
1928
|
+
},
|
|
1929
|
+
chain: {
|
|
1930
|
+
channel_id: 'channel-8743'
|
|
1931
|
+
}
|
|
1932
|
+
}]
|
|
1933
|
+
},
|
|
1934
|
+
{
|
|
1935
|
+
description: 'Harmonized VND',
|
|
1936
|
+
denom_units: [{
|
|
1937
|
+
denom: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
1938
|
+
exponent: 0,
|
|
1939
|
+
aliases: ['uvnd']
|
|
1940
|
+
}, {
|
|
1941
|
+
denom: 'hvnd',
|
|
1942
|
+
exponent: 6,
|
|
1943
|
+
aliases: ['harmony VND']
|
|
1944
|
+
}],
|
|
1945
|
+
type_asset: 'sdk.coin',
|
|
1946
|
+
base: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
1947
|
+
name: 'Harmony VND',
|
|
1948
|
+
display: 'hvnd',
|
|
1949
|
+
symbol: 'HVND',
|
|
1950
|
+
logo_URIs: {
|
|
1951
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
1952
|
+
},
|
|
1953
|
+
images: [{
|
|
1954
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
1955
|
+
}],
|
|
1956
|
+
traces: [{
|
|
1957
|
+
type: 'ibc',
|
|
1958
|
+
counterparty: {
|
|
1959
|
+
channel_id: 'channel-0',
|
|
1960
|
+
base_denom: 'uvnd',
|
|
1961
|
+
chain_name: 'symphonytestnet3'
|
|
1962
|
+
},
|
|
1963
|
+
chain: {
|
|
1964
|
+
channel_id: 'channel-8743'
|
|
1965
|
+
}
|
|
1966
|
+
}]
|
|
1967
|
+
},
|
|
1832
1968
|
{
|
|
1833
1969
|
description: 'The native staking and governance token of the testnet version of Synternet chain.',
|
|
1834
1970
|
denom_units: [{
|
|
@@ -2489,6 +2625,142 @@ const assets = {
|
|
|
2489
2625
|
}
|
|
2490
2626
|
}]
|
|
2491
2627
|
},
|
|
2628
|
+
{
|
|
2629
|
+
description: 'The native token of Symphony',
|
|
2630
|
+
denom_units: [{
|
|
2631
|
+
denom: 'ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4',
|
|
2632
|
+
exponent: 0,
|
|
2633
|
+
aliases: ['note']
|
|
2634
|
+
}, {
|
|
2635
|
+
denom: 'mld',
|
|
2636
|
+
exponent: 6,
|
|
2637
|
+
aliases: ['melody']
|
|
2638
|
+
}],
|
|
2639
|
+
type_asset: 'sdk.coin',
|
|
2640
|
+
base: 'ibc/B8435C53F8B5CC87703531FF736508875DF473D0C231E93A3EF5C2C934E562A4',
|
|
2641
|
+
name: 'Melody',
|
|
2642
|
+
display: 'mld',
|
|
2643
|
+
symbol: 'MLD',
|
|
2644
|
+
logo_URIs: {
|
|
2645
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
2646
|
+
},
|
|
2647
|
+
images: [{
|
|
2648
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
2649
|
+
}],
|
|
2650
|
+
traces: [{
|
|
2651
|
+
type: 'ibc',
|
|
2652
|
+
counterparty: {
|
|
2653
|
+
channel_id: 'channel-0',
|
|
2654
|
+
base_denom: 'note',
|
|
2655
|
+
chain_name: 'symphonytestnet3'
|
|
2656
|
+
},
|
|
2657
|
+
chain: {
|
|
2658
|
+
channel_id: 'channel-8743'
|
|
2659
|
+
}
|
|
2660
|
+
}]
|
|
2661
|
+
},
|
|
2662
|
+
{
|
|
2663
|
+
description: 'Harmonized USD',
|
|
2664
|
+
denom_units: [{
|
|
2665
|
+
denom: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
2666
|
+
exponent: 0,
|
|
2667
|
+
aliases: ['uusd']
|
|
2668
|
+
}, {
|
|
2669
|
+
denom: 'husd',
|
|
2670
|
+
exponent: 6,
|
|
2671
|
+
aliases: ['harmony USD']
|
|
2672
|
+
}],
|
|
2673
|
+
type_asset: 'sdk.coin',
|
|
2674
|
+
base: 'ibc/174BDF67EEF30BC9AC3545DA3107369890448E63517128F55DF0CF6900A5E1FD',
|
|
2675
|
+
name: 'Harmony USD',
|
|
2676
|
+
display: 'husd',
|
|
2677
|
+
symbol: 'HUSD',
|
|
2678
|
+
logo_URIs: {
|
|
2679
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
2680
|
+
},
|
|
2681
|
+
images: [{
|
|
2682
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
2683
|
+
}],
|
|
2684
|
+
traces: [{
|
|
2685
|
+
type: 'ibc',
|
|
2686
|
+
counterparty: {
|
|
2687
|
+
channel_id: 'channel-0',
|
|
2688
|
+
base_denom: 'uusd',
|
|
2689
|
+
chain_name: 'symphonytestnet3'
|
|
2690
|
+
},
|
|
2691
|
+
chain: {
|
|
2692
|
+
channel_id: 'channel-8743'
|
|
2693
|
+
}
|
|
2694
|
+
}]
|
|
2695
|
+
},
|
|
2696
|
+
{
|
|
2697
|
+
description: 'Harmonized HKD',
|
|
2698
|
+
denom_units: [{
|
|
2699
|
+
denom: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
2700
|
+
exponent: 0,
|
|
2701
|
+
aliases: ['ukhd']
|
|
2702
|
+
}, {
|
|
2703
|
+
denom: 'hkhd',
|
|
2704
|
+
exponent: 6,
|
|
2705
|
+
aliases: ['harmony HKD']
|
|
2706
|
+
}],
|
|
2707
|
+
type_asset: 'sdk.coin',
|
|
2708
|
+
base: 'ibc/C26C28098E5B1607F6F22228047865B64626ABC3337EE5D8F3F8F253C6A40D8B',
|
|
2709
|
+
name: 'Harmony HKD',
|
|
2710
|
+
display: 'hkhd',
|
|
2711
|
+
symbol: 'HKHD',
|
|
2712
|
+
logo_URIs: {
|
|
2713
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
2714
|
+
},
|
|
2715
|
+
images: [{
|
|
2716
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
2717
|
+
}],
|
|
2718
|
+
traces: [{
|
|
2719
|
+
type: 'ibc',
|
|
2720
|
+
counterparty: {
|
|
2721
|
+
channel_id: 'channel-0',
|
|
2722
|
+
base_denom: 'ukhd',
|
|
2723
|
+
chain_name: 'symphonytestnet3'
|
|
2724
|
+
},
|
|
2725
|
+
chain: {
|
|
2726
|
+
channel_id: 'channel-8743'
|
|
2727
|
+
}
|
|
2728
|
+
}]
|
|
2729
|
+
},
|
|
2730
|
+
{
|
|
2731
|
+
description: 'Harmonized VND',
|
|
2732
|
+
denom_units: [{
|
|
2733
|
+
denom: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
2734
|
+
exponent: 0,
|
|
2735
|
+
aliases: ['uvnd']
|
|
2736
|
+
}, {
|
|
2737
|
+
denom: 'hvnd',
|
|
2738
|
+
exponent: 6,
|
|
2739
|
+
aliases: ['harmony VND']
|
|
2740
|
+
}],
|
|
2741
|
+
type_asset: 'sdk.coin',
|
|
2742
|
+
base: 'ibc/EB9FB987467B70E2451E25482AECF04946A4389D2EA1A12064BDD39D2F8518E3',
|
|
2743
|
+
name: 'Harmony VND',
|
|
2744
|
+
display: 'hvnd',
|
|
2745
|
+
symbol: 'HVND',
|
|
2746
|
+
logo_URIs: {
|
|
2747
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
2748
|
+
},
|
|
2749
|
+
images: [{
|
|
2750
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
2751
|
+
}],
|
|
2752
|
+
traces: [{
|
|
2753
|
+
type: 'ibc',
|
|
2754
|
+
counterparty: {
|
|
2755
|
+
channel_id: 'channel-0',
|
|
2756
|
+
base_denom: 'uvnd',
|
|
2757
|
+
chain_name: 'symphonytestnet3'
|
|
2758
|
+
},
|
|
2759
|
+
chain: {
|
|
2760
|
+
channel_id: 'channel-8743'
|
|
2761
|
+
}
|
|
2762
|
+
}]
|
|
2763
|
+
},
|
|
2492
2764
|
{
|
|
2493
2765
|
description: 'The native staking and governance token of the testnet version of Synternet chain.',
|
|
2494
2766
|
denom_units: [{
|