eth-chainlist 0.0.437 → 0.0.439
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/CHANGELOG.md +16 -0
- package/data/chain.js +413 -13
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.439 (2024-07-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.438 ([5b80666](https://github.com/poowf/eth-chainlist/commit/5b806663f523b463b8aadf79a74be3e44c017238))
|
9
|
+
* update chain data ([b814337](https://github.com/poowf/eth-chainlist/commit/b814337550282081d7049dcd8089fc4929fb4b00))
|
10
|
+
|
11
|
+
### 0.0.438 (2024-07-05)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.437 ([80c5fb5](https://github.com/poowf/eth-chainlist/commit/80c5fb535edfd9c08d9f4360850720ccb110ccc9))
|
17
|
+
* update chain data ([05a3dae](https://github.com/poowf/eth-chainlist/commit/05a3dae22d6a8cc408015e6ded96873523aec102))
|
18
|
+
|
3
19
|
### 0.0.437 (2024-07-04)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -3548,6 +3548,24 @@ const chainArray = [
|
|
3548
3548
|
}
|
3549
3549
|
]
|
3550
3550
|
},
|
3551
|
+
{
|
3552
|
+
name: 'CMDAO BBQ Chain',
|
3553
|
+
chain: 'Underchain 1',
|
3554
|
+
rpc: [ 'https://bbqchain-rpc.commudao.xyz' ],
|
3555
|
+
faucets: [],
|
3556
|
+
nativeCurrency: { name: 'CommuDAO', symbol: 'CMD', decimals: 18 },
|
3557
|
+
infoURL: 'https://commudao.xyz',
|
3558
|
+
shortName: 'cmdao-bbq-chain',
|
3559
|
+
chainId: 190,
|
3560
|
+
networkId: 190,
|
3561
|
+
explorers: [
|
3562
|
+
{
|
3563
|
+
name: 'bbqchain-explorer',
|
3564
|
+
url: 'https://bbqchain-exp.commudao.xyz',
|
3565
|
+
standard: 'EIP3091'
|
3566
|
+
}
|
3567
|
+
]
|
3568
|
+
},
|
3551
3569
|
{
|
3552
3570
|
name: 'FileFileGo',
|
3553
3571
|
chain: 'FFG',
|
@@ -7457,6 +7475,24 @@ const chainArray = [
|
|
7457
7475
|
}
|
7458
7476
|
]
|
7459
7477
|
},
|
7478
|
+
{
|
7479
|
+
name: 'HongKong Mainnet',
|
7480
|
+
chain: 'HONGKONG',
|
7481
|
+
rpc: [ 'https://eth.jegotrip.net' ],
|
7482
|
+
faucets: [],
|
7483
|
+
nativeCurrency: { name: 'HongKong', symbol: 'HK', decimals: 18 },
|
7484
|
+
infoURL: 'https://www.cmi.chinamobile.com/',
|
7485
|
+
shortName: 'HongKong',
|
7486
|
+
chainId: 852,
|
7487
|
+
networkId: 852,
|
7488
|
+
explorers: [
|
7489
|
+
{
|
7490
|
+
name: 'HongKong Mainnet Explorer',
|
7491
|
+
url: 'http://47.238.205.52',
|
7492
|
+
standard: 'none'
|
7493
|
+
}
|
7494
|
+
]
|
7495
|
+
},
|
7460
7496
|
{
|
7461
7497
|
name: 'Zeeth Chain Dev',
|
7462
7498
|
chain: 'ZeethChainDev',
|
@@ -9246,7 +9282,7 @@ const chainArray = [
|
|
9246
9282
|
explorers: [
|
9247
9283
|
{
|
9248
9284
|
name: 'Cuckoo Chain Explorer',
|
9249
|
-
url: 'https://
|
9285
|
+
url: 'https://scan.cuckoo.network',
|
9250
9286
|
standard: 'EIP3091'
|
9251
9287
|
}
|
9252
9288
|
]
|
@@ -9847,6 +9883,25 @@ const chainArray = [
|
|
9847
9883
|
}
|
9848
9884
|
]
|
9849
9885
|
},
|
9886
|
+
{
|
9887
|
+
name: 'JaiHo Chain',
|
9888
|
+
chain: 'JaiHoChain',
|
9889
|
+
icon: 'jaihoIcon',
|
9890
|
+
rpc: [ 'https://rpc.jaihochain.com' ],
|
9891
|
+
faucets: [],
|
9892
|
+
nativeCurrency: { name: 'JaiHo', symbol: 'JaiHo', decimals: 18 },
|
9893
|
+
infoURL: 'https://jaihochain.com',
|
9894
|
+
shortName: 'JHC',
|
9895
|
+
chainId: 1313,
|
9896
|
+
networkId: 1313,
|
9897
|
+
explorers: [
|
9898
|
+
{
|
9899
|
+
name: 'JaiHo Chain Explorer',
|
9900
|
+
url: 'https://jaihochain.com',
|
9901
|
+
standard: 'EIP3091'
|
9902
|
+
}
|
9903
|
+
]
|
9904
|
+
},
|
9850
9905
|
{
|
9851
9906
|
name: 'Alyx Mainnet',
|
9852
9907
|
chain: 'ALYX',
|
@@ -10344,6 +10399,33 @@ const chainArray = [
|
|
10344
10399
|
}
|
10345
10400
|
]
|
10346
10401
|
},
|
10402
|
+
{
|
10403
|
+
name: 'ZKBase Mainnet',
|
10404
|
+
chain: 'ETH',
|
10405
|
+
rpc: [ 'https://mainnet-rpc.zkbase.app' ],
|
10406
|
+
faucets: [],
|
10407
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
10408
|
+
infoURL: 'https://zkbase.org/',
|
10409
|
+
shortName: 'zkbase',
|
10410
|
+
chainId: 1456,
|
10411
|
+
networkId: 1456,
|
10412
|
+
slip44: 1,
|
10413
|
+
icon: 'zkbase',
|
10414
|
+
explorers: [
|
10415
|
+
{
|
10416
|
+
name: 'ZKbase Block Explorer',
|
10417
|
+
url: 'https://explorer.zkbase.app',
|
10418
|
+
icon: 'zkbase',
|
10419
|
+
standard: 'EIP3091'
|
10420
|
+
}
|
10421
|
+
],
|
10422
|
+
parent: {
|
10423
|
+
type: 'L2',
|
10424
|
+
chain: 'eip155-1',
|
10425
|
+
bridges: [ { url: 'https://portal.zkbase.app/' } ]
|
10426
|
+
},
|
10427
|
+
redFlags: [ 'reusedChainId' ]
|
10428
|
+
},
|
10347
10429
|
{
|
10348
10430
|
name: 'Vitruveo Mainnet',
|
10349
10431
|
title: 'Vitruveo is a blockchain for Creators',
|
@@ -10912,7 +10994,7 @@ const chainArray = [
|
|
10912
10994
|
parent: {
|
10913
10995
|
type: 'L2',
|
10914
10996
|
chain: 'eip155-1',
|
10915
|
-
bridges: [ { url: 'https://
|
10997
|
+
bridges: [ { url: 'https://portal.zkbase.app/' } ]
|
10916
10998
|
},
|
10917
10999
|
redFlags: [ 'reusedChainId' ]
|
10918
11000
|
},
|
@@ -10968,6 +11050,25 @@ const chainArray = [
|
|
10968
11050
|
}
|
10969
11051
|
]
|
10970
11052
|
},
|
11053
|
+
{
|
11054
|
+
name: 'Lif3 Chain Testnet',
|
11055
|
+
chain: 'lif3chain',
|
11056
|
+
rpc: [ 'https://testnet-evm.lif3.com' ],
|
11057
|
+
features: [ { name: 'EIP155' } ],
|
11058
|
+
faucets: [],
|
11059
|
+
nativeCurrency: { name: 'LIF3', symbol: 'LIF3', decimals: 18 },
|
11060
|
+
infoURL: 'https://docs.lif3.com/',
|
11061
|
+
shortName: 'lif3-testnet',
|
11062
|
+
chainId: 1811,
|
11063
|
+
networkId: 1811,
|
11064
|
+
explorers: [
|
11065
|
+
{
|
11066
|
+
name: 'lif3scout',
|
11067
|
+
url: 'https://testnet.lif3scout.com',
|
11068
|
+
standard: 'none'
|
11069
|
+
}
|
11070
|
+
]
|
11071
|
+
},
|
10971
11072
|
{
|
10972
11073
|
name: 'Cube Chain Mainnet',
|
10973
11074
|
chain: 'Cube',
|
@@ -14269,6 +14370,33 @@ const chainArray = [
|
|
14269
14370
|
networkId: 3335,
|
14270
14371
|
slip44: 1
|
14271
14372
|
},
|
14373
|
+
{
|
14374
|
+
name: 'The peaq Network',
|
14375
|
+
chain: 'peaq',
|
14376
|
+
icon: 'peaq',
|
14377
|
+
rpc: [
|
14378
|
+
'https://peaq.api.onfinality.io/public',
|
14379
|
+
'https://peaq-rpc.dwellir.com'
|
14380
|
+
],
|
14381
|
+
faucets: [],
|
14382
|
+
nativeCurrency: { name: 'peaq', symbol: 'PEAQ', decimals: 18 },
|
14383
|
+
infoURL: 'https://www.peaq.network',
|
14384
|
+
shortName: 'PEAQ',
|
14385
|
+
chainId: 3338,
|
14386
|
+
networkId: 3338,
|
14387
|
+
explorers: [
|
14388
|
+
{
|
14389
|
+
name: 'Polkadot.js',
|
14390
|
+
url: 'https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Fpeaq.api.onfinality.io%2Fpublic-ws#/explorer',
|
14391
|
+
standard: 'none'
|
14392
|
+
},
|
14393
|
+
{
|
14394
|
+
name: 'Subscan',
|
14395
|
+
url: 'https://peaq.subscan.io',
|
14396
|
+
standard: 'none'
|
14397
|
+
}
|
14398
|
+
]
|
14399
|
+
},
|
14272
14400
|
{
|
14273
14401
|
name: 'Paribu Net Mainnet',
|
14274
14402
|
chain: 'PRB',
|
@@ -17732,6 +17860,19 @@ const chainArray = [
|
|
17732
17860
|
}
|
17733
17861
|
]
|
17734
17862
|
},
|
17863
|
+
{
|
17864
|
+
name: 'GDCC MAINNET',
|
17865
|
+
chain: 'GDCC',
|
17866
|
+
icon: 'gdcc',
|
17867
|
+
rpc: [ 'https://mainnet-rpc-1.gdccscan.io' ],
|
17868
|
+
faucets: [],
|
17869
|
+
nativeCurrency: { name: 'GDCC', symbol: 'GDCC', decimals: 18 },
|
17870
|
+
infoURL: 'https://gdcchain.com',
|
17871
|
+
shortName: 'GdccMainnet',
|
17872
|
+
chainId: 7774,
|
17873
|
+
networkId: 7774,
|
17874
|
+
explorers: [ { name: 'GDCC', url: 'https://gdccscan.io', standard: 'none' } ]
|
17875
|
+
},
|
17735
17876
|
{
|
17736
17877
|
name: 'GDCC TESTNET',
|
17737
17878
|
chain: 'GDCC',
|
@@ -18703,6 +18844,25 @@ const chainArray = [
|
|
18703
18844
|
}
|
18704
18845
|
]
|
18705
18846
|
},
|
18847
|
+
{
|
18848
|
+
name: 'Lif3 Chain',
|
18849
|
+
chain: 'lif3chain',
|
18850
|
+
rpc: [ 'https://rpc.lif3.com' ],
|
18851
|
+
features: [ { name: 'EIP155' } ],
|
18852
|
+
faucets: [],
|
18853
|
+
nativeCurrency: { name: 'LIF3', symbol: 'LIF3', decimals: 18 },
|
18854
|
+
infoURL: 'https://docs.lif3.com/',
|
18855
|
+
shortName: 'lif3-mainnet',
|
18856
|
+
chainId: 8869,
|
18857
|
+
networkId: 8869,
|
18858
|
+
explorers: [
|
18859
|
+
{
|
18860
|
+
name: 'lif3scout',
|
18861
|
+
url: 'https://lif3scout.com',
|
18862
|
+
standard: 'none'
|
18863
|
+
}
|
18864
|
+
]
|
18865
|
+
},
|
18706
18866
|
{
|
18707
18867
|
name: 'Unique',
|
18708
18868
|
icon: 'unique',
|
@@ -19249,6 +19409,25 @@ const chainArray = [
|
|
19249
19409
|
}
|
19250
19410
|
]
|
19251
19411
|
},
|
19412
|
+
{
|
19413
|
+
name: 'Oasys Testnet',
|
19414
|
+
chain: 'Oasys',
|
19415
|
+
icon: 'oasys',
|
19416
|
+
rpc: [ 'https://rpc.testnet.oasys.games' ],
|
19417
|
+
faucets: [],
|
19418
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
19419
|
+
infoURL: 'https://oasys.games',
|
19420
|
+
shortName: 'OAS_TEST',
|
19421
|
+
chainId: 9372,
|
19422
|
+
networkId: 9372,
|
19423
|
+
explorers: [
|
19424
|
+
{
|
19425
|
+
name: 'blockscout',
|
19426
|
+
url: 'https://explorer.testnet.oasys.games',
|
19427
|
+
standard: 'EIP3091'
|
19428
|
+
}
|
19429
|
+
]
|
19430
|
+
},
|
19252
19431
|
{
|
19253
19432
|
name: 'Dela Sepolia Testnet',
|
19254
19433
|
chain: 'ETH',
|
@@ -21335,6 +21514,37 @@ const chainArray = [
|
|
21335
21514
|
],
|
21336
21515
|
parent: { type: 'L2', chain: 'eip155-248' }
|
21337
21516
|
},
|
21517
|
+
{
|
21518
|
+
name: 'PLYR PHI',
|
21519
|
+
chain: 'PLYR',
|
21520
|
+
icon: 'plyr',
|
21521
|
+
rpc: [ 'https://subnets.avax.network/plyr/mainnet/rpc' ],
|
21522
|
+
faucets: [],
|
21523
|
+
nativeCurrency: { name: 'PLYR', symbol: 'PLYR', decimals: 18 },
|
21524
|
+
infoURL: 'https://plyr.network',
|
21525
|
+
shortName: 'plyr-phi',
|
21526
|
+
chainId: 16180,
|
21527
|
+
networkId: 16180,
|
21528
|
+
explorers: [
|
21529
|
+
{
|
21530
|
+
name: 'Avalanche Subnet Explorer',
|
21531
|
+
url: 'https://subnets.avax.network/plyr',
|
21532
|
+
standard: 'EIP3091'
|
21533
|
+
}
|
21534
|
+
]
|
21535
|
+
},
|
21536
|
+
{
|
21537
|
+
name: 'Incentiv Devnet',
|
21538
|
+
chain: 'Incentiv',
|
21539
|
+
rpc: [ 'https://rpc.ankr.com/incentiv_devnet' ],
|
21540
|
+
faucets: [ 'https://faucet.incentiv-dev.ankr.network' ],
|
21541
|
+
nativeCurrency: { name: 'Testnet INC', symbol: 'INC', decimals: 18 },
|
21542
|
+
infoURL: 'https://incentiv.net',
|
21543
|
+
shortName: 'tIncentiv',
|
21544
|
+
chainId: 16350,
|
21545
|
+
networkId: 16350,
|
21546
|
+
slip44: 1
|
21547
|
+
},
|
21338
21548
|
{
|
21339
21549
|
name: 'Pivotal Sepolia',
|
21340
21550
|
chainId: 16481,
|
@@ -24202,6 +24412,19 @@ const chainArray = [
|
|
24202
24412
|
}
|
24203
24413
|
]
|
24204
24414
|
},
|
24415
|
+
{
|
24416
|
+
name: 'Zircuit Mainnet',
|
24417
|
+
chain: 'Zircuit Mainnet',
|
24418
|
+
icon: 'zircuit',
|
24419
|
+
rpc: [],
|
24420
|
+
faucets: [],
|
24421
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
24422
|
+
infoURL: 'https://www.zircuit.com/',
|
24423
|
+
shortName: 'zircuit-mainnet',
|
24424
|
+
chainId: 48900,
|
24425
|
+
networkId: 48900,
|
24426
|
+
explorers: []
|
24427
|
+
},
|
24205
24428
|
{
|
24206
24429
|
name: 'Wireshape Floripa Testnet',
|
24207
24430
|
title: 'Wireshape Floripa Testnet',
|
@@ -24936,6 +25159,29 @@ const chainArray = [
|
|
24936
25159
|
],
|
24937
25160
|
status: 'active'
|
24938
25161
|
},
|
25162
|
+
{
|
25163
|
+
name: 'Metis Sepolia Testnet',
|
25164
|
+
chain: 'ETH',
|
25165
|
+
rpc: [ 'https://sepolia.metisdevops.link' ],
|
25166
|
+
faucets: [ 'https://sepolia.faucet.metisdevops.link' ],
|
25167
|
+
nativeCurrency: { name: 'tMetis', symbol: 'tMETIS', decimals: 18 },
|
25168
|
+
infoURL: 'https://www.metis.io',
|
25169
|
+
shortName: 'metis-sepolia',
|
25170
|
+
chainId: 59902,
|
25171
|
+
networkId: 59902,
|
25172
|
+
explorers: [
|
25173
|
+
{
|
25174
|
+
name: 'blockscout',
|
25175
|
+
url: 'https://sepolia-explorer.metisdevops.link',
|
25176
|
+
standard: 'EIP3091'
|
25177
|
+
}
|
25178
|
+
],
|
25179
|
+
parent: {
|
25180
|
+
type: 'L2',
|
25181
|
+
chain: 'eip155-11155111',
|
25182
|
+
bridges: [ { url: 'https://bridge.metis.io' } ]
|
25183
|
+
}
|
25184
|
+
},
|
24939
25185
|
{
|
24940
25186
|
name: 'Genesys Code Mainnet',
|
24941
25187
|
chain: 'GCODE',
|
@@ -25758,7 +26004,7 @@ const chainArray = [
|
|
25758
26004
|
chain: 'GEEK',
|
25759
26005
|
rpc: [ 'https://rpc.geekout-pte.com' ],
|
25760
26006
|
faucets: [],
|
25761
|
-
nativeCurrency: { name: '
|
26007
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
25762
26008
|
infoURL: 'https://www.geekout-pte.com',
|
25763
26009
|
shortName: 'GEEK',
|
25764
26010
|
chainId: 75512,
|
@@ -25776,7 +26022,7 @@ const chainArray = [
|
|
25776
26022
|
chain: 'GEEK Test',
|
25777
26023
|
rpc: [ 'https://rpc-testnet.geekout-pte.com' ],
|
25778
26024
|
faucets: [],
|
25779
|
-
nativeCurrency: { name: '
|
26025
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
25780
26026
|
infoURL: 'https://www.geekout-pte.com',
|
25781
26027
|
shortName: 'GEEK_Test',
|
25782
26028
|
chainId: 75513,
|
@@ -27108,7 +27354,7 @@ const chainArray = [
|
|
27108
27354
|
{
|
27109
27355
|
name: 'VeChain',
|
27110
27356
|
chain: 'VeChain',
|
27111
|
-
rpc: [],
|
27357
|
+
rpc: [ 'https://rpc-mainnet.vechain.energy' ],
|
27112
27358
|
faucets: [],
|
27113
27359
|
nativeCurrency: { name: 'VeChain', symbol: 'VET', decimals: 18 },
|
27114
27360
|
infoURL: 'https://vechain.org',
|
@@ -27643,6 +27889,25 @@ const chainArray = [
|
|
27643
27889
|
}
|
27644
27890
|
]
|
27645
27891
|
},
|
27892
|
+
{
|
27893
|
+
name: 'Gemchain',
|
27894
|
+
chain: 'Gemchain',
|
27895
|
+
rpc: [ 'https://evm-rpc.gemchain.org' ],
|
27896
|
+
faucets: [],
|
27897
|
+
nativeCurrency: { name: 'GEM', symbol: 'GEM', decimals: 18 },
|
27898
|
+
infoURL: 'https://gemchain.org',
|
27899
|
+
shortName: 'gemchain',
|
27900
|
+
chainId: 123321,
|
27901
|
+
networkId: 123321,
|
27902
|
+
slip44: 1,
|
27903
|
+
explorers: [
|
27904
|
+
{
|
27905
|
+
name: 'Gemchain Scan',
|
27906
|
+
url: 'https://scan.gemchain.org',
|
27907
|
+
standard: 'EIP3091'
|
27908
|
+
}
|
27909
|
+
]
|
27910
|
+
},
|
27646
27911
|
{
|
27647
27912
|
name: 'ADIL Devnet',
|
27648
27913
|
chain: 'ADIL',
|
@@ -28040,6 +28305,25 @@ const chainArray = [
|
|
28040
28305
|
chainId: 192940,
|
28041
28306
|
networkId: 192940
|
28042
28307
|
},
|
28308
|
+
{
|
28309
|
+
name: 'MAZZE Testnet',
|
28310
|
+
chain: 'MAZZE Testnet',
|
28311
|
+
icon: 'mazze',
|
28312
|
+
rpc: [ 'https://testnet-rpc.mazze.io/' ],
|
28313
|
+
faucets: [ 'https://faucet.mazze.io/' ],
|
28314
|
+
nativeCurrency: { name: 'MAZZE Testnet', symbol: 'MAZZE', decimals: 18 },
|
28315
|
+
infoURL: 'https://mazze.io/',
|
28316
|
+
shortName: 'MAZZE',
|
28317
|
+
chainId: 199991,
|
28318
|
+
networkId: 199991,
|
28319
|
+
explorers: [
|
28320
|
+
{
|
28321
|
+
name: 'MAZZE Testnet Explorer',
|
28322
|
+
url: 'https://mazzescan.io',
|
28323
|
+
standard: 'none'
|
28324
|
+
}
|
28325
|
+
]
|
28326
|
+
},
|
28043
28327
|
{
|
28044
28328
|
name: 'xFair.AI Testnet',
|
28045
28329
|
chain: 'FAIT',
|
@@ -29263,9 +29547,9 @@ const chainArray = [
|
|
29263
29547
|
chain: 'AIE',
|
29264
29548
|
rpc: [ 'https://rpc1-testnet.aiechain.io' ],
|
29265
29549
|
faucets: [],
|
29266
|
-
nativeCurrency: { name: 'AIE', symbol: '
|
29550
|
+
nativeCurrency: { name: 'AIE', symbol: 'AIE', decimals: 18 },
|
29267
29551
|
infoURL: 'https://testnet.aiescan.io',
|
29268
|
-
shortName: '
|
29552
|
+
shortName: 'aie',
|
29269
29553
|
chainId: 413413,
|
29270
29554
|
networkId: 413413,
|
29271
29555
|
icon: 'aie',
|
@@ -29601,6 +29885,19 @@ const chainArray = [
|
|
29601
29885
|
}
|
29602
29886
|
]
|
29603
29887
|
},
|
29888
|
+
{
|
29889
|
+
name: 'World Chain Sepolia Testnet',
|
29890
|
+
chain: 'ETH',
|
29891
|
+
rpc: [],
|
29892
|
+
faucets: [],
|
29893
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
29894
|
+
infoURL: 'https://worldcoin.org/',
|
29895
|
+
shortName: 'wcsep',
|
29896
|
+
chainId: 484752,
|
29897
|
+
networkId: 484752,
|
29898
|
+
slip44: 1,
|
29899
|
+
explorers: []
|
29900
|
+
},
|
29604
29901
|
{
|
29605
29902
|
name: 'Autonomys Testnet Nova Domain',
|
29606
29903
|
chain: 'TATC',
|
@@ -31205,6 +31502,24 @@ const chainArray = [
|
|
31205
31502
|
chainId: 2611555,
|
31206
31503
|
networkId: 2611555
|
31207
31504
|
},
|
31505
|
+
{
|
31506
|
+
name: 'Xterio Chain',
|
31507
|
+
chain: 'Xterio',
|
31508
|
+
rpc: [ 'https://xterio-eth.alt.technology' ],
|
31509
|
+
faucets: [],
|
31510
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
31511
|
+
infoURL: 'https://xter.io',
|
31512
|
+
shortName: 'xterio',
|
31513
|
+
chainId: 2702128,
|
31514
|
+
networkId: 2702128,
|
31515
|
+
explorers: [
|
31516
|
+
{
|
31517
|
+
name: 'Xterio Chain Explorer',
|
31518
|
+
url: 'https://eth.xterscan.io',
|
31519
|
+
standard: 'EIP3091'
|
31520
|
+
}
|
31521
|
+
]
|
31522
|
+
},
|
31208
31523
|
{
|
31209
31524
|
name: 'SaharaAI Network',
|
31210
31525
|
chain: 'Sahara',
|
@@ -31953,6 +32268,26 @@ const chainArray = [
|
|
31953
32268
|
}
|
31954
32269
|
]
|
31955
32270
|
},
|
32271
|
+
{
|
32272
|
+
name: 'NeoX Testnet',
|
32273
|
+
chain: 'NeoX',
|
32274
|
+
rpc: [ 'https://testnet.rpc.banelabs.org/' ],
|
32275
|
+
faucets: [],
|
32276
|
+
nativeCurrency: { name: 'Gas', symbol: 'GAS', decimals: 18 },
|
32277
|
+
infoURL: 'https://neo.org/',
|
32278
|
+
shortName: 'neox',
|
32279
|
+
chainId: 12227331,
|
32280
|
+
networkId: 12227331,
|
32281
|
+
icon: 'neox',
|
32282
|
+
explorers: [
|
32283
|
+
{
|
32284
|
+
name: 'neox-scan',
|
32285
|
+
url: 'https://testnet.scan.banelabs.org',
|
32286
|
+
standard: 'EIP3091'
|
32287
|
+
}
|
32288
|
+
],
|
32289
|
+
status: 'active'
|
32290
|
+
},
|
31956
32291
|
{
|
31957
32292
|
name: 'COTI Devnet',
|
31958
32293
|
title: 'COTI Devnet',
|
@@ -32459,6 +32794,27 @@ const chainArray = [
|
|
32459
32794
|
},
|
32460
32795
|
{
|
32461
32796
|
name: 'Autonity Bakerloo (Sumida) Testnet',
|
32797
|
+
status: 'deprecated',
|
32798
|
+
chain: 'AUT',
|
32799
|
+
rpc: [],
|
32800
|
+
faucets: [ 'https://faucet.autonity.org/' ],
|
32801
|
+
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
32802
|
+
infoURL: 'https://autonity.org/',
|
32803
|
+
shortName: 'bakerloo-02',
|
32804
|
+
chainId: 65010002,
|
32805
|
+
networkId: 65010002,
|
32806
|
+
slip44: 1,
|
32807
|
+
icon: 'autonity',
|
32808
|
+
explorers: [
|
32809
|
+
{
|
32810
|
+
name: 'autonity-blockscout',
|
32811
|
+
url: 'https://bakerloo.autonity.org',
|
32812
|
+
standard: 'EIP3091'
|
32813
|
+
}
|
32814
|
+
]
|
32815
|
+
},
|
32816
|
+
{
|
32817
|
+
name: 'Autonity Bakerloo (Yamuna) Testnet',
|
32462
32818
|
chain: 'AUT',
|
32463
32819
|
rpc: [
|
32464
32820
|
'https://rpc1.bakerloo.autonity.org/',
|
@@ -32467,9 +32823,9 @@ const chainArray = [
|
|
32467
32823
|
faucets: [ 'https://faucet.autonity.org/' ],
|
32468
32824
|
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
32469
32825
|
infoURL: 'https://autonity.org/',
|
32470
|
-
shortName: 'bakerloo-
|
32471
|
-
chainId:
|
32472
|
-
networkId:
|
32826
|
+
shortName: 'bakerloo-03',
|
32827
|
+
chainId: 65010003,
|
32828
|
+
networkId: 65010003,
|
32473
32829
|
slip44: 1,
|
32474
32830
|
icon: 'autonity',
|
32475
32831
|
explorers: [
|
@@ -32524,6 +32880,27 @@ const chainArray = [
|
|
32524
32880
|
},
|
32525
32881
|
{
|
32526
32882
|
name: 'Autonity Piccadilly (Sumida) Testnet',
|
32883
|
+
status: 'deprecated',
|
32884
|
+
chain: 'AUT',
|
32885
|
+
rpc: [],
|
32886
|
+
faucets: [],
|
32887
|
+
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
32888
|
+
infoURL: 'https://autonity.org/',
|
32889
|
+
shortName: 'piccadilly-02',
|
32890
|
+
chainId: 65100002,
|
32891
|
+
networkId: 65100002,
|
32892
|
+
slip44: 1,
|
32893
|
+
icon: 'autonity',
|
32894
|
+
explorers: [
|
32895
|
+
{
|
32896
|
+
name: 'autonity-blockscout',
|
32897
|
+
url: 'https://piccadilly.autonity.org',
|
32898
|
+
standard: 'EIP3091'
|
32899
|
+
}
|
32900
|
+
]
|
32901
|
+
},
|
32902
|
+
{
|
32903
|
+
name: 'Autonity Piccadilly (Yamuna) Testnet',
|
32527
32904
|
chain: 'AUT',
|
32528
32905
|
rpc: [
|
32529
32906
|
'https://rpc1.piccadilly.autonity.org/',
|
@@ -32532,9 +32909,9 @@ const chainArray = [
|
|
32532
32909
|
faucets: [],
|
32533
32910
|
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
32534
32911
|
infoURL: 'https://autonity.org/',
|
32535
|
-
shortName: 'piccadilly-
|
32536
|
-
chainId:
|
32537
|
-
networkId:
|
32912
|
+
shortName: 'piccadilly-03',
|
32913
|
+
chainId: 65100003,
|
32914
|
+
networkId: 65100003,
|
32538
32915
|
slip44: 1,
|
32539
32916
|
icon: 'autonity',
|
32540
32917
|
explorers: [
|
@@ -33727,6 +34104,29 @@ const chainArray = [
|
|
33727
34104
|
],
|
33728
34105
|
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
33729
34106
|
},
|
34107
|
+
{
|
34108
|
+
name: 'Gemuchain Testnet',
|
34109
|
+
chain: 'Gemuchain',
|
34110
|
+
rpc: [ 'https://gemutest-rpc.gemuchain.io' ],
|
34111
|
+
faucets: [ 'https://faucet.gemuchain.io/' ],
|
34112
|
+
nativeCurrency: { name: 'Gemuchain', symbol: 'GEMU', decimals: 18 },
|
34113
|
+
infoURL: 'https://gemuchain.io/',
|
34114
|
+
shortName: 'Gemuchain',
|
34115
|
+
chainId: 1903648807,
|
34116
|
+
networkId: 1903648807,
|
34117
|
+
explorers: [
|
34118
|
+
{
|
34119
|
+
name: 'Gemuchain Explorer (Blockscout)',
|
34120
|
+
url: 'https://gemutest-explorer.gemuchain.io',
|
34121
|
+
standard: 'EIP3091'
|
34122
|
+
}
|
34123
|
+
],
|
34124
|
+
parent: {
|
34125
|
+
type: 'L2',
|
34126
|
+
chain: 'eip155-1',
|
34127
|
+
bridges: [ { url: 'https://gemutest-bridge.gemuchain.io/login' } ]
|
34128
|
+
}
|
34129
|
+
},
|
33730
34130
|
{
|
33731
34131
|
name: 'RARI Chain Testnet',
|
33732
34132
|
chain: 'RARI',
|