@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.
@@ -134,10 +134,10 @@ const assets = {
134
134
  display: 'mld',
135
135
  symbol: 'MLD',
136
136
  logo_URIs: {
137
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
137
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
138
138
  },
139
139
  images: [{
140
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
140
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
141
141
  }],
142
142
  traces: [{
143
143
  type: 'ibc',
@@ -151,6 +151,108 @@ const assets = {
151
151
  }
152
152
  }]
153
153
  },
154
+ {
155
+ description: 'Harmonized USD',
156
+ denom_units: [{
157
+ denom: 'ibc/559426F7696D660E661BB93E684EC1EF11D668EB360DD6864DE1172F444E4520',
158
+ exponent: 0,
159
+ aliases: ['uusd']
160
+ }, {
161
+ denom: 'husd',
162
+ exponent: 6,
163
+ aliases: ['harmony USD']
164
+ }],
165
+ type_asset: 'sdk.coin',
166
+ base: 'ibc/559426F7696D660E661BB93E684EC1EF11D668EB360DD6864DE1172F444E4520',
167
+ name: 'Harmony USD',
168
+ display: 'husd',
169
+ symbol: 'HUSD',
170
+ logo_URIs: {
171
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
172
+ },
173
+ images: [{
174
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
175
+ }],
176
+ traces: [{
177
+ type: 'ibc',
178
+ counterparty: {
179
+ channel_id: 'channel-7',
180
+ base_denom: 'uusd',
181
+ chain_name: 'symphonytestnet'
182
+ },
183
+ chain: {
184
+ channel_id: 'channel-4300'
185
+ }
186
+ }]
187
+ },
188
+ {
189
+ description: 'Harmonized HKD',
190
+ denom_units: [{
191
+ denom: 'ibc/F9E48EEE47E2B810BE9F82DF23FCF119D11F1BBA3752FD98252C14D53DC0DF47',
192
+ exponent: 0,
193
+ aliases: ['ukhd']
194
+ }, {
195
+ denom: 'hkhd',
196
+ exponent: 6,
197
+ aliases: ['harmony HKD']
198
+ }],
199
+ type_asset: 'sdk.coin',
200
+ base: 'ibc/F9E48EEE47E2B810BE9F82DF23FCF119D11F1BBA3752FD98252C14D53DC0DF47',
201
+ name: 'Harmony HKD',
202
+ display: 'hkhd',
203
+ symbol: 'HKHD',
204
+ logo_URIs: {
205
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
206
+ },
207
+ images: [{
208
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
209
+ }],
210
+ traces: [{
211
+ type: 'ibc',
212
+ counterparty: {
213
+ channel_id: 'channel-7',
214
+ base_denom: 'ukhd',
215
+ chain_name: 'symphonytestnet'
216
+ },
217
+ chain: {
218
+ channel_id: 'channel-4300'
219
+ }
220
+ }]
221
+ },
222
+ {
223
+ description: 'Harmonized VND',
224
+ denom_units: [{
225
+ denom: 'ibc/0EB6DAE754E8D4A35BF3F7D3915A618D5A357EDD1CE10E034CCF3391DD94787B',
226
+ exponent: 0,
227
+ aliases: ['uvnd']
228
+ }, {
229
+ denom: 'hvnd',
230
+ exponent: 6,
231
+ aliases: ['harmony VND']
232
+ }],
233
+ type_asset: 'sdk.coin',
234
+ base: 'ibc/0EB6DAE754E8D4A35BF3F7D3915A618D5A357EDD1CE10E034CCF3391DD94787B',
235
+ name: 'Harmony VND',
236
+ display: 'hvnd',
237
+ symbol: 'HVND',
238
+ logo_URIs: {
239
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
240
+ },
241
+ images: [{
242
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
243
+ }],
244
+ traces: [{
245
+ type: 'ibc',
246
+ counterparty: {
247
+ channel_id: 'channel-7',
248
+ base_denom: 'uvnd',
249
+ chain_name: 'symphonytestnet'
250
+ },
251
+ chain: {
252
+ channel_id: 'channel-4300'
253
+ }
254
+ }]
255
+ },
154
256
  {
155
257
  denom_units: [{
156
258
  denom: 'ibc/0171A118CC803DBD96B62593C957A8D663961DFE8E9E15AD47C252F6BB3CF308',
@@ -479,10 +581,10 @@ const assets = {
479
581
  display: 'mld',
480
582
  symbol: 'MLD',
481
583
  logo_URIs: {
482
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
584
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
483
585
  },
484
586
  images: [{
485
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
587
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
486
588
  }],
487
589
  traces: [{
488
590
  type: 'ibc',
@@ -496,6 +598,108 @@ const assets = {
496
598
  }
497
599
  }]
498
600
  },
601
+ {
602
+ description: 'Harmonized USD',
603
+ denom_units: [{
604
+ denom: 'ibc/559426F7696D660E661BB93E684EC1EF11D668EB360DD6864DE1172F444E4520',
605
+ exponent: 0,
606
+ aliases: ['uusd']
607
+ }, {
608
+ denom: 'husd',
609
+ exponent: 6,
610
+ aliases: ['harmony USD']
611
+ }],
612
+ type_asset: 'sdk.coin',
613
+ base: 'ibc/559426F7696D660E661BB93E684EC1EF11D668EB360DD6864DE1172F444E4520',
614
+ name: 'Harmony USD',
615
+ display: 'husd',
616
+ symbol: 'HUSD',
617
+ logo_URIs: {
618
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
619
+ },
620
+ images: [{
621
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
622
+ }],
623
+ traces: [{
624
+ type: 'ibc',
625
+ counterparty: {
626
+ channel_id: 'channel-7',
627
+ base_denom: 'uusd',
628
+ chain_name: 'symphonytestnet'
629
+ },
630
+ chain: {
631
+ channel_id: 'channel-4300'
632
+ }
633
+ }]
634
+ },
635
+ {
636
+ description: 'Harmonized HKD',
637
+ denom_units: [{
638
+ denom: 'ibc/F9E48EEE47E2B810BE9F82DF23FCF119D11F1BBA3752FD98252C14D53DC0DF47',
639
+ exponent: 0,
640
+ aliases: ['ukhd']
641
+ }, {
642
+ denom: 'hkhd',
643
+ exponent: 6,
644
+ aliases: ['harmony HKD']
645
+ }],
646
+ type_asset: 'sdk.coin',
647
+ base: 'ibc/F9E48EEE47E2B810BE9F82DF23FCF119D11F1BBA3752FD98252C14D53DC0DF47',
648
+ name: 'Harmony HKD',
649
+ display: 'hkhd',
650
+ symbol: 'HKHD',
651
+ logo_URIs: {
652
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
653
+ },
654
+ images: [{
655
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
656
+ }],
657
+ traces: [{
658
+ type: 'ibc',
659
+ counterparty: {
660
+ channel_id: 'channel-7',
661
+ base_denom: 'ukhd',
662
+ chain_name: 'symphonytestnet'
663
+ },
664
+ chain: {
665
+ channel_id: 'channel-4300'
666
+ }
667
+ }]
668
+ },
669
+ {
670
+ description: 'Harmonized VND',
671
+ denom_units: [{
672
+ denom: 'ibc/0EB6DAE754E8D4A35BF3F7D3915A618D5A357EDD1CE10E034CCF3391DD94787B',
673
+ exponent: 0,
674
+ aliases: ['uvnd']
675
+ }, {
676
+ denom: 'hvnd',
677
+ exponent: 6,
678
+ aliases: ['harmony VND']
679
+ }],
680
+ type_asset: 'sdk.coin',
681
+ base: 'ibc/0EB6DAE754E8D4A35BF3F7D3915A618D5A357EDD1CE10E034CCF3391DD94787B',
682
+ name: 'Harmony VND',
683
+ display: 'hvnd',
684
+ symbol: 'HVND',
685
+ logo_URIs: {
686
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
687
+ },
688
+ images: [{
689
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
690
+ }],
691
+ traces: [{
692
+ type: 'ibc',
693
+ counterparty: {
694
+ channel_id: 'channel-7',
695
+ base_denom: 'uvnd',
696
+ chain_name: 'symphonytestnet'
697
+ },
698
+ chain: {
699
+ channel_id: 'channel-4300'
700
+ }
701
+ }]
702
+ },
499
703
  {
500
704
  description: 'The native token of the Titan network.',
501
705
  denom_units: [
@@ -921,10 +1125,10 @@ const assets = {
921
1125
  display: 'mld',
922
1126
  symbol: 'MLD',
923
1127
  logo_URIs: {
924
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
1128
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
925
1129
  },
926
1130
  images: [{
927
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
1131
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
928
1132
  }],
929
1133
  traces: [{
930
1134
  type: 'ibc',
@@ -938,6 +1142,108 @@ const assets = {
938
1142
  }
939
1143
  }]
940
1144
  },
1145
+ {
1146
+ description: 'Harmonized USD',
1147
+ denom_units: [{
1148
+ denom: 'ibc/559426F7696D660E661BB93E684EC1EF11D668EB360DD6864DE1172F444E4520',
1149
+ exponent: 0,
1150
+ aliases: ['uusd']
1151
+ }, {
1152
+ denom: 'husd',
1153
+ exponent: 6,
1154
+ aliases: ['harmony USD']
1155
+ }],
1156
+ type_asset: 'sdk.coin',
1157
+ base: 'ibc/559426F7696D660E661BB93E684EC1EF11D668EB360DD6864DE1172F444E4520',
1158
+ name: 'Harmony USD',
1159
+ display: 'husd',
1160
+ symbol: 'HUSD',
1161
+ logo_URIs: {
1162
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
1163
+ },
1164
+ images: [{
1165
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
1166
+ }],
1167
+ traces: [{
1168
+ type: 'ibc',
1169
+ counterparty: {
1170
+ channel_id: 'channel-7',
1171
+ base_denom: 'uusd',
1172
+ chain_name: 'symphonytestnet'
1173
+ },
1174
+ chain: {
1175
+ channel_id: 'channel-4300'
1176
+ }
1177
+ }]
1178
+ },
1179
+ {
1180
+ description: 'Harmonized HKD',
1181
+ denom_units: [{
1182
+ denom: 'ibc/F9E48EEE47E2B810BE9F82DF23FCF119D11F1BBA3752FD98252C14D53DC0DF47',
1183
+ exponent: 0,
1184
+ aliases: ['ukhd']
1185
+ }, {
1186
+ denom: 'hkhd',
1187
+ exponent: 6,
1188
+ aliases: ['harmony HKD']
1189
+ }],
1190
+ type_asset: 'sdk.coin',
1191
+ base: 'ibc/F9E48EEE47E2B810BE9F82DF23FCF119D11F1BBA3752FD98252C14D53DC0DF47',
1192
+ name: 'Harmony HKD',
1193
+ display: 'hkhd',
1194
+ symbol: 'HKHD',
1195
+ logo_URIs: {
1196
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
1197
+ },
1198
+ images: [{
1199
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
1200
+ }],
1201
+ traces: [{
1202
+ type: 'ibc',
1203
+ counterparty: {
1204
+ channel_id: 'channel-7',
1205
+ base_denom: 'ukhd',
1206
+ chain_name: 'symphonytestnet'
1207
+ },
1208
+ chain: {
1209
+ channel_id: 'channel-4300'
1210
+ }
1211
+ }]
1212
+ },
1213
+ {
1214
+ description: 'Harmonized VND',
1215
+ denom_units: [{
1216
+ denom: 'ibc/0EB6DAE754E8D4A35BF3F7D3915A618D5A357EDD1CE10E034CCF3391DD94787B',
1217
+ exponent: 0,
1218
+ aliases: ['uvnd']
1219
+ }, {
1220
+ denom: 'hvnd',
1221
+ exponent: 6,
1222
+ aliases: ['harmony VND']
1223
+ }],
1224
+ type_asset: 'sdk.coin',
1225
+ base: 'ibc/0EB6DAE754E8D4A35BF3F7D3915A618D5A357EDD1CE10E034CCF3391DD94787B',
1226
+ name: 'Harmony VND',
1227
+ display: 'hvnd',
1228
+ symbol: 'HVND',
1229
+ logo_URIs: {
1230
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
1231
+ },
1232
+ images: [{
1233
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
1234
+ }],
1235
+ traces: [{
1236
+ type: 'ibc',
1237
+ counterparty: {
1238
+ channel_id: 'channel-7',
1239
+ base_denom: 'uvnd',
1240
+ chain_name: 'symphonytestnet'
1241
+ },
1242
+ chain: {
1243
+ channel_id: 'channel-4300'
1244
+ }
1245
+ }]
1246
+ },
941
1247
  {
942
1248
  description: 'The native token of Symphony',
943
1249
  denom_units: [{
@@ -955,10 +1261,10 @@ const assets = {
955
1261
  display: 'mld',
956
1262
  symbol: 'MLD',
957
1263
  logo_URIs: {
958
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
1264
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
959
1265
  },
960
1266
  images: [{
961
- png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/coin_icon.png'
1267
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
962
1268
  }],
963
1269
  traces: [{
964
1270
  type: 'ibc',
@@ -972,6 +1278,108 @@ const assets = {
972
1278
  }
973
1279
  }]
974
1280
  },
1281
+ {
1282
+ description: 'Harmonized USD',
1283
+ denom_units: [{
1284
+ denom: 'ibc/559426F7696D660E661BB93E684EC1EF11D668EB360DD6864DE1172F444E4520',
1285
+ exponent: 0,
1286
+ aliases: ['uusd']
1287
+ }, {
1288
+ denom: 'husd',
1289
+ exponent: 6,
1290
+ aliases: ['harmony USD']
1291
+ }],
1292
+ type_asset: 'sdk.coin',
1293
+ base: 'ibc/559426F7696D660E661BB93E684EC1EF11D668EB360DD6864DE1172F444E4520',
1294
+ name: 'Harmony USD',
1295
+ display: 'husd',
1296
+ symbol: 'HUSD',
1297
+ logo_URIs: {
1298
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
1299
+ },
1300
+ images: [{
1301
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
1302
+ }],
1303
+ traces: [{
1304
+ type: 'ibc',
1305
+ counterparty: {
1306
+ channel_id: 'channel-7',
1307
+ base_denom: 'uusd',
1308
+ chain_name: 'symphonytestnet'
1309
+ },
1310
+ chain: {
1311
+ channel_id: 'channel-4300'
1312
+ }
1313
+ }]
1314
+ },
1315
+ {
1316
+ description: 'Harmonized HKD',
1317
+ denom_units: [{
1318
+ denom: 'ibc/F9E48EEE47E2B810BE9F82DF23FCF119D11F1BBA3752FD98252C14D53DC0DF47',
1319
+ exponent: 0,
1320
+ aliases: ['ukhd']
1321
+ }, {
1322
+ denom: 'hkhd',
1323
+ exponent: 6,
1324
+ aliases: ['harmony HKD']
1325
+ }],
1326
+ type_asset: 'sdk.coin',
1327
+ base: 'ibc/F9E48EEE47E2B810BE9F82DF23FCF119D11F1BBA3752FD98252C14D53DC0DF47',
1328
+ name: 'Harmony HKD',
1329
+ display: 'hkhd',
1330
+ symbol: 'HKHD',
1331
+ logo_URIs: {
1332
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
1333
+ },
1334
+ images: [{
1335
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
1336
+ }],
1337
+ traces: [{
1338
+ type: 'ibc',
1339
+ counterparty: {
1340
+ channel_id: 'channel-7',
1341
+ base_denom: 'ukhd',
1342
+ chain_name: 'symphonytestnet'
1343
+ },
1344
+ chain: {
1345
+ channel_id: 'channel-4300'
1346
+ }
1347
+ }]
1348
+ },
1349
+ {
1350
+ description: 'Harmonized VND',
1351
+ denom_units: [{
1352
+ denom: 'ibc/0EB6DAE754E8D4A35BF3F7D3915A618D5A357EDD1CE10E034CCF3391DD94787B',
1353
+ exponent: 0,
1354
+ aliases: ['uvnd']
1355
+ }, {
1356
+ denom: 'hvnd',
1357
+ exponent: 6,
1358
+ aliases: ['harmony VND']
1359
+ }],
1360
+ type_asset: 'sdk.coin',
1361
+ base: 'ibc/0EB6DAE754E8D4A35BF3F7D3915A618D5A357EDD1CE10E034CCF3391DD94787B',
1362
+ name: 'Harmony VND',
1363
+ display: 'hvnd',
1364
+ symbol: 'HVND',
1365
+ logo_URIs: {
1366
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
1367
+ },
1368
+ images: [{
1369
+ png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
1370
+ }],
1371
+ traces: [{
1372
+ type: 'ibc',
1373
+ counterparty: {
1374
+ channel_id: 'channel-7',
1375
+ base_denom: 'uvnd',
1376
+ chain_name: 'symphonytestnet'
1377
+ },
1378
+ chain: {
1379
+ channel_id: 'channel-4300'
1380
+ }
1381
+ }]
1382
+ },
975
1383
  {
976
1384
  description: 'The native token of the Titan network.',
977
1385
  denom_units: [
@@ -15,6 +15,7 @@ export * as impacthubtestnet from './impacthubtestnet';
15
15
  export * as injectivetestnet from './injectivetestnet';
16
16
  export * as jackaltestnet2 from './jackaltestnet2';
17
17
  export * as junotestnet from './junotestnet';
18
+ export * as kimatestnet from './kimatestnet';
18
19
  export * as kujiratestnet from './kujiratestnet';
19
20
  export * as kyvetestnet from './kyvetestnet';
20
21
  export * as lavatestnet from './lavatestnet';