@chain-registry/assets 1.70.66 → 1.70.68
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 +1366 -64
- 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 +1366 -64
- 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
|
@@ -1,6 +1,40 @@
|
|
|
1
1
|
const assets = {
|
|
2
2
|
chain_name: 'cosmoshubtestnet',
|
|
3
3
|
assets: [
|
|
4
|
+
{
|
|
5
|
+
denom_units: [{
|
|
6
|
+
denom: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308',
|
|
7
|
+
exponent: 0,
|
|
8
|
+
aliases: ['utia']
|
|
9
|
+
}, {
|
|
10
|
+
denom: 'tia',
|
|
11
|
+
exponent: 6
|
|
12
|
+
}],
|
|
13
|
+
base: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308',
|
|
14
|
+
name: 'Celestia',
|
|
15
|
+
display: 'tia',
|
|
16
|
+
symbol: 'TIA',
|
|
17
|
+
logo_URIs: {
|
|
18
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png',
|
|
19
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg'
|
|
20
|
+
},
|
|
21
|
+
images: [{
|
|
22
|
+
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg',
|
|
23
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png'
|
|
24
|
+
}],
|
|
25
|
+
type_asset: 'sdk.coin',
|
|
26
|
+
traces: [{
|
|
27
|
+
type: 'ibc',
|
|
28
|
+
counterparty: {
|
|
29
|
+
channel_id: 'channel-0',
|
|
30
|
+
base_denom: 'utia',
|
|
31
|
+
chain_name: 'celestiatestnet3'
|
|
32
|
+
},
|
|
33
|
+
chain: {
|
|
34
|
+
channel_id: 'channel-3152'
|
|
35
|
+
}
|
|
36
|
+
}]
|
|
37
|
+
},
|
|
4
38
|
{
|
|
5
39
|
denom_units: [{
|
|
6
40
|
denom: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308',
|
|
@@ -120,176 +154,6 @@ const assets = {
|
|
|
120
154
|
}
|
|
121
155
|
}]
|
|
122
156
|
},
|
|
123
|
-
{
|
|
124
|
-
description: 'The native token of Symphony',
|
|
125
|
-
denom_units: [{
|
|
126
|
-
denom: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC',
|
|
127
|
-
exponent: 0,
|
|
128
|
-
aliases: ['note']
|
|
129
|
-
}, {
|
|
130
|
-
denom: 'mld',
|
|
131
|
-
exponent: 6,
|
|
132
|
-
aliases: ['melody']
|
|
133
|
-
}],
|
|
134
|
-
type_asset: 'sdk.coin',
|
|
135
|
-
base: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC',
|
|
136
|
-
name: 'Melody',
|
|
137
|
-
display: 'mld',
|
|
138
|
-
symbol: 'MLD',
|
|
139
|
-
logo_URIs: {
|
|
140
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
141
|
-
},
|
|
142
|
-
images: [{
|
|
143
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
144
|
-
}],
|
|
145
|
-
traces: [{
|
|
146
|
-
type: 'ibc',
|
|
147
|
-
counterparty: {
|
|
148
|
-
channel_id: 'channel-12',
|
|
149
|
-
base_denom: 'note',
|
|
150
|
-
chain_name: 'symphonytestnet'
|
|
151
|
-
},
|
|
152
|
-
chain: {
|
|
153
|
-
channel_id: 'channel-4320'
|
|
154
|
-
}
|
|
155
|
-
}]
|
|
156
|
-
},
|
|
157
|
-
{
|
|
158
|
-
description: 'Harmonized USD',
|
|
159
|
-
denom_units: [{
|
|
160
|
-
denom: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D',
|
|
161
|
-
exponent: 0,
|
|
162
|
-
aliases: ['uusd']
|
|
163
|
-
}, {
|
|
164
|
-
denom: 'husd',
|
|
165
|
-
exponent: 6,
|
|
166
|
-
aliases: ['harmony USD']
|
|
167
|
-
}],
|
|
168
|
-
type_asset: 'sdk.coin',
|
|
169
|
-
base: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D',
|
|
170
|
-
name: 'Harmony USD',
|
|
171
|
-
display: 'husd',
|
|
172
|
-
symbol: 'HUSD',
|
|
173
|
-
logo_URIs: {
|
|
174
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
175
|
-
},
|
|
176
|
-
images: [{
|
|
177
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
178
|
-
}],
|
|
179
|
-
traces: [{
|
|
180
|
-
type: 'ibc',
|
|
181
|
-
counterparty: {
|
|
182
|
-
channel_id: 'channel-12',
|
|
183
|
-
base_denom: 'uusd',
|
|
184
|
-
chain_name: 'symphonytestnet'
|
|
185
|
-
},
|
|
186
|
-
chain: {
|
|
187
|
-
channel_id: 'channel-4320'
|
|
188
|
-
}
|
|
189
|
-
}]
|
|
190
|
-
},
|
|
191
|
-
{
|
|
192
|
-
description: 'Harmonized HKD',
|
|
193
|
-
denom_units: [{
|
|
194
|
-
denom: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129',
|
|
195
|
-
exponent: 0,
|
|
196
|
-
aliases: ['ukhd']
|
|
197
|
-
}, {
|
|
198
|
-
denom: 'hkhd',
|
|
199
|
-
exponent: 6,
|
|
200
|
-
aliases: ['harmony HKD']
|
|
201
|
-
}],
|
|
202
|
-
type_asset: 'sdk.coin',
|
|
203
|
-
base: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129',
|
|
204
|
-
name: 'Harmony HKD',
|
|
205
|
-
display: 'hkhd',
|
|
206
|
-
symbol: 'HKHD',
|
|
207
|
-
logo_URIs: {
|
|
208
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
209
|
-
},
|
|
210
|
-
images: [{
|
|
211
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
212
|
-
}],
|
|
213
|
-
traces: [{
|
|
214
|
-
type: 'ibc',
|
|
215
|
-
counterparty: {
|
|
216
|
-
channel_id: 'channel-12',
|
|
217
|
-
base_denom: 'ukhd',
|
|
218
|
-
chain_name: 'symphonytestnet'
|
|
219
|
-
},
|
|
220
|
-
chain: {
|
|
221
|
-
channel_id: 'channel-4320'
|
|
222
|
-
}
|
|
223
|
-
}]
|
|
224
|
-
},
|
|
225
|
-
{
|
|
226
|
-
description: 'Harmonized VND',
|
|
227
|
-
denom_units: [{
|
|
228
|
-
denom: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8',
|
|
229
|
-
exponent: 0,
|
|
230
|
-
aliases: ['uvnd']
|
|
231
|
-
}, {
|
|
232
|
-
denom: 'hvnd',
|
|
233
|
-
exponent: 6,
|
|
234
|
-
aliases: ['harmony VND']
|
|
235
|
-
}],
|
|
236
|
-
type_asset: 'sdk.coin',
|
|
237
|
-
base: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8',
|
|
238
|
-
name: 'Harmony VND',
|
|
239
|
-
display: 'hvnd',
|
|
240
|
-
symbol: 'HVND',
|
|
241
|
-
logo_URIs: {
|
|
242
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
243
|
-
},
|
|
244
|
-
images: [{
|
|
245
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
246
|
-
}],
|
|
247
|
-
traces: [{
|
|
248
|
-
type: 'ibc',
|
|
249
|
-
counterparty: {
|
|
250
|
-
channel_id: 'channel-12',
|
|
251
|
-
base_denom: 'uvnd',
|
|
252
|
-
chain_name: 'symphonytestnet'
|
|
253
|
-
},
|
|
254
|
-
chain: {
|
|
255
|
-
channel_id: 'channel-4320'
|
|
256
|
-
}
|
|
257
|
-
}]
|
|
258
|
-
},
|
|
259
|
-
{
|
|
260
|
-
denom_units: [{
|
|
261
|
-
denom: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308',
|
|
262
|
-
exponent: 0,
|
|
263
|
-
aliases: ['utia']
|
|
264
|
-
}, {
|
|
265
|
-
denom: 'tia',
|
|
266
|
-
exponent: 6
|
|
267
|
-
}],
|
|
268
|
-
base: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308',
|
|
269
|
-
name: 'Celestia',
|
|
270
|
-
display: 'tia',
|
|
271
|
-
symbol: 'TIA',
|
|
272
|
-
logo_URIs: {
|
|
273
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png',
|
|
274
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg'
|
|
275
|
-
},
|
|
276
|
-
images: [{
|
|
277
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.svg',
|
|
278
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/celestiatestnet3/images/celestia.png'
|
|
279
|
-
}],
|
|
280
|
-
type_asset: 'sdk.coin',
|
|
281
|
-
traces: [{
|
|
282
|
-
type: 'ibc',
|
|
283
|
-
counterparty: {
|
|
284
|
-
channel_id: 'channel-0',
|
|
285
|
-
base_denom: 'utia',
|
|
286
|
-
chain_name: 'celestiatestnet3'
|
|
287
|
-
},
|
|
288
|
-
chain: {
|
|
289
|
-
channel_id: 'channel-3152'
|
|
290
|
-
}
|
|
291
|
-
}]
|
|
292
|
-
},
|
|
293
157
|
{
|
|
294
158
|
description: 'The native staking and governance token of the testnet version of Empower.',
|
|
295
159
|
denom_units: [{
|
|
@@ -616,7 +480,7 @@ const assets = {
|
|
|
616
480
|
{
|
|
617
481
|
description: 'The native token of Symphony',
|
|
618
482
|
denom_units: [{
|
|
619
|
-
denom: 'ibc/
|
|
483
|
+
denom: 'ibc/087EBD181D2DDD1D3C5F6CE1037D45E5B78A1E3B7A8495E2088CB218F881D7BB',
|
|
620
484
|
exponent: 0,
|
|
621
485
|
aliases: ['note']
|
|
622
486
|
}, {
|
|
@@ -625,7 +489,7 @@ const assets = {
|
|
|
625
489
|
aliases: ['melody']
|
|
626
490
|
}],
|
|
627
491
|
type_asset: 'sdk.coin',
|
|
628
|
-
base: 'ibc/
|
|
492
|
+
base: 'ibc/087EBD181D2DDD1D3C5F6CE1037D45E5B78A1E3B7A8495E2088CB218F881D7BB',
|
|
629
493
|
name: 'Melody',
|
|
630
494
|
display: 'mld',
|
|
631
495
|
symbol: 'MLD',
|
|
@@ -650,7 +514,7 @@ const assets = {
|
|
|
650
514
|
{
|
|
651
515
|
description: 'Harmonized USD',
|
|
652
516
|
denom_units: [{
|
|
653
|
-
denom: 'ibc/
|
|
517
|
+
denom: 'ibc/5C2A73544972719FFBAA203655F4B0311F305052698731F4DC30B4DCE781A870',
|
|
654
518
|
exponent: 0,
|
|
655
519
|
aliases: ['uusd']
|
|
656
520
|
}, {
|
|
@@ -659,7 +523,7 @@ const assets = {
|
|
|
659
523
|
aliases: ['harmony USD']
|
|
660
524
|
}],
|
|
661
525
|
type_asset: 'sdk.coin',
|
|
662
|
-
base: 'ibc/
|
|
526
|
+
base: 'ibc/5C2A73544972719FFBAA203655F4B0311F305052698731F4DC30B4DCE781A870',
|
|
663
527
|
name: 'Harmony USD',
|
|
664
528
|
display: 'husd',
|
|
665
529
|
symbol: 'HUSD',
|
|
@@ -684,7 +548,7 @@ const assets = {
|
|
|
684
548
|
{
|
|
685
549
|
description: 'Harmonized HKD',
|
|
686
550
|
denom_units: [{
|
|
687
|
-
denom: 'ibc/
|
|
551
|
+
denom: 'ibc/420B21B560D528B229E38CAD83186895B7D3D075772531054076A101E4130CEF',
|
|
688
552
|
exponent: 0,
|
|
689
553
|
aliases: ['ukhd']
|
|
690
554
|
}, {
|
|
@@ -693,7 +557,7 @@ const assets = {
|
|
|
693
557
|
aliases: ['harmony HKD']
|
|
694
558
|
}],
|
|
695
559
|
type_asset: 'sdk.coin',
|
|
696
|
-
base: 'ibc/
|
|
560
|
+
base: 'ibc/420B21B560D528B229E38CAD83186895B7D3D075772531054076A101E4130CEF',
|
|
697
561
|
name: 'Harmony HKD',
|
|
698
562
|
display: 'hkhd',
|
|
699
563
|
symbol: 'HKHD',
|
|
@@ -718,7 +582,7 @@ const assets = {
|
|
|
718
582
|
{
|
|
719
583
|
description: 'Harmonized VND',
|
|
720
584
|
denom_units: [{
|
|
721
|
-
denom: 'ibc/
|
|
585
|
+
denom: 'ibc/15B4B2F848119431C6312B10BB146FFC6B718B7F7899B20001B0ACDDE0724AF5',
|
|
722
586
|
exponent: 0,
|
|
723
587
|
aliases: ['uvnd']
|
|
724
588
|
}, {
|
|
@@ -727,7 +591,7 @@ const assets = {
|
|
|
727
591
|
aliases: ['harmony VND']
|
|
728
592
|
}],
|
|
729
593
|
type_asset: 'sdk.coin',
|
|
730
|
-
base: 'ibc/
|
|
594
|
+
base: 'ibc/15B4B2F848119431C6312B10BB146FFC6B718B7F7899B20001B0ACDDE0724AF5',
|
|
731
595
|
name: 'Harmony VND',
|
|
732
596
|
display: 'hvnd',
|
|
733
597
|
symbol: 'HVND',
|
|
@@ -1169,143 +1033,7 @@ const assets = {
|
|
|
1169
1033
|
{
|
|
1170
1034
|
description: 'The native token of Symphony',
|
|
1171
1035
|
denom_units: [{
|
|
1172
|
-
denom: 'ibc/
|
|
1173
|
-
exponent: 0,
|
|
1174
|
-
aliases: ['note']
|
|
1175
|
-
}, {
|
|
1176
|
-
denom: 'mld',
|
|
1177
|
-
exponent: 6,
|
|
1178
|
-
aliases: ['melody']
|
|
1179
|
-
}],
|
|
1180
|
-
type_asset: 'sdk.coin',
|
|
1181
|
-
base: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC',
|
|
1182
|
-
name: 'Melody',
|
|
1183
|
-
display: 'mld',
|
|
1184
|
-
symbol: 'MLD',
|
|
1185
|
-
logo_URIs: {
|
|
1186
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1187
|
-
},
|
|
1188
|
-
images: [{
|
|
1189
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1190
|
-
}],
|
|
1191
|
-
traces: [{
|
|
1192
|
-
type: 'ibc',
|
|
1193
|
-
counterparty: {
|
|
1194
|
-
channel_id: 'channel-12',
|
|
1195
|
-
base_denom: 'note',
|
|
1196
|
-
chain_name: 'symphonytestnet'
|
|
1197
|
-
},
|
|
1198
|
-
chain: {
|
|
1199
|
-
channel_id: 'channel-4320'
|
|
1200
|
-
}
|
|
1201
|
-
}]
|
|
1202
|
-
},
|
|
1203
|
-
{
|
|
1204
|
-
description: 'Harmonized USD',
|
|
1205
|
-
denom_units: [{
|
|
1206
|
-
denom: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D',
|
|
1207
|
-
exponent: 0,
|
|
1208
|
-
aliases: ['uusd']
|
|
1209
|
-
}, {
|
|
1210
|
-
denom: 'husd',
|
|
1211
|
-
exponent: 6,
|
|
1212
|
-
aliases: ['harmony USD']
|
|
1213
|
-
}],
|
|
1214
|
-
type_asset: 'sdk.coin',
|
|
1215
|
-
base: 'ibc/77F6802DD6E920B31D32233A321E930136DCFBC3031788B0B7E58098326ABA1D',
|
|
1216
|
-
name: 'Harmony USD',
|
|
1217
|
-
display: 'husd',
|
|
1218
|
-
symbol: 'HUSD',
|
|
1219
|
-
logo_URIs: {
|
|
1220
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
1221
|
-
},
|
|
1222
|
-
images: [{
|
|
1223
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
1224
|
-
}],
|
|
1225
|
-
traces: [{
|
|
1226
|
-
type: 'ibc',
|
|
1227
|
-
counterparty: {
|
|
1228
|
-
channel_id: 'channel-12',
|
|
1229
|
-
base_denom: 'uusd',
|
|
1230
|
-
chain_name: 'symphonytestnet'
|
|
1231
|
-
},
|
|
1232
|
-
chain: {
|
|
1233
|
-
channel_id: 'channel-4320'
|
|
1234
|
-
}
|
|
1235
|
-
}]
|
|
1236
|
-
},
|
|
1237
|
-
{
|
|
1238
|
-
description: 'Harmonized HKD',
|
|
1239
|
-
denom_units: [{
|
|
1240
|
-
denom: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129',
|
|
1241
|
-
exponent: 0,
|
|
1242
|
-
aliases: ['ukhd']
|
|
1243
|
-
}, {
|
|
1244
|
-
denom: 'hkhd',
|
|
1245
|
-
exponent: 6,
|
|
1246
|
-
aliases: ['harmony HKD']
|
|
1247
|
-
}],
|
|
1248
|
-
type_asset: 'sdk.coin',
|
|
1249
|
-
base: 'ibc/33DF537EC8A6760E5282EE57EF5138109DA5FBEF285E3877A1F256FF96545129',
|
|
1250
|
-
name: 'Harmony HKD',
|
|
1251
|
-
display: 'hkhd',
|
|
1252
|
-
symbol: 'HKHD',
|
|
1253
|
-
logo_URIs: {
|
|
1254
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
1255
|
-
},
|
|
1256
|
-
images: [{
|
|
1257
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
1258
|
-
}],
|
|
1259
|
-
traces: [{
|
|
1260
|
-
type: 'ibc',
|
|
1261
|
-
counterparty: {
|
|
1262
|
-
channel_id: 'channel-12',
|
|
1263
|
-
base_denom: 'ukhd',
|
|
1264
|
-
chain_name: 'symphonytestnet'
|
|
1265
|
-
},
|
|
1266
|
-
chain: {
|
|
1267
|
-
channel_id: 'channel-4320'
|
|
1268
|
-
}
|
|
1269
|
-
}]
|
|
1270
|
-
},
|
|
1271
|
-
{
|
|
1272
|
-
description: 'Harmonized VND',
|
|
1273
|
-
denom_units: [{
|
|
1274
|
-
denom: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8',
|
|
1275
|
-
exponent: 0,
|
|
1276
|
-
aliases: ['uvnd']
|
|
1277
|
-
}, {
|
|
1278
|
-
denom: 'hvnd',
|
|
1279
|
-
exponent: 6,
|
|
1280
|
-
aliases: ['harmony VND']
|
|
1281
|
-
}],
|
|
1282
|
-
type_asset: 'sdk.coin',
|
|
1283
|
-
base: 'ibc/C22856FCA1031AAB8E07EF18E5D8993E51A474D4441856BAA40C5D259A6CF6B8',
|
|
1284
|
-
name: 'Harmony VND',
|
|
1285
|
-
display: 'hvnd',
|
|
1286
|
-
symbol: 'HVND',
|
|
1287
|
-
logo_URIs: {
|
|
1288
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
1289
|
-
},
|
|
1290
|
-
images: [{
|
|
1291
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
1292
|
-
}],
|
|
1293
|
-
traces: [{
|
|
1294
|
-
type: 'ibc',
|
|
1295
|
-
counterparty: {
|
|
1296
|
-
channel_id: 'channel-12',
|
|
1297
|
-
base_denom: 'uvnd',
|
|
1298
|
-
chain_name: 'symphonytestnet'
|
|
1299
|
-
},
|
|
1300
|
-
chain: {
|
|
1301
|
-
channel_id: 'channel-4320'
|
|
1302
|
-
}
|
|
1303
|
-
}]
|
|
1304
|
-
},
|
|
1305
|
-
{
|
|
1306
|
-
description: 'The native token of Symphony',
|
|
1307
|
-
denom_units: [{
|
|
1308
|
-
denom: 'ibc/065F5694CAF3A348D9504765C1BB40EA60E7CB2ABD2EC0141904C189A1A734BC',
|
|
1036
|
+
denom: 'ibc/087EBD181D2DDD1D3C5F6CE1037D45E5B78A1E3B7A8495E2088CB218F881D7BB',
|
|
1309
1037
|
exponent: 0,
|
|
1310
1038
|
aliases: ['note']
|
|
1311
1039
|
}, {
|
|
@@ -1314,7 +1042,7 @@ const assets = {
|
|
|
1314
1042
|
aliases: ['melody']
|
|
1315
1043
|
}],
|
|
1316
1044
|
type_asset: 'sdk.coin',
|
|
1317
|
-
base: 'ibc/
|
|
1045
|
+
base: 'ibc/087EBD181D2DDD1D3C5F6CE1037D45E5B78A1E3B7A8495E2088CB218F881D7BB',
|
|
1318
1046
|
name: 'Melody',
|
|
1319
1047
|
display: 'mld',
|
|
1320
1048
|
symbol: 'MLD',
|
|
@@ -1339,7 +1067,7 @@ const assets = {
|
|
|
1339
1067
|
{
|
|
1340
1068
|
description: 'Harmonized USD',
|
|
1341
1069
|
denom_units: [{
|
|
1342
|
-
denom: 'ibc/
|
|
1070
|
+
denom: 'ibc/5C2A73544972719FFBAA203655F4B0311F305052698731F4DC30B4DCE781A870',
|
|
1343
1071
|
exponent: 0,
|
|
1344
1072
|
aliases: ['uusd']
|
|
1345
1073
|
}, {
|
|
@@ -1348,7 +1076,7 @@ const assets = {
|
|
|
1348
1076
|
aliases: ['harmony USD']
|
|
1349
1077
|
}],
|
|
1350
1078
|
type_asset: 'sdk.coin',
|
|
1351
|
-
base: 'ibc/
|
|
1079
|
+
base: 'ibc/5C2A73544972719FFBAA203655F4B0311F305052698731F4DC30B4DCE781A870',
|
|
1352
1080
|
name: 'Harmony USD',
|
|
1353
1081
|
display: 'husd',
|
|
1354
1082
|
symbol: 'HUSD',
|
|
@@ -1373,7 +1101,7 @@ const assets = {
|
|
|
1373
1101
|
{
|
|
1374
1102
|
description: 'Harmonized HKD',
|
|
1375
1103
|
denom_units: [{
|
|
1376
|
-
denom: 'ibc/
|
|
1104
|
+
denom: 'ibc/420B21B560D528B229E38CAD83186895B7D3D075772531054076A101E4130CEF',
|
|
1377
1105
|
exponent: 0,
|
|
1378
1106
|
aliases: ['ukhd']
|
|
1379
1107
|
}, {
|
|
@@ -1382,7 +1110,7 @@ const assets = {
|
|
|
1382
1110
|
aliases: ['harmony HKD']
|
|
1383
1111
|
}],
|
|
1384
1112
|
type_asset: 'sdk.coin',
|
|
1385
|
-
base: 'ibc/
|
|
1113
|
+
base: 'ibc/420B21B560D528B229E38CAD83186895B7D3D075772531054076A101E4130CEF',
|
|
1386
1114
|
name: 'Harmony HKD',
|
|
1387
1115
|
display: 'hkhd',
|
|
1388
1116
|
symbol: 'HKHD',
|
|
@@ -1407,7 +1135,7 @@ const assets = {
|
|
|
1407
1135
|
{
|
|
1408
1136
|
description: 'Harmonized VND',
|
|
1409
1137
|
denom_units: [{
|
|
1410
|
-
denom: 'ibc/
|
|
1138
|
+
denom: 'ibc/15B4B2F848119431C6312B10BB146FFC6B718B7F7899B20001B0ACDDE0724AF5',
|
|
1411
1139
|
exponent: 0,
|
|
1412
1140
|
aliases: ['uvnd']
|
|
1413
1141
|
}, {
|
|
@@ -1416,7 +1144,7 @@ const assets = {
|
|
|
1416
1144
|
aliases: ['harmony VND']
|
|
1417
1145
|
}],
|
|
1418
1146
|
type_asset: 'sdk.coin',
|
|
1419
|
-
base: 'ibc/
|
|
1147
|
+
base: 'ibc/15B4B2F848119431C6312B10BB146FFC6B718B7F7899B20001B0ACDDE0724AF5',
|
|
1420
1148
|
name: 'Harmony VND',
|
|
1421
1149
|
display: 'hvnd',
|
|
1422
1150
|
symbol: 'HVND',
|
|
@@ -4,49 +4,14 @@ const assets = {
|
|
|
4
4
|
{
|
|
5
5
|
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
6
6
|
denom_units: [{
|
|
7
|
-
denom: 'ibc/
|
|
7
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
8
8
|
exponent: 0,
|
|
9
9
|
aliases: ['uatom']
|
|
10
10
|
}, {
|
|
11
11
|
denom: 'atom',
|
|
12
12
|
exponent: 6
|
|
13
13
|
}],
|
|
14
|
-
base: 'ibc/
|
|
15
|
-
name: 'Cosmos',
|
|
16
|
-
display: 'atom',
|
|
17
|
-
symbol: 'ATOM',
|
|
18
|
-
logo_URIs: {
|
|
19
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
20
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
21
|
-
},
|
|
22
|
-
images: [{
|
|
23
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
24
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
25
|
-
}],
|
|
26
|
-
type_asset: 'sdk.coin',
|
|
27
|
-
traces: [{
|
|
28
|
-
type: 'ibc',
|
|
29
|
-
counterparty: {
|
|
30
|
-
channel_id: 'channel-4320',
|
|
31
|
-
base_denom: 'uatom',
|
|
32
|
-
chain_name: 'cosmoshubtestnet'
|
|
33
|
-
},
|
|
34
|
-
chain: {
|
|
35
|
-
channel_id: 'channel-12'
|
|
36
|
-
}
|
|
37
|
-
}]
|
|
38
|
-
},
|
|
39
|
-
{
|
|
40
|
-
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
41
|
-
denom_units: [{
|
|
42
|
-
denom: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477',
|
|
43
|
-
exponent: 0,
|
|
44
|
-
aliases: ['uatom']
|
|
45
|
-
}, {
|
|
46
|
-
denom: 'atom',
|
|
47
|
-
exponent: 6
|
|
48
|
-
}],
|
|
49
|
-
base: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477',
|
|
14
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
50
15
|
name: 'Cosmos',
|
|
51
16
|
display: 'atom',
|
|
52
17
|
symbol: 'ATOM',
|
|
@@ -218,49 +183,14 @@ const assets = {
|
|
|
218
183
|
{
|
|
219
184
|
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
220
185
|
denom_units: [{
|
|
221
|
-
denom: 'ibc/
|
|
222
|
-
exponent: 0,
|
|
223
|
-
aliases: ['uatom']
|
|
224
|
-
}, {
|
|
225
|
-
denom: 'atom',
|
|
226
|
-
exponent: 6
|
|
227
|
-
}],
|
|
228
|
-
base: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477',
|
|
229
|
-
name: 'Cosmos',
|
|
230
|
-
display: 'atom',
|
|
231
|
-
symbol: 'ATOM',
|
|
232
|
-
logo_URIs: {
|
|
233
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
234
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
235
|
-
},
|
|
236
|
-
images: [{
|
|
237
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.png',
|
|
238
|
-
svg: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/cosmoshub/images/atom.svg'
|
|
239
|
-
}],
|
|
240
|
-
type_asset: 'sdk.coin',
|
|
241
|
-
traces: [{
|
|
242
|
-
type: 'ibc',
|
|
243
|
-
counterparty: {
|
|
244
|
-
channel_id: 'channel-4320',
|
|
245
|
-
base_denom: 'uatom',
|
|
246
|
-
chain_name: 'cosmoshubtestnet'
|
|
247
|
-
},
|
|
248
|
-
chain: {
|
|
249
|
-
channel_id: 'channel-12'
|
|
250
|
-
}
|
|
251
|
-
}]
|
|
252
|
-
},
|
|
253
|
-
{
|
|
254
|
-
description: 'The native staking and governance token of the Theta testnet version of the Cosmos Hub.',
|
|
255
|
-
denom_units: [{
|
|
256
|
-
denom: 'ibc/A8C2D23A1E6F95DA4E48BA349667E322BD7A6C996D8A4AAE8BA72E190F3D1477',
|
|
186
|
+
denom: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
257
187
|
exponent: 0,
|
|
258
188
|
aliases: ['uatom']
|
|
259
189
|
}, {
|
|
260
190
|
denom: 'atom',
|
|
261
191
|
exponent: 6
|
|
262
192
|
}],
|
|
263
|
-
base: 'ibc/
|
|
193
|
+
base: 'ibc/C4CFF46FD6DE35CA4CF4CE031E643C8FDC9BA4B99AE598E9B0ED98FE3A2319F9',
|
|
264
194
|
name: 'Cosmos',
|
|
265
195
|
display: 'atom',
|
|
266
196
|
symbol: 'ATOM',
|