@chain-registry/assets 1.70.119 → 1.70.121
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/mainnet/assets.js +2 -1
- package/esm/mainnet/index.js +1 -0
- package/esm/mainnet/noble.js +84 -0
- package/esm/mainnet/osmosis.js +84 -0
- package/esm/mainnet/sidechain.js +420 -0
- 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/mainnet/assets.js +2 -1
- package/mainnet/index.d.ts +1 -0
- package/mainnet/index.js +2 -1
- package/mainnet/noble.js +84 -0
- package/mainnet/osmosis.js +84 -0
- package/mainnet/sidechain.d.ts +3 -0
- package/mainnet/sidechain.js +422 -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
|
@@ -71,49 +71,6 @@ const assets = {
|
|
|
71
71
|
}
|
|
72
72
|
}]
|
|
73
73
|
},
|
|
74
|
-
{
|
|
75
|
-
description: 'The native token of Elys Network',
|
|
76
|
-
denom_units: [
|
|
77
|
-
{
|
|
78
|
-
denom: 'ibc/D6D41D0C0E61B1F5AED741F70F16F7A4F1C14DEE7F889D561CDBF4CF2BB99C8D',
|
|
79
|
-
exponent: 0,
|
|
80
|
-
aliases: ['uelys']
|
|
81
|
-
},
|
|
82
|
-
{
|
|
83
|
-
denom: 'melys',
|
|
84
|
-
exponent: 3,
|
|
85
|
-
aliases: ['millielys']
|
|
86
|
-
},
|
|
87
|
-
{
|
|
88
|
-
denom: 'elys',
|
|
89
|
-
exponent: 6,
|
|
90
|
-
aliases: []
|
|
91
|
-
}
|
|
92
|
-
],
|
|
93
|
-
base: 'ibc/D6D41D0C0E61B1F5AED741F70F16F7A4F1C14DEE7F889D561CDBF4CF2BB99C8D',
|
|
94
|
-
name: 'Elys Network',
|
|
95
|
-
display: 'elys',
|
|
96
|
-
symbol: 'ELYS',
|
|
97
|
-
logo_URIs: {
|
|
98
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
99
|
-
},
|
|
100
|
-
coingecko_id: 'elys',
|
|
101
|
-
images: [{
|
|
102
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
103
|
-
}],
|
|
104
|
-
type_asset: 'sdk.coin',
|
|
105
|
-
traces: [{
|
|
106
|
-
type: 'ibc',
|
|
107
|
-
counterparty: {
|
|
108
|
-
channel_id: 'channel-16',
|
|
109
|
-
base_denom: 'uelys',
|
|
110
|
-
chain_name: 'elystestnet'
|
|
111
|
-
},
|
|
112
|
-
chain: {
|
|
113
|
-
channel_id: 'channel-3302'
|
|
114
|
-
}
|
|
115
|
-
}]
|
|
116
|
-
},
|
|
117
74
|
{
|
|
118
75
|
description: 'Eden token definition',
|
|
119
76
|
denom_units: [
|
|
@@ -615,6 +572,142 @@ const assets = {
|
|
|
615
572
|
}
|
|
616
573
|
}]
|
|
617
574
|
},
|
|
575
|
+
{
|
|
576
|
+
description: 'The native token of Symphony',
|
|
577
|
+
denom_units: [{
|
|
578
|
+
denom: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
579
|
+
exponent: 0,
|
|
580
|
+
aliases: ['note']
|
|
581
|
+
}, {
|
|
582
|
+
denom: 'mld',
|
|
583
|
+
exponent: 6,
|
|
584
|
+
aliases: ['melody']
|
|
585
|
+
}],
|
|
586
|
+
type_asset: 'sdk.coin',
|
|
587
|
+
base: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
588
|
+
name: 'Melody',
|
|
589
|
+
display: 'mld',
|
|
590
|
+
symbol: 'MLD',
|
|
591
|
+
logo_URIs: {
|
|
592
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
593
|
+
},
|
|
594
|
+
images: [{
|
|
595
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
596
|
+
}],
|
|
597
|
+
traces: [{
|
|
598
|
+
type: 'ibc',
|
|
599
|
+
counterparty: {
|
|
600
|
+
channel_id: 'channel-7',
|
|
601
|
+
base_denom: 'note',
|
|
602
|
+
chain_name: 'symphonytestnet3'
|
|
603
|
+
},
|
|
604
|
+
chain: {
|
|
605
|
+
channel_id: 'channel-4300'
|
|
606
|
+
}
|
|
607
|
+
}]
|
|
608
|
+
},
|
|
609
|
+
{
|
|
610
|
+
description: 'Harmonized USD',
|
|
611
|
+
denom_units: [{
|
|
612
|
+
denom: 'ibc/559426F7696D660E661BB93E684EC1EF11D668EB360DD6864DE1172F444E4520',
|
|
613
|
+
exponent: 0,
|
|
614
|
+
aliases: ['uusd']
|
|
615
|
+
}, {
|
|
616
|
+
denom: 'husd',
|
|
617
|
+
exponent: 6,
|
|
618
|
+
aliases: ['harmony USD']
|
|
619
|
+
}],
|
|
620
|
+
type_asset: 'sdk.coin',
|
|
621
|
+
base: 'ibc/559426F7696D660E661BB93E684EC1EF11D668EB360DD6864DE1172F444E4520',
|
|
622
|
+
name: 'Harmony USD',
|
|
623
|
+
display: 'husd',
|
|
624
|
+
symbol: 'HUSD',
|
|
625
|
+
logo_URIs: {
|
|
626
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
627
|
+
},
|
|
628
|
+
images: [{
|
|
629
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
630
|
+
}],
|
|
631
|
+
traces: [{
|
|
632
|
+
type: 'ibc',
|
|
633
|
+
counterparty: {
|
|
634
|
+
channel_id: 'channel-7',
|
|
635
|
+
base_denom: 'uusd',
|
|
636
|
+
chain_name: 'symphonytestnet3'
|
|
637
|
+
},
|
|
638
|
+
chain: {
|
|
639
|
+
channel_id: 'channel-4300'
|
|
640
|
+
}
|
|
641
|
+
}]
|
|
642
|
+
},
|
|
643
|
+
{
|
|
644
|
+
description: 'Harmonized HKD',
|
|
645
|
+
denom_units: [{
|
|
646
|
+
denom: 'ibc/F9E48EEE47E2B810BE9F82DF23FCF119D11F1BBA3752FD98252C14D53DC0DF47',
|
|
647
|
+
exponent: 0,
|
|
648
|
+
aliases: ['ukhd']
|
|
649
|
+
}, {
|
|
650
|
+
denom: 'hkhd',
|
|
651
|
+
exponent: 6,
|
|
652
|
+
aliases: ['harmony HKD']
|
|
653
|
+
}],
|
|
654
|
+
type_asset: 'sdk.coin',
|
|
655
|
+
base: 'ibc/F9E48EEE47E2B810BE9F82DF23FCF119D11F1BBA3752FD98252C14D53DC0DF47',
|
|
656
|
+
name: 'Harmony HKD',
|
|
657
|
+
display: 'hkhd',
|
|
658
|
+
symbol: 'HKHD',
|
|
659
|
+
logo_URIs: {
|
|
660
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
661
|
+
},
|
|
662
|
+
images: [{
|
|
663
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
664
|
+
}],
|
|
665
|
+
traces: [{
|
|
666
|
+
type: 'ibc',
|
|
667
|
+
counterparty: {
|
|
668
|
+
channel_id: 'channel-7',
|
|
669
|
+
base_denom: 'ukhd',
|
|
670
|
+
chain_name: 'symphonytestnet3'
|
|
671
|
+
},
|
|
672
|
+
chain: {
|
|
673
|
+
channel_id: 'channel-4300'
|
|
674
|
+
}
|
|
675
|
+
}]
|
|
676
|
+
},
|
|
677
|
+
{
|
|
678
|
+
description: 'Harmonized VND',
|
|
679
|
+
denom_units: [{
|
|
680
|
+
denom: 'ibc/0EB6DAE754E8D4A35BF3F7D3915A618D5A357EDD1CE10E034CCF3391DD94787B',
|
|
681
|
+
exponent: 0,
|
|
682
|
+
aliases: ['uvnd']
|
|
683
|
+
}, {
|
|
684
|
+
denom: 'hvnd',
|
|
685
|
+
exponent: 6,
|
|
686
|
+
aliases: ['harmony VND']
|
|
687
|
+
}],
|
|
688
|
+
type_asset: 'sdk.coin',
|
|
689
|
+
base: 'ibc/0EB6DAE754E8D4A35BF3F7D3915A618D5A357EDD1CE10E034CCF3391DD94787B',
|
|
690
|
+
name: 'Harmony VND',
|
|
691
|
+
display: 'hvnd',
|
|
692
|
+
symbol: 'HVND',
|
|
693
|
+
logo_URIs: {
|
|
694
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
695
|
+
},
|
|
696
|
+
images: [{
|
|
697
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
698
|
+
}],
|
|
699
|
+
traces: [{
|
|
700
|
+
type: 'ibc',
|
|
701
|
+
counterparty: {
|
|
702
|
+
channel_id: 'channel-7',
|
|
703
|
+
base_denom: 'uvnd',
|
|
704
|
+
chain_name: 'symphonytestnet3'
|
|
705
|
+
},
|
|
706
|
+
chain: {
|
|
707
|
+
channel_id: 'channel-4300'
|
|
708
|
+
}
|
|
709
|
+
}]
|
|
710
|
+
},
|
|
618
711
|
{
|
|
619
712
|
description: 'The native token of the Titan network.',
|
|
620
713
|
denom_units: [
|
|
@@ -663,49 +756,6 @@ const assets = {
|
|
|
663
756
|
}
|
|
664
757
|
}]
|
|
665
758
|
},
|
|
666
|
-
{
|
|
667
|
-
description: 'The native token of Elys Network',
|
|
668
|
-
denom_units: [
|
|
669
|
-
{
|
|
670
|
-
denom: 'ibc/D6D41D0C0E61B1F5AED741F70F16F7A4F1C14DEE7F889D561CDBF4CF2BB99C8D',
|
|
671
|
-
exponent: 0,
|
|
672
|
-
aliases: ['uelys']
|
|
673
|
-
},
|
|
674
|
-
{
|
|
675
|
-
denom: 'melys',
|
|
676
|
-
exponent: 3,
|
|
677
|
-
aliases: ['millielys']
|
|
678
|
-
},
|
|
679
|
-
{
|
|
680
|
-
denom: 'elys',
|
|
681
|
-
exponent: 6,
|
|
682
|
-
aliases: []
|
|
683
|
-
}
|
|
684
|
-
],
|
|
685
|
-
base: 'ibc/D6D41D0C0E61B1F5AED741F70F16F7A4F1C14DEE7F889D561CDBF4CF2BB99C8D',
|
|
686
|
-
name: 'Elys Network',
|
|
687
|
-
display: 'elys',
|
|
688
|
-
symbol: 'ELYS',
|
|
689
|
-
logo_URIs: {
|
|
690
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
691
|
-
},
|
|
692
|
-
coingecko_id: 'elys',
|
|
693
|
-
images: [{
|
|
694
|
-
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/elystestnet/images/elys.png'
|
|
695
|
-
}],
|
|
696
|
-
type_asset: 'sdk.coin',
|
|
697
|
-
traces: [{
|
|
698
|
-
type: 'ibc',
|
|
699
|
-
counterparty: {
|
|
700
|
-
channel_id: 'channel-16',
|
|
701
|
-
base_denom: 'uelys',
|
|
702
|
-
chain_name: 'elystestnet'
|
|
703
|
-
},
|
|
704
|
-
chain: {
|
|
705
|
-
channel_id: 'channel-3302'
|
|
706
|
-
}
|
|
707
|
-
}]
|
|
708
|
-
},
|
|
709
759
|
{
|
|
710
760
|
description: 'Eden token definition',
|
|
711
761
|
denom_units: [
|
|
@@ -1168,6 +1218,142 @@ const assets = {
|
|
|
1168
1218
|
}
|
|
1169
1219
|
}]
|
|
1170
1220
|
},
|
|
1221
|
+
{
|
|
1222
|
+
description: 'The native token of Symphony',
|
|
1223
|
+
denom_units: [{
|
|
1224
|
+
denom: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
1225
|
+
exponent: 0,
|
|
1226
|
+
aliases: ['note']
|
|
1227
|
+
}, {
|
|
1228
|
+
denom: 'mld',
|
|
1229
|
+
exponent: 6,
|
|
1230
|
+
aliases: ['melody']
|
|
1231
|
+
}],
|
|
1232
|
+
type_asset: 'sdk.coin',
|
|
1233
|
+
base: 'ibc/29F9192793460930B74C23C049BAB4EA0F0F7CFFAAB68AE049716078D31A1022',
|
|
1234
|
+
name: 'Melody',
|
|
1235
|
+
display: 'mld',
|
|
1236
|
+
symbol: 'MLD',
|
|
1237
|
+
logo_URIs: {
|
|
1238
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1239
|
+
},
|
|
1240
|
+
images: [{
|
|
1241
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/mld.png'
|
|
1242
|
+
}],
|
|
1243
|
+
traces: [{
|
|
1244
|
+
type: 'ibc',
|
|
1245
|
+
counterparty: {
|
|
1246
|
+
channel_id: 'channel-7',
|
|
1247
|
+
base_denom: 'note',
|
|
1248
|
+
chain_name: 'symphonytestnet3'
|
|
1249
|
+
},
|
|
1250
|
+
chain: {
|
|
1251
|
+
channel_id: 'channel-4300'
|
|
1252
|
+
}
|
|
1253
|
+
}]
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
description: 'Harmonized USD',
|
|
1257
|
+
denom_units: [{
|
|
1258
|
+
denom: 'ibc/559426F7696D660E661BB93E684EC1EF11D668EB360DD6864DE1172F444E4520',
|
|
1259
|
+
exponent: 0,
|
|
1260
|
+
aliases: ['uusd']
|
|
1261
|
+
}, {
|
|
1262
|
+
denom: 'husd',
|
|
1263
|
+
exponent: 6,
|
|
1264
|
+
aliases: ['harmony USD']
|
|
1265
|
+
}],
|
|
1266
|
+
type_asset: 'sdk.coin',
|
|
1267
|
+
base: 'ibc/559426F7696D660E661BB93E684EC1EF11D668EB360DD6864DE1172F444E4520',
|
|
1268
|
+
name: 'Harmony USD',
|
|
1269
|
+
display: 'husd',
|
|
1270
|
+
symbol: 'HUSD',
|
|
1271
|
+
logo_URIs: {
|
|
1272
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
1273
|
+
},
|
|
1274
|
+
images: [{
|
|
1275
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/husd.png'
|
|
1276
|
+
}],
|
|
1277
|
+
traces: [{
|
|
1278
|
+
type: 'ibc',
|
|
1279
|
+
counterparty: {
|
|
1280
|
+
channel_id: 'channel-7',
|
|
1281
|
+
base_denom: 'uusd',
|
|
1282
|
+
chain_name: 'symphonytestnet3'
|
|
1283
|
+
},
|
|
1284
|
+
chain: {
|
|
1285
|
+
channel_id: 'channel-4300'
|
|
1286
|
+
}
|
|
1287
|
+
}]
|
|
1288
|
+
},
|
|
1289
|
+
{
|
|
1290
|
+
description: 'Harmonized HKD',
|
|
1291
|
+
denom_units: [{
|
|
1292
|
+
denom: 'ibc/F9E48EEE47E2B810BE9F82DF23FCF119D11F1BBA3752FD98252C14D53DC0DF47',
|
|
1293
|
+
exponent: 0,
|
|
1294
|
+
aliases: ['ukhd']
|
|
1295
|
+
}, {
|
|
1296
|
+
denom: 'hkhd',
|
|
1297
|
+
exponent: 6,
|
|
1298
|
+
aliases: ['harmony HKD']
|
|
1299
|
+
}],
|
|
1300
|
+
type_asset: 'sdk.coin',
|
|
1301
|
+
base: 'ibc/F9E48EEE47E2B810BE9F82DF23FCF119D11F1BBA3752FD98252C14D53DC0DF47',
|
|
1302
|
+
name: 'Harmony HKD',
|
|
1303
|
+
display: 'hkhd',
|
|
1304
|
+
symbol: 'HKHD',
|
|
1305
|
+
logo_URIs: {
|
|
1306
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
1307
|
+
},
|
|
1308
|
+
images: [{
|
|
1309
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hhkd.png'
|
|
1310
|
+
}],
|
|
1311
|
+
traces: [{
|
|
1312
|
+
type: 'ibc',
|
|
1313
|
+
counterparty: {
|
|
1314
|
+
channel_id: 'channel-7',
|
|
1315
|
+
base_denom: 'ukhd',
|
|
1316
|
+
chain_name: 'symphonytestnet3'
|
|
1317
|
+
},
|
|
1318
|
+
chain: {
|
|
1319
|
+
channel_id: 'channel-4300'
|
|
1320
|
+
}
|
|
1321
|
+
}]
|
|
1322
|
+
},
|
|
1323
|
+
{
|
|
1324
|
+
description: 'Harmonized VND',
|
|
1325
|
+
denom_units: [{
|
|
1326
|
+
denom: 'ibc/0EB6DAE754E8D4A35BF3F7D3915A618D5A357EDD1CE10E034CCF3391DD94787B',
|
|
1327
|
+
exponent: 0,
|
|
1328
|
+
aliases: ['uvnd']
|
|
1329
|
+
}, {
|
|
1330
|
+
denom: 'hvnd',
|
|
1331
|
+
exponent: 6,
|
|
1332
|
+
aliases: ['harmony VND']
|
|
1333
|
+
}],
|
|
1334
|
+
type_asset: 'sdk.coin',
|
|
1335
|
+
base: 'ibc/0EB6DAE754E8D4A35BF3F7D3915A618D5A357EDD1CE10E034CCF3391DD94787B',
|
|
1336
|
+
name: 'Harmony VND',
|
|
1337
|
+
display: 'hvnd',
|
|
1338
|
+
symbol: 'HVND',
|
|
1339
|
+
logo_URIs: {
|
|
1340
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
1341
|
+
},
|
|
1342
|
+
images: [{
|
|
1343
|
+
png: 'https://raw.githubusercontent.com/cosmos/chain-registry/master/testnets/symphonytestnet/images/hvnd.png'
|
|
1344
|
+
}],
|
|
1345
|
+
traces: [{
|
|
1346
|
+
type: 'ibc',
|
|
1347
|
+
counterparty: {
|
|
1348
|
+
channel_id: 'channel-7',
|
|
1349
|
+
base_denom: 'uvnd',
|
|
1350
|
+
chain_name: 'symphonytestnet3'
|
|
1351
|
+
},
|
|
1352
|
+
chain: {
|
|
1353
|
+
channel_id: 'channel-4300'
|
|
1354
|
+
}
|
|
1355
|
+
}]
|
|
1356
|
+
},
|
|
1171
1357
|
{
|
|
1172
1358
|
description: 'The native token of the Titan network.',
|
|
1173
1359
|
denom_units: [
|
package/testnet/index.d.ts
CHANGED
|
@@ -35,6 +35,7 @@ export * as sgetestnet from './sgetestnet';
|
|
|
35
35
|
export * as stargazetestnet from './stargazetestnet';
|
|
36
36
|
export * as swisstroniktestnet from './swisstroniktestnet';
|
|
37
37
|
export * as symphonytestnet from './symphonytestnet';
|
|
38
|
+
export * as symphonytestnet3 from './symphonytestnet3';
|
|
38
39
|
export * as synternettestnet from './synternettestnet';
|
|
39
40
|
export * as terra2testnet from './terra2testnet';
|
|
40
41
|
export * as titannettestnet from './titannettestnet';
|
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.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet = exports.manifesttestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.junotestnet = exports.jackaltestnet2 = exports.injectivetestnet = exports.impacthubtestnet = 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.titannettestnet = exports.terra2testnet = exports.synternettestnet = exports.symphonytestnet3 = exports.symphonytestnet = exports.swisstroniktestnet = exports.stargazetestnet = exports.sgetestnet = exports.seitestnet2 = exports.sagatestnet = exports.quicksilvertestnet = exports.persistencetestnet2 = exports.osmosistestnet = exports.nolustestnet = exports.noistestnet = exports.nobletestnet = exports.neutrontestnet = exports.marstestnet = exports.mantrachaintestnet = exports.manifesttestnet = exports.likecointestnet = exports.lavatestnet = exports.kyvetestnet = exports.kujiratestnet = exports.kimanetworktestnet = exports.junotestnet = exports.jackaltestnet2 = exports.injectivetestnet = exports.impacthubtestnet = 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"));
|
|
@@ -61,6 +61,7 @@ exports.sgetestnet = __importStar(require("./sgetestnet"));
|
|
|
61
61
|
exports.stargazetestnet = __importStar(require("./stargazetestnet"));
|
|
62
62
|
exports.swisstroniktestnet = __importStar(require("./swisstroniktestnet"));
|
|
63
63
|
exports.symphonytestnet = __importStar(require("./symphonytestnet"));
|
|
64
|
+
exports.symphonytestnet3 = __importStar(require("./symphonytestnet3"));
|
|
64
65
|
exports.synternettestnet = __importStar(require("./synternettestnet"));
|
|
65
66
|
exports.terra2testnet = __importStar(require("./terra2testnet"));
|
|
66
67
|
exports.titannettestnet = __importStar(require("./titannettestnet"));
|