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