@chain-registry/assets 1.70.66 → 1.70.67
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/akash.js +170 -0
- package/esm/mainnet/assets.js +2 -1
- package/esm/mainnet/axelar.js +1328 -38
- package/esm/mainnet/celestia.js +1334 -44
- package/esm/mainnet/cosmoshub.js +1328 -38
- package/esm/mainnet/dydx.js +1166 -46
- package/esm/mainnet/elys.js +764 -0
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/injective.js +1166 -46
- package/esm/mainnet/neutron.js +1166 -46
- package/esm/mainnet/noble.js +1326 -36
- package/esm/mainnet/osmosis.js +1322 -32
- package/esm/mainnet/stride.js +1166 -46
- package/esm/mainnet/terra2.js +1166 -46
- package/esm/testnet/cosmoshubtestnet.js +50 -322
- package/esm/testnet/symphonytestnet.js +4 -74
- package/mainnet/akash.js +170 -0
- package/mainnet/assets.js +2 -1
- package/mainnet/axelar.js +1328 -38
- package/mainnet/celestia.js +1334 -44
- package/mainnet/cosmoshub.js +1328 -38
- package/mainnet/dydx.js +1166 -46
- package/mainnet/elys.d.ts +3 -0
- package/mainnet/elys.js +766 -0
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +4 -3
- package/mainnet/injective.js +1166 -46
- package/mainnet/neutron.js +1166 -46
- package/mainnet/noble.js +1326 -36
- package/mainnet/osmosis.js +1322 -32
- package/mainnet/stride.js +1166 -46
- package/mainnet/terra2.js +1166 -46
- package/package.json +5 -5
- package/testnet/cosmoshubtestnet.js +50 -322
- package/testnet/symphonytestnet.js +4 -74
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@chain-registry/assets",
|
|
3
|
-
"version": "1.70.
|
|
3
|
+
"version": "1.70.67",
|
|
4
4
|
"description": "Chain Registry Asset Lists",
|
|
5
5
|
"author": "Dan Lynch <pyramation@gmail.com>",
|
|
6
6
|
"homepage": "https://github.com/cosmology-tech/chain-registry",
|
|
@@ -29,11 +29,11 @@
|
|
|
29
29
|
"test:watch": "jest --watch"
|
|
30
30
|
},
|
|
31
31
|
"devDependencies": {
|
|
32
|
-
"@chain-registry/utils": "^1.51.
|
|
33
|
-
"chain-registry": "^1.69.
|
|
32
|
+
"@chain-registry/utils": "^1.51.38",
|
|
33
|
+
"chain-registry": "^1.69.67"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@chain-registry/types": "^0.50.
|
|
36
|
+
"@chain-registry/types": "^0.50.38"
|
|
37
37
|
},
|
|
38
38
|
"keywords": [
|
|
39
39
|
"chain-registry",
|
|
@@ -43,5 +43,5 @@
|
|
|
43
43
|
"interchain",
|
|
44
44
|
"tokens"
|
|
45
45
|
],
|
|
46
|
-
"gitHead": "
|
|
46
|
+
"gitHead": "613582dd34ddfc33e6da3678cf6eb6420628a5af"
|
|
47
47
|
}
|
|
@@ -3,6 +3,40 @@ Object.defineProperty(exports, "__esModule", { value: true });
|
|
|
3
3
|
const assets = {
|
|
4
4
|
chain_name: 'cosmoshubtestnet',
|
|
5
5
|
assets: [
|
|
6
|
+
{
|
|
7
|
+
denom_units: [{
|
|
8
|
+
denom: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308',
|
|
9
|
+
exponent: 0,
|
|
10
|
+
aliases: ['utia']
|
|
11
|
+
}, {
|
|
12
|
+
denom: 'tia',
|
|
13
|
+
exponent: 6
|
|
14
|
+
}],
|
|
15
|
+
base: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308',
|
|
16
|
+
name: 'Celestia',
|
|
17
|
+
display: 'tia',
|
|
18
|
+
symbol: 'TIA',
|
|
19
|
+
logo_URIs: {
|
|
20
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png',
|
|
21
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg'
|
|
22
|
+
},
|
|
23
|
+
images: [{
|
|
24
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg',
|
|
25
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png'
|
|
26
|
+
}],
|
|
27
|
+
type_asset: 'sdk.coin',
|
|
28
|
+
traces: [{
|
|
29
|
+
type: 'ibc',
|
|
30
|
+
counterparty: {
|
|
31
|
+
channel_id: 'channel-0',
|
|
32
|
+
base_denom: 'utia',
|
|
33
|
+
chain_name: 'celestiatestnet3'
|
|
34
|
+
},
|
|
35
|
+
chain: {
|
|
36
|
+
channel_id: 'channel-3152'
|
|
37
|
+
}
|
|
38
|
+
}]
|
|
39
|
+
},
|
|
6
40
|
{
|
|
7
41
|
denom_units: [{
|
|
8
42
|
denom: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308',
|
|
@@ -122,176 +156,6 @@ const assets = {
|
|
|
122
156
|
}
|
|
123
157
|
}]
|
|
124
158
|
},
|
|
125
|
-
{
|
|
126
|
-
description: 'The native token of Symphony',
|
|
127
|
-
denom_units: [{
|
|
128
|
-
denom: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC',
|
|
129
|
-
exponent: 0,
|
|
130
|
-
aliases: ['note']
|
|
131
|
-
}, {
|
|
132
|
-
denom: 'mld',
|
|
133
|
-
exponent: 6,
|
|
134
|
-
aliases: ['melody']
|
|
135
|
-
}],
|
|
136
|
-
type_asset: 'sdk.coin',
|
|
137
|
-
base: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC',
|
|
138
|
-
name: 'Melody',
|
|
139
|
-
display: 'mld',
|
|
140
|
-
symbol: 'MLD',
|
|
141
|
-
logo_URIs: {
|
|
142
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
143
|
-
},
|
|
144
|
-
images: [{
|
|
145
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
146
|
-
}],
|
|
147
|
-
traces: [{
|
|
148
|
-
type: 'ibc',
|
|
149
|
-
counterparty: {
|
|
150
|
-
channel_id: 'channel-12',
|
|
151
|
-
base_denom: 'note',
|
|
152
|
-
chain_name: 'symphonytestnet'
|
|
153
|
-
},
|
|
154
|
-
chain: {
|
|
155
|
-
channel_id: 'channel-4320'
|
|
156
|
-
}
|
|
157
|
-
}]
|
|
158
|
-
},
|
|
159
|
-
{
|
|
160
|
-
description: 'Harmonized USD',
|
|
161
|
-
denom_units: [{
|
|
162
|
-
denom: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D',
|
|
163
|
-
exponent: 0,
|
|
164
|
-
aliases: ['uusd']
|
|
165
|
-
}, {
|
|
166
|
-
denom: 'husd',
|
|
167
|
-
exponent: 6,
|
|
168
|
-
aliases: ['harmony USD']
|
|
169
|
-
}],
|
|
170
|
-
type_asset: 'sdk.coin',
|
|
171
|
-
base: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D',
|
|
172
|
-
name: 'Harmony USD',
|
|
173
|
-
display: 'husd',
|
|
174
|
-
symbol: 'HUSD',
|
|
175
|
-
logo_URIs: {
|
|
176
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
177
|
-
},
|
|
178
|
-
images: [{
|
|
179
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
180
|
-
}],
|
|
181
|
-
traces: [{
|
|
182
|
-
type: 'ibc',
|
|
183
|
-
counterparty: {
|
|
184
|
-
channel_id: 'channel-12',
|
|
185
|
-
base_denom: 'uusd',
|
|
186
|
-
chain_name: 'symphonytestnet'
|
|
187
|
-
},
|
|
188
|
-
chain: {
|
|
189
|
-
channel_id: 'channel-4320'
|
|
190
|
-
}
|
|
191
|
-
}]
|
|
192
|
-
},
|
|
193
|
-
{
|
|
194
|
-
description: 'Harmonized HKD',
|
|
195
|
-
denom_units: [{
|
|
196
|
-
denom: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129',
|
|
197
|
-
exponent: 0,
|
|
198
|
-
aliases: ['ukhd']
|
|
199
|
-
}, {
|
|
200
|
-
denom: 'hkhd',
|
|
201
|
-
exponent: 6,
|
|
202
|
-
aliases: ['harmony HKD']
|
|
203
|
-
}],
|
|
204
|
-
type_asset: 'sdk.coin',
|
|
205
|
-
base: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129',
|
|
206
|
-
name: 'Harmony HKD',
|
|
207
|
-
display: 'hkhd',
|
|
208
|
-
symbol: 'HKHD',
|
|
209
|
-
logo_URIs: {
|
|
210
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
211
|
-
},
|
|
212
|
-
images: [{
|
|
213
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
214
|
-
}],
|
|
215
|
-
traces: [{
|
|
216
|
-
type: 'ibc',
|
|
217
|
-
counterparty: {
|
|
218
|
-
channel_id: 'channel-12',
|
|
219
|
-
base_denom: 'ukhd',
|
|
220
|
-
chain_name: 'symphonytestnet'
|
|
221
|
-
},
|
|
222
|
-
chain: {
|
|
223
|
-
channel_id: 'channel-4320'
|
|
224
|
-
}
|
|
225
|
-
}]
|
|
226
|
-
},
|
|
227
|
-
{
|
|
228
|
-
description: 'Harmonized VND',
|
|
229
|
-
denom_units: [{
|
|
230
|
-
denom: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8',
|
|
231
|
-
exponent: 0,
|
|
232
|
-
aliases: ['uvnd']
|
|
233
|
-
}, {
|
|
234
|
-
denom: 'hvnd',
|
|
235
|
-
exponent: 6,
|
|
236
|
-
aliases: ['harmony VND']
|
|
237
|
-
}],
|
|
238
|
-
type_asset: 'sdk.coin',
|
|
239
|
-
base: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8',
|
|
240
|
-
name: 'Harmony VND',
|
|
241
|
-
display: 'hvnd',
|
|
242
|
-
symbol: 'HVND',
|
|
243
|
-
logo_URIs: {
|
|
244
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
245
|
-
},
|
|
246
|
-
images: [{
|
|
247
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
248
|
-
}],
|
|
249
|
-
traces: [{
|
|
250
|
-
type: 'ibc',
|
|
251
|
-
counterparty: {
|
|
252
|
-
channel_id: 'channel-12',
|
|
253
|
-
base_denom: 'uvnd',
|
|
254
|
-
chain_name: 'symphonytestnet'
|
|
255
|
-
},
|
|
256
|
-
chain: {
|
|
257
|
-
channel_id: 'channel-4320'
|
|
258
|
-
}
|
|
259
|
-
}]
|
|
260
|
-
},
|
|
261
|
-
{
|
|
262
|
-
denom_units: [{
|
|
263
|
-
denom: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308',
|
|
264
|
-
exponent: 0,
|
|
265
|
-
aliases: ['utia']
|
|
266
|
-
}, {
|
|
267
|
-
denom: 'tia',
|
|
268
|
-
exponent: 6
|
|
269
|
-
}],
|
|
270
|
-
base: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308',
|
|
271
|
-
name: 'Celestia',
|
|
272
|
-
display: 'tia',
|
|
273
|
-
symbol: 'TIA',
|
|
274
|
-
logo_URIs: {
|
|
275
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png',
|
|
276
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg'
|
|
277
|
-
},
|
|
278
|
-
images: [{
|
|
279
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg',
|
|
280
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png'
|
|
281
|
-
}],
|
|
282
|
-
type_asset: 'sdk.coin',
|
|
283
|
-
traces: [{
|
|
284
|
-
type: 'ibc',
|
|
285
|
-
counterparty: {
|
|
286
|
-
channel_id: 'channel-0',
|
|
287
|
-
base_denom: 'utia',
|
|
288
|
-
chain_name: 'celestiatestnet3'
|
|
289
|
-
},
|
|
290
|
-
chain: {
|
|
291
|
-
channel_id: 'channel-3152'
|
|
292
|
-
}
|
|
293
|
-
}]
|
|
294
|
-
},
|
|
295
159
|
{
|
|
296
160
|
description: 'The native staking and governance token of the testnet version of Empower.',
|
|
297
161
|
denom_units: [{
|
|
@@ -618,7 +482,7 @@ const assets = {
|
|
|
618
482
|
{
|
|
619
483
|
description: 'The native token of Symphony',
|
|
620
484
|
denom_units: [{
|
|
621
|
-
denom: 'ibc/
|
|
485
|
+
denom: 'ibc/087EBD181D2DDD1D3C5F6CE1037D45E5B78A1E3B7A8495E2088CB218F881D7BB',
|
|
622
486
|
exponent: 0,
|
|
623
487
|
aliases: ['note']
|
|
624
488
|
}, {
|
|
@@ -627,7 +491,7 @@ const assets = {
|
|
|
627
491
|
aliases: ['melody']
|
|
628
492
|
}],
|
|
629
493
|
type_asset: 'sdk.coin',
|
|
630
|
-
base: 'ibc/
|
|
494
|
+
base: 'ibc/087EBD181D2DDD1D3C5F6CE1037D45E5B78A1E3B7A8495E2088CB218F881D7BB',
|
|
631
495
|
name: 'Melody',
|
|
632
496
|
display: 'mld',
|
|
633
497
|
symbol: 'MLD',
|
|
@@ -652,7 +516,7 @@ const assets = {
|
|
|
652
516
|
{
|
|
653
517
|
description: 'Harmonized USD',
|
|
654
518
|
denom_units: [{
|
|
655
|
-
denom: 'ibc/
|
|
519
|
+
denom: 'ibc/5C2A73544972719FFBAA203655F4B0311F305052698731F4DC30B4DCE781A870',
|
|
656
520
|
exponent: 0,
|
|
657
521
|
aliases: ['uusd']
|
|
658
522
|
}, {
|
|
@@ -661,7 +525,7 @@ const assets = {
|
|
|
661
525
|
aliases: ['harmony USD']
|
|
662
526
|
}],
|
|
663
527
|
type_asset: 'sdk.coin',
|
|
664
|
-
base: 'ibc/
|
|
528
|
+
base: 'ibc/5C2A73544972719FFBAA203655F4B0311F305052698731F4DC30B4DCE781A870',
|
|
665
529
|
name: 'Harmony USD',
|
|
666
530
|
display: 'husd',
|
|
667
531
|
symbol: 'HUSD',
|
|
@@ -686,7 +550,7 @@ const assets = {
|
|
|
686
550
|
{
|
|
687
551
|
description: 'Harmonized HKD',
|
|
688
552
|
denom_units: [{
|
|
689
|
-
denom: 'ibc/
|
|
553
|
+
denom: 'ibc/420B21B560D528B229E38CAD83186895B7D3D075772531054076A101E4130CEF',
|
|
690
554
|
exponent: 0,
|
|
691
555
|
aliases: ['ukhd']
|
|
692
556
|
}, {
|
|
@@ -695,7 +559,7 @@ const assets = {
|
|
|
695
559
|
aliases: ['harmony HKD']
|
|
696
560
|
}],
|
|
697
561
|
type_asset: 'sdk.coin',
|
|
698
|
-
base: 'ibc/
|
|
562
|
+
base: 'ibc/420B21B560D528B229E38CAD83186895B7D3D075772531054076A101E4130CEF',
|
|
699
563
|
name: 'Harmony HKD',
|
|
700
564
|
display: 'hkhd',
|
|
701
565
|
symbol: 'HKHD',
|
|
@@ -720,7 +584,7 @@ const assets = {
|
|
|
720
584
|
{
|
|
721
585
|
description: 'Harmonized VND',
|
|
722
586
|
denom_units: [{
|
|
723
|
-
denom: 'ibc/
|
|
587
|
+
denom: 'ibc/15B4B2F848119431C6312B10BB146FFC6B718B7F7899B20001B0ACDDE0724AF5',
|
|
724
588
|
exponent: 0,
|
|
725
589
|
aliases: ['uvnd']
|
|
726
590
|
}, {
|
|
@@ -729,7 +593,7 @@ const assets = {
|
|
|
729
593
|
aliases: ['harmony VND']
|
|
730
594
|
}],
|
|
731
595
|
type_asset: 'sdk.coin',
|
|
732
|
-
base: 'ibc/
|
|
596
|
+
base: 'ibc/15B4B2F848119431C6312B10BB146FFC6B718B7F7899B20001B0ACDDE0724AF5',
|
|
733
597
|
name: 'Harmony VND',
|
|
734
598
|
display: 'hvnd',
|
|
735
599
|
symbol: 'HVND',
|
|
@@ -1171,143 +1035,7 @@ const assets = {
|
|
|
1171
1035
|
{
|
|
1172
1036
|
description: 'The native token of Symphony',
|
|
1173
1037
|
denom_units: [{
|
|
1174
|
-
denom: 'ibc/
|
|
1175
|
-
exponent: 0,
|
|
1176
|
-
aliases: ['note']
|
|
1177
|
-
}, {
|
|
1178
|
-
denom: 'mld',
|
|
1179
|
-
exponent: 6,
|
|
1180
|
-
aliases: ['melody']
|
|
1181
|
-
}],
|
|
1182
|
-
type_asset: 'sdk.coin',
|
|
1183
|
-
base: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC',
|
|
1184
|
-
name: 'Melody',
|
|
1185
|
-
display: 'mld',
|
|
1186
|
-
symbol: 'MLD',
|
|
1187
|
-
logo_URIs: {
|
|
1188
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1189
|
-
},
|
|
1190
|
-
images: [{
|
|
1191
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1192
|
-
}],
|
|
1193
|
-
traces: [{
|
|
1194
|
-
type: 'ibc',
|
|
1195
|
-
counterparty: {
|
|
1196
|
-
channel_id: 'channel-12',
|
|
1197
|
-
base_denom: 'note',
|
|
1198
|
-
chain_name: 'symphonytestnet'
|
|
1199
|
-
},
|
|
1200
|
-
chain: {
|
|
1201
|
-
channel_id: 'channel-4320'
|
|
1202
|
-
}
|
|
1203
|
-
}]
|
|
1204
|
-
},
|
|
1205
|
-
{
|
|
1206
|
-
description: 'Harmonized USD',
|
|
1207
|
-
denom_units: [{
|
|
1208
|
-
denom: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D',
|
|
1209
|
-
exponent: 0,
|
|
1210
|
-
aliases: ['uusd']
|
|
1211
|
-
}, {
|
|
1212
|
-
denom: 'husd',
|
|
1213
|
-
exponent: 6,
|
|
1214
|
-
aliases: ['harmony USD']
|
|
1215
|
-
}],
|
|
1216
|
-
type_asset: 'sdk.coin',
|
|
1217
|
-
base: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D',
|
|
1218
|
-
name: 'Harmony USD',
|
|
1219
|
-
display: 'husd',
|
|
1220
|
-
symbol: 'HUSD',
|
|
1221
|
-
logo_URIs: {
|
|
1222
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
1223
|
-
},
|
|
1224
|
-
images: [{
|
|
1225
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
1226
|
-
}],
|
|
1227
|
-
traces: [{
|
|
1228
|
-
type: 'ibc',
|
|
1229
|
-
counterparty: {
|
|
1230
|
-
channel_id: 'channel-12',
|
|
1231
|
-
base_denom: 'uusd',
|
|
1232
|
-
chain_name: 'symphonytestnet'
|
|
1233
|
-
},
|
|
1234
|
-
chain: {
|
|
1235
|
-
channel_id: 'channel-4320'
|
|
1236
|
-
}
|
|
1237
|
-
}]
|
|
1238
|
-
},
|
|
1239
|
-
{
|
|
1240
|
-
description: 'Harmonized HKD',
|
|
1241
|
-
denom_units: [{
|
|
1242
|
-
denom: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129',
|
|
1243
|
-
exponent: 0,
|
|
1244
|
-
aliases: ['ukhd']
|
|
1245
|
-
}, {
|
|
1246
|
-
denom: 'hkhd',
|
|
1247
|
-
exponent: 6,
|
|
1248
|
-
aliases: ['harmony HKD']
|
|
1249
|
-
}],
|
|
1250
|
-
type_asset: 'sdk.coin',
|
|
1251
|
-
base: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129',
|
|
1252
|
-
name: 'Harmony HKD',
|
|
1253
|
-
display: 'hkhd',
|
|
1254
|
-
symbol: 'HKHD',
|
|
1255
|
-
logo_URIs: {
|
|
1256
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
1257
|
-
},
|
|
1258
|
-
images: [{
|
|
1259
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
1260
|
-
}],
|
|
1261
|
-
traces: [{
|
|
1262
|
-
type: 'ibc',
|
|
1263
|
-
counterparty: {
|
|
1264
|
-
channel_id: 'channel-12',
|
|
1265
|
-
base_denom: 'ukhd',
|
|
1266
|
-
chain_name: 'symphonytestnet'
|
|
1267
|
-
},
|
|
1268
|
-
chain: {
|
|
1269
|
-
channel_id: 'channel-4320'
|
|
1270
|
-
}
|
|
1271
|
-
}]
|
|
1272
|
-
},
|
|
1273
|
-
{
|
|
1274
|
-
description: 'Harmonized VND',
|
|
1275
|
-
denom_units: [{
|
|
1276
|
-
denom: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8',
|
|
1277
|
-
exponent: 0,
|
|
1278
|
-
aliases: ['uvnd']
|
|
1279
|
-
}, {
|
|
1280
|
-
denom: 'hvnd',
|
|
1281
|
-
exponent: 6,
|
|
1282
|
-
aliases: ['harmony VND']
|
|
1283
|
-
}],
|
|
1284
|
-
type_asset: 'sdk.coin',
|
|
1285
|
-
base: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8',
|
|
1286
|
-
name: 'Harmony VND',
|
|
1287
|
-
display: 'hvnd',
|
|
1288
|
-
symbol: 'HVND',
|
|
1289
|
-
logo_URIs: {
|
|
1290
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
1291
|
-
},
|
|
1292
|
-
images: [{
|
|
1293
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
1294
|
-
}],
|
|
1295
|
-
traces: [{
|
|
1296
|
-
type: 'ibc',
|
|
1297
|
-
counterparty: {
|
|
1298
|
-
channel_id: 'channel-12',
|
|
1299
|
-
base_denom: 'uvnd',
|
|
1300
|
-
chain_name: 'symphonytestnet'
|
|
1301
|
-
},
|
|
1302
|
-
chain: {
|
|
1303
|
-
channel_id: 'channel-4320'
|
|
1304
|
-
}
|
|
1305
|
-
}]
|
|
1306
|
-
},
|
|
1307
|
-
{
|
|
1308
|
-
description: 'The native token of Symphony',
|
|
1309
|
-
denom_units: [{
|
|
1310
|
-
denom: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC',
|
|
1038
|
+
denom: 'ibc/087EBD181D2DDD1D3C5F6CE1037D45E5B78A1E3B7A8495E2088CB218F881D7BB',
|
|
1311
1039
|
exponent: 0,
|
|
1312
1040
|
aliases: ['note']
|
|
1313
1041
|
}, {
|
|
@@ -1316,7 +1044,7 @@ const assets = {
|
|
|
1316
1044
|
aliases: ['melody']
|
|
1317
1045
|
}],
|
|
1318
1046
|
type_asset: 'sdk.coin',
|
|
1319
|
-
base: 'ibc/
|
|
1047
|
+
base: 'ibc/087EBD181D2DDD1D3C5F6CE1037D45E5B78A1E3B7A8495E2088CB218F881D7BB',
|
|
1320
1048
|
name: 'Melody',
|
|
1321
1049
|
display: 'mld',
|
|
1322
1050
|
symbol: 'MLD',
|
|
@@ -1341,7 +1069,7 @@ const assets = {
|
|
|
1341
1069
|
{
|
|
1342
1070
|
description: 'Harmonized USD',
|
|
1343
1071
|
denom_units: [{
|
|
1344
|
-
denom: 'ibc/
|
|
1072
|
+
denom: 'ibc/5C2A73544972719FFBAA203655F4B0311F305052698731F4DC30B4DCE781A870',
|
|
1345
1073
|
exponent: 0,
|
|
1346
1074
|
aliases: ['uusd']
|
|
1347
1075
|
}, {
|
|
@@ -1350,7 +1078,7 @@ const assets = {
|
|
|
1350
1078
|
aliases: ['harmony USD']
|
|
1351
1079
|
}],
|
|
1352
1080
|
type_asset: 'sdk.coin',
|
|
1353
|
-
base: 'ibc/
|
|
1081
|
+
base: 'ibc/5C2A73544972719FFBAA203655F4B0311F305052698731F4DC30B4DCE781A870',
|
|
1354
1082
|
name: 'Harmony USD',
|
|
1355
1083
|
display: 'husd',
|
|
1356
1084
|
symbol: 'HUSD',
|
|
@@ -1375,7 +1103,7 @@ const assets = {
|
|
|
1375
1103
|
{
|
|
1376
1104
|
description: 'Harmonized HKD',
|
|
1377
1105
|
denom_units: [{
|
|
1378
|
-
denom: 'ibc/
|
|
1106
|
+
denom: 'ibc/420B21B560D528B229E38CAD83186895B7D3D075772531054076A101E4130CEF',
|
|
1379
1107
|
exponent: 0,
|
|
1380
1108
|
aliases: ['ukhd']
|
|
1381
1109
|
}, {
|
|
@@ -1384,7 +1112,7 @@ const assets = {
|
|
|
1384
1112
|
aliases: ['harmony HKD']
|
|
1385
1113
|
}],
|
|
1386
1114
|
type_asset: 'sdk.coin',
|
|
1387
|
-
base: 'ibc/
|
|
1115
|
+
base: 'ibc/420B21B560D528B229E38CAD83186895B7D3D075772531054076A101E4130CEF',
|
|
1388
1116
|
name: 'Harmony HKD',
|
|
1389
1117
|
display: 'hkhd',
|
|
1390
1118
|
symbol: 'HKHD',
|
|
@@ -1409,7 +1137,7 @@ const assets = {
|
|
|
1409
1137
|
{
|
|
1410
1138
|
description: 'Harmonized VND',
|
|
1411
1139
|
denom_units: [{
|
|
1412
|
-
denom: 'ibc/
|
|
1140
|
+
denom: 'ibc/15B4B2F848119431C6312B10BB146FFC6B718B7F7899B20001B0ACDDE0724AF5',
|
|
1413
1141
|
exponent: 0,
|
|
1414
1142
|
aliases: ['uvnd']
|
|
1415
1143
|
}, {
|
|
@@ -1418,7 +1146,7 @@ const assets = {
|
|
|
1418
1146
|
aliases: ['harmony VND']
|
|
1419
1147
|
}],
|
|
1420
1148
|
type_asset: 'sdk.coin',
|
|
1421
|
-
base: 'ibc/
|
|
1149
|
+
base: 'ibc/15B4B2F848119431C6312B10BB146FFC6B718B7F7899B20001B0ACDDE0724AF5',
|
|
1422
1150
|
name: 'Harmony VND',
|
|
1423
1151
|
display: 'hvnd',
|
|
1424
1152
|
symbol: 'HVND',
|
|
@@ -6,49 +6,14 @@ const assets = {
|
|
|
6
6
|
{
|
|
7
7
|
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
8
8
|
denom_units: [{
|
|
9
|
-
denom: 'ibc/
|
|
9
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
10
10
|
exponent: 0,
|
|
11
11
|
aliases: ['uatom']
|
|
12
12
|
}, {
|
|
13
13
|
denom: 'atom',
|
|
14
14
|
exponent: 6
|
|
15
15
|
}],
|
|
16
|
-
base: 'ibc/
|
|
17
|
-
name: 'Cosmos',
|
|
18
|
-
display: 'atom',
|
|
19
|
-
symbol: 'ATOM',
|
|
20
|
-
logo_URIs: {
|
|
21
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
22
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
23
|
-
},
|
|
24
|
-
images: [{
|
|
25
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
26
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
27
|
-
}],
|
|
28
|
-
type_asset: 'sdk.coin',
|
|
29
|
-
traces: [{
|
|
30
|
-
type: 'ibc',
|
|
31
|
-
counterparty: {
|
|
32
|
-
channel_id: 'channel-4320',
|
|
33
|
-
base_denom: 'uatom',
|
|
34
|
-
chain_name: 'cosmoshubtestnet'
|
|
35
|
-
},
|
|
36
|
-
chain: {
|
|
37
|
-
channel_id: 'channel-12'
|
|
38
|
-
}
|
|
39
|
-
}]
|
|
40
|
-
},
|
|
41
|
-
{
|
|
42
|
-
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
43
|
-
denom_units: [{
|
|
44
|
-
denom: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477',
|
|
45
|
-
exponent: 0,
|
|
46
|
-
aliases: ['uatom']
|
|
47
|
-
}, {
|
|
48
|
-
denom: 'atom',
|
|
49
|
-
exponent: 6
|
|
50
|
-
}],
|
|
51
|
-
base: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477',
|
|
16
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
52
17
|
name: 'Cosmos',
|
|
53
18
|
display: 'atom',
|
|
54
19
|
symbol: 'ATOM',
|
|
@@ -220,49 +185,14 @@ const assets = {
|
|
|
220
185
|
{
|
|
221
186
|
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
222
187
|
denom_units: [{
|
|
223
|
-
denom: 'ibc/
|
|
224
|
-
exponent: 0,
|
|
225
|
-
aliases: ['uatom']
|
|
226
|
-
}, {
|
|
227
|
-
denom: 'atom',
|
|
228
|
-
exponent: 6
|
|
229
|
-
}],
|
|
230
|
-
base: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477',
|
|
231
|
-
name: 'Cosmos',
|
|
232
|
-
display: 'atom',
|
|
233
|
-
symbol: 'ATOM',
|
|
234
|
-
logo_URIs: {
|
|
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
|
-
},
|
|
238
|
-
images: [{
|
|
239
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
240
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
241
|
-
}],
|
|
242
|
-
type_asset: 'sdk.coin',
|
|
243
|
-
traces: [{
|
|
244
|
-
type: 'ibc',
|
|
245
|
-
counterparty: {
|
|
246
|
-
channel_id: 'channel-4320',
|
|
247
|
-
base_denom: 'uatom',
|
|
248
|
-
chain_name: 'cosmoshubtestnet'
|
|
249
|
-
},
|
|
250
|
-
chain: {
|
|
251
|
-
channel_id: 'channel-12'
|
|
252
|
-
}
|
|
253
|
-
}]
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
257
|
-
denom_units: [{
|
|
258
|
-
denom: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477',
|
|
188
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
259
189
|
exponent: 0,
|
|
260
190
|
aliases: ['uatom']
|
|
261
191
|
}, {
|
|
262
192
|
denom: 'atom',
|
|
263
193
|
exponent: 6
|
|
264
194
|
}],
|
|
265
|
-
base: 'ibc/
|
|
195
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
266
196
|
name: 'Cosmos',
|
|
267
197
|
display: 'atom',
|
|
268
198
|
symbol: 'ATOM',
|