eth-chainlist 0.0.438 → 0.0.440
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 +307 -18
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.440 (2024-07-11)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.439 ([21984e3](https://github.com/poowf/eth-chainlist/commit/21984e339623852bb87f0951ea68c3f6ca11a142))
|
9
|
+
* update chain data ([067b831](https://github.com/poowf/eth-chainlist/commit/067b831289592069202e04a56a9083fb6c99927f))
|
10
|
+
|
11
|
+
### 0.0.439 (2024-07-09)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.438 ([5b80666](https://github.com/poowf/eth-chainlist/commit/5b806663f523b463b8aadf79a74be3e44c017238))
|
17
|
+
* update chain data ([b814337](https://github.com/poowf/eth-chainlist/commit/b814337550282081d7049dcd8089fc4929fb4b00))
|
18
|
+
|
3
19
|
### 0.0.438 (2024-07-05)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -893,7 +893,7 @@ const chainArray = [
|
|
893
893
|
chain: 'crab',
|
894
894
|
rpc: [
|
895
895
|
'https://crab-rpc.darwinia.network',
|
896
|
-
'https://crab-rpc.
|
896
|
+
'https://crab-rpc.dcdao.box'
|
897
897
|
],
|
898
898
|
faucets: [],
|
899
899
|
nativeCurrency: { name: 'Crab Network Native Token', symbol: 'CRAB', decimals: 18 },
|
@@ -939,7 +939,7 @@ const chainArray = [
|
|
939
939
|
chain: 'darwinia',
|
940
940
|
rpc: [
|
941
941
|
'https://rpc.darwinia.network',
|
942
|
-
'https://darwinia-rpc.
|
942
|
+
'https://darwinia-rpc.dcdao.box',
|
943
943
|
'https://darwinia-rpc.dwellir.com'
|
944
944
|
],
|
945
945
|
faucets: [],
|
@@ -948,14 +948,14 @@ const chainArray = [
|
|
948
948
|
symbol: 'RING',
|
949
949
|
decimals: 18
|
950
950
|
},
|
951
|
-
infoURL: 'https://darwinia.network
|
951
|
+
infoURL: 'https://darwinia.network',
|
952
952
|
shortName: 'darwinia',
|
953
953
|
chainId: 46,
|
954
954
|
networkId: 46,
|
955
955
|
explorers: [
|
956
956
|
{
|
957
|
-
name: '
|
958
|
-
url: 'https://darwinia.
|
957
|
+
name: 'blockscout',
|
958
|
+
url: 'https://explorer.darwinia.network',
|
959
959
|
standard: 'EIP3091'
|
960
960
|
}
|
961
961
|
]
|
@@ -9282,7 +9282,7 @@ const chainArray = [
|
|
9282
9282
|
explorers: [
|
9283
9283
|
{
|
9284
9284
|
name: 'Cuckoo Chain Explorer',
|
9285
|
-
url: 'https://
|
9285
|
+
url: 'https://scan.cuckoo.network',
|
9286
9286
|
standard: 'EIP3091'
|
9287
9287
|
}
|
9288
9288
|
]
|
@@ -10399,6 +10399,33 @@ const chainArray = [
|
|
10399
10399
|
}
|
10400
10400
|
]
|
10401
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
|
+
},
|
10402
10429
|
{
|
10403
10430
|
name: 'Vitruveo Mainnet',
|
10404
10431
|
title: 'Vitruveo is a blockchain for Creators',
|
@@ -10967,7 +10994,7 @@ const chainArray = [
|
|
10967
10994
|
parent: {
|
10968
10995
|
type: 'L2',
|
10969
10996
|
chain: 'eip155-1',
|
10970
|
-
bridges: [ { url: 'https://
|
10997
|
+
bridges: [ { url: 'https://portal.zkbase.app/' } ]
|
10971
10998
|
},
|
10972
10999
|
redFlags: [ 'reusedChainId' ]
|
10973
11000
|
},
|
@@ -14343,6 +14370,33 @@ const chainArray = [
|
|
14343
14370
|
networkId: 3335,
|
14344
14371
|
slip44: 1
|
14345
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
|
+
},
|
14346
14400
|
{
|
14347
14401
|
name: 'Paribu Net Mainnet',
|
14348
14402
|
chain: 'PRB',
|
@@ -21460,6 +21514,25 @@ const chainArray = [
|
|
21460
21514
|
],
|
21461
21515
|
parent: { type: 'L2', chain: 'eip155-248' }
|
21462
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
|
+
},
|
21463
21536
|
{
|
21464
21537
|
name: 'Incentiv Devnet',
|
21465
21538
|
chain: 'Incentiv',
|
@@ -25086,6 +25159,29 @@ const chainArray = [
|
|
25086
25159
|
],
|
25087
25160
|
status: 'active'
|
25088
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
|
+
},
|
25089
25185
|
{
|
25090
25186
|
name: 'Genesys Code Mainnet',
|
25091
25187
|
chain: 'GCODE',
|
@@ -25491,6 +25587,19 @@ const chainArray = [
|
|
25491
25587
|
}
|
25492
25588
|
]
|
25493
25589
|
},
|
25590
|
+
{
|
25591
|
+
name: 'Automata Mainnet',
|
25592
|
+
chain: 'Automata Mainnet',
|
25593
|
+
rpc: [],
|
25594
|
+
faucets: [],
|
25595
|
+
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
25596
|
+
infoURL: 'https://ata.network',
|
25597
|
+
shortName: 'automatamainnet',
|
25598
|
+
chainId: 65536,
|
25599
|
+
networkId: 65536,
|
25600
|
+
icon: 'automata',
|
25601
|
+
explorers: []
|
25602
|
+
},
|
25494
25603
|
{
|
25495
25604
|
name: 'Janus Testnet',
|
25496
25605
|
chain: 'JanusNetwork',
|
@@ -25908,7 +26017,7 @@ const chainArray = [
|
|
25908
26017
|
chain: 'GEEK',
|
25909
26018
|
rpc: [ 'https://rpc.geekout-pte.com' ],
|
25910
26019
|
faucets: [],
|
25911
|
-
nativeCurrency: { name: '
|
26020
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
25912
26021
|
infoURL: 'https://www.geekout-pte.com',
|
25913
26022
|
shortName: 'GEEK',
|
25914
26023
|
chainId: 75512,
|
@@ -25926,7 +26035,7 @@ const chainArray = [
|
|
25926
26035
|
chain: 'GEEK Test',
|
25927
26036
|
rpc: [ 'https://rpc-testnet.geekout-pte.com' ],
|
25928
26037
|
faucets: [],
|
25929
|
-
nativeCurrency: { name: '
|
26038
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
25930
26039
|
infoURL: 'https://www.geekout-pte.com',
|
25931
26040
|
shortName: 'GEEK_Test',
|
25932
26041
|
chainId: 75513,
|
@@ -28209,6 +28318,25 @@ const chainArray = [
|
|
28209
28318
|
chainId: 192940,
|
28210
28319
|
networkId: 192940
|
28211
28320
|
},
|
28321
|
+
{
|
28322
|
+
name: 'MAZZE Testnet',
|
28323
|
+
chain: 'MAZZE Testnet',
|
28324
|
+
icon: 'mazze',
|
28325
|
+
rpc: [ 'https://testnet-rpc.mazze.io/' ],
|
28326
|
+
faucets: [ 'https://faucet.mazze.io/' ],
|
28327
|
+
nativeCurrency: { name: 'MAZZE Testnet', symbol: 'MAZZE', decimals: 18 },
|
28328
|
+
infoURL: 'https://mazze.io/',
|
28329
|
+
shortName: 'MAZZE',
|
28330
|
+
chainId: 199991,
|
28331
|
+
networkId: 199991,
|
28332
|
+
explorers: [
|
28333
|
+
{
|
28334
|
+
name: 'MAZZE Testnet Explorer',
|
28335
|
+
url: 'https://mazzescan.io',
|
28336
|
+
standard: 'none'
|
28337
|
+
}
|
28338
|
+
]
|
28339
|
+
},
|
28212
28340
|
{
|
28213
28341
|
name: 'xFair.AI Testnet',
|
28214
28342
|
chain: 'FAIT',
|
@@ -28947,6 +29075,27 @@ const chainArray = [
|
|
28947
29075
|
],
|
28948
29076
|
parent: { type: 'L2', chain: 'eip155-11155111' }
|
28949
29077
|
},
|
29078
|
+
{
|
29079
|
+
name: 'Cipherem Testnet',
|
29080
|
+
chain: 'Cipherem',
|
29081
|
+
rpc: [ 'https://testnet.cipherem.com' ],
|
29082
|
+
faucets: [],
|
29083
|
+
nativeCurrency: { name: 'CIP', symbol: 'CIP', decimals: 18 },
|
29084
|
+
infoURL: 'https://www.cipherem.com',
|
29085
|
+
shortName: 'CIP',
|
29086
|
+
chainId: 292003,
|
29087
|
+
networkId: 292003,
|
29088
|
+
slip44: 1,
|
29089
|
+
icon: 'cipherem',
|
29090
|
+
explorers: [
|
29091
|
+
{
|
29092
|
+
name: 'Cipherscan Testnet Explorer',
|
29093
|
+
icon: 'cipherscan',
|
29094
|
+
url: 'https://cipherscan.net',
|
29095
|
+
standard: 'EIP3091'
|
29096
|
+
}
|
29097
|
+
]
|
29098
|
+
},
|
28950
29099
|
{
|
28951
29100
|
name: 'One World Chain Mainnet',
|
28952
29101
|
chain: 'One World Chain',
|
@@ -29074,6 +29223,25 @@ const chainArray = [
|
|
29074
29223
|
}
|
29075
29224
|
]
|
29076
29225
|
},
|
29226
|
+
{
|
29227
|
+
name: 'Nal Mainnet',
|
29228
|
+
chain: 'ETH',
|
29229
|
+
icon: 'nal',
|
29230
|
+
rpc: [ 'https://rpc.nal.network', 'wss://wss.nal.network' ],
|
29231
|
+
faucets: [],
|
29232
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
29233
|
+
infoURL: 'https://www.nal.network',
|
29234
|
+
shortName: 'nal',
|
29235
|
+
chainId: 328527,
|
29236
|
+
networkId: 328527,
|
29237
|
+
explorers: [
|
29238
|
+
{
|
29239
|
+
name: 'Nal Network Explorer',
|
29240
|
+
url: 'https://scan.nal.network',
|
29241
|
+
standard: 'EIP3091'
|
29242
|
+
}
|
29243
|
+
]
|
29244
|
+
},
|
29077
29245
|
{
|
29078
29246
|
name: 'TTcoin Smart Chain Mainnet',
|
29079
29247
|
chain: 'TSC',
|
@@ -29770,6 +29938,19 @@ const chainArray = [
|
|
29770
29938
|
}
|
29771
29939
|
]
|
29772
29940
|
},
|
29941
|
+
{
|
29942
|
+
name: 'World Chain Sepolia Testnet',
|
29943
|
+
chain: 'ETH',
|
29944
|
+
rpc: [],
|
29945
|
+
faucets: [],
|
29946
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
29947
|
+
infoURL: 'https://worldcoin.org/',
|
29948
|
+
shortName: 'wcsep',
|
29949
|
+
chainId: 484752,
|
29950
|
+
networkId: 484752,
|
29951
|
+
slip44: 1,
|
29952
|
+
explorers: []
|
29953
|
+
},
|
29773
29954
|
{
|
29774
29955
|
name: 'Autonomys Testnet Nova Domain',
|
29775
29956
|
chain: 'TATC',
|
@@ -31215,15 +31396,21 @@ const chainArray = [
|
|
31215
31396
|
{
|
31216
31397
|
name: 'Automata Testnet',
|
31217
31398
|
chain: 'Automata Testnet',
|
31218
|
-
rpc: [],
|
31399
|
+
rpc: [ 'https://automata-testnet.alt.technology' ],
|
31219
31400
|
faucets: [],
|
31220
|
-
nativeCurrency: { name: '
|
31401
|
+
nativeCurrency: { name: 'ATA', symbol: 'ATA', decimals: 18 },
|
31221
31402
|
infoURL: 'https://ata.network',
|
31222
31403
|
shortName: 'automatatest',
|
31223
31404
|
chainId: 1398243,
|
31224
31405
|
networkId: 1398243,
|
31225
31406
|
icon: 'automata',
|
31226
|
-
explorers: [
|
31407
|
+
explorers: [
|
31408
|
+
{
|
31409
|
+
name: 'Automata Testnet Explorer',
|
31410
|
+
url: 'https://automata-testnet-explorer.alt.technology',
|
31411
|
+
standard: 'EIP3091'
|
31412
|
+
}
|
31413
|
+
]
|
31227
31414
|
},
|
31228
31415
|
{
|
31229
31416
|
name: 'PlayFi Albireo Testnet',
|
@@ -31374,6 +31561,24 @@ const chainArray = [
|
|
31374
31561
|
chainId: 2611555,
|
31375
31562
|
networkId: 2611555
|
31376
31563
|
},
|
31564
|
+
{
|
31565
|
+
name: 'Xterio Chain',
|
31566
|
+
chain: 'Xterio',
|
31567
|
+
rpc: [ 'https://xterio-eth.alt.technology' ],
|
31568
|
+
faucets: [],
|
31569
|
+
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
31570
|
+
infoURL: 'https://xter.io',
|
31571
|
+
shortName: 'xterio',
|
31572
|
+
chainId: 2702128,
|
31573
|
+
networkId: 2702128,
|
31574
|
+
explorers: [
|
31575
|
+
{
|
31576
|
+
name: 'Xterio Chain Explorer',
|
31577
|
+
url: 'https://eth.xterscan.io',
|
31578
|
+
standard: 'EIP3091'
|
31579
|
+
}
|
31580
|
+
]
|
31581
|
+
},
|
31377
31582
|
{
|
31378
31583
|
name: 'SaharaAI Network',
|
31379
31584
|
chain: 'Sahara',
|
@@ -32035,6 +32240,25 @@ const chainArray = [
|
|
32035
32240
|
}
|
32036
32241
|
]
|
32037
32242
|
},
|
32243
|
+
{
|
32244
|
+
name: 'AlienX Mainnet',
|
32245
|
+
chain: 'AlienX Mainnet',
|
32246
|
+
rpc: [ 'https://rpc.alienxchain.io/http' ],
|
32247
|
+
faucets: [],
|
32248
|
+
nativeCurrency: { name: 'Ethereum', symbol: 'ETH', decimals: 18 },
|
32249
|
+
infoURL: 'https://alienxchain.io/home',
|
32250
|
+
shortName: 'AlienX',
|
32251
|
+
chainId: 10241024,
|
32252
|
+
networkId: 10241024,
|
32253
|
+
icon: 'alienx',
|
32254
|
+
explorers: [
|
32255
|
+
{
|
32256
|
+
name: 'AlienXChain Explorer',
|
32257
|
+
url: 'https://explorer.alienxchain.io',
|
32258
|
+
standard: 'EIP3091'
|
32259
|
+
}
|
32260
|
+
]
|
32261
|
+
},
|
32038
32262
|
{
|
32039
32263
|
name: 'ALIENX Hal Testnet',
|
32040
32264
|
chain: 'ALIENX Hal',
|
@@ -32648,6 +32872,27 @@ const chainArray = [
|
|
32648
32872
|
},
|
32649
32873
|
{
|
32650
32874
|
name: 'Autonity Bakerloo (Sumida) Testnet',
|
32875
|
+
status: 'deprecated',
|
32876
|
+
chain: 'AUT',
|
32877
|
+
rpc: [],
|
32878
|
+
faucets: [ 'https://faucet.autonity.org/' ],
|
32879
|
+
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
32880
|
+
infoURL: 'https://autonity.org/',
|
32881
|
+
shortName: 'bakerloo-02',
|
32882
|
+
chainId: 65010002,
|
32883
|
+
networkId: 65010002,
|
32884
|
+
slip44: 1,
|
32885
|
+
icon: 'autonity',
|
32886
|
+
explorers: [
|
32887
|
+
{
|
32888
|
+
name: 'autonity-blockscout',
|
32889
|
+
url: 'https://bakerloo.autonity.org',
|
32890
|
+
standard: 'EIP3091'
|
32891
|
+
}
|
32892
|
+
]
|
32893
|
+
},
|
32894
|
+
{
|
32895
|
+
name: 'Autonity Bakerloo (Yamuna) Testnet',
|
32651
32896
|
chain: 'AUT',
|
32652
32897
|
rpc: [
|
32653
32898
|
'https://rpc1.bakerloo.autonity.org/',
|
@@ -32656,9 +32901,9 @@ const chainArray = [
|
|
32656
32901
|
faucets: [ 'https://faucet.autonity.org/' ],
|
32657
32902
|
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
32658
32903
|
infoURL: 'https://autonity.org/',
|
32659
|
-
shortName: 'bakerloo-
|
32660
|
-
chainId:
|
32661
|
-
networkId:
|
32904
|
+
shortName: 'bakerloo-03',
|
32905
|
+
chainId: 65010003,
|
32906
|
+
networkId: 65010003,
|
32662
32907
|
slip44: 1,
|
32663
32908
|
icon: 'autonity',
|
32664
32909
|
explorers: [
|
@@ -32713,6 +32958,27 @@ const chainArray = [
|
|
32713
32958
|
},
|
32714
32959
|
{
|
32715
32960
|
name: 'Autonity Piccadilly (Sumida) Testnet',
|
32961
|
+
status: 'deprecated',
|
32962
|
+
chain: 'AUT',
|
32963
|
+
rpc: [],
|
32964
|
+
faucets: [],
|
32965
|
+
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
32966
|
+
infoURL: 'https://autonity.org/',
|
32967
|
+
shortName: 'piccadilly-02',
|
32968
|
+
chainId: 65100002,
|
32969
|
+
networkId: 65100002,
|
32970
|
+
slip44: 1,
|
32971
|
+
icon: 'autonity',
|
32972
|
+
explorers: [
|
32973
|
+
{
|
32974
|
+
name: 'autonity-blockscout',
|
32975
|
+
url: 'https://piccadilly.autonity.org',
|
32976
|
+
standard: 'EIP3091'
|
32977
|
+
}
|
32978
|
+
]
|
32979
|
+
},
|
32980
|
+
{
|
32981
|
+
name: 'Autonity Piccadilly (Yamuna) Testnet',
|
32716
32982
|
chain: 'AUT',
|
32717
32983
|
rpc: [
|
32718
32984
|
'https://rpc1.piccadilly.autonity.org/',
|
@@ -32721,9 +32987,9 @@ const chainArray = [
|
|
32721
32987
|
faucets: [],
|
32722
32988
|
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
32723
32989
|
infoURL: 'https://autonity.org/',
|
32724
|
-
shortName: 'piccadilly-
|
32725
|
-
chainId:
|
32726
|
-
networkId:
|
32990
|
+
shortName: 'piccadilly-03',
|
32991
|
+
chainId: 65100003,
|
32992
|
+
networkId: 65100003,
|
32727
32993
|
slip44: 1,
|
32728
32994
|
icon: 'autonity',
|
32729
32995
|
explorers: [
|
@@ -33916,6 +34182,29 @@ const chainArray = [
|
|
33916
34182
|
],
|
33917
34183
|
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] }
|
33918
34184
|
},
|
34185
|
+
{
|
34186
|
+
name: 'Gemuchain Testnet',
|
34187
|
+
chain: 'Gemuchain',
|
34188
|
+
rpc: [ 'https://gemutest-rpc.gemuchain.io' ],
|
34189
|
+
faucets: [ 'https://faucet.gemuchain.io/' ],
|
34190
|
+
nativeCurrency: { name: 'Gemuchain', symbol: 'GEMU', decimals: 18 },
|
34191
|
+
infoURL: 'https://gemuchain.io/',
|
34192
|
+
shortName: 'Gemuchain',
|
34193
|
+
chainId: 1903648807,
|
34194
|
+
networkId: 1903648807,
|
34195
|
+
explorers: [
|
34196
|
+
{
|
34197
|
+
name: 'Gemuchain Explorer (Blockscout)',
|
34198
|
+
url: 'https://gemutest-explorer.gemuchain.io',
|
34199
|
+
standard: 'EIP3091'
|
34200
|
+
}
|
34201
|
+
],
|
34202
|
+
parent: {
|
34203
|
+
type: 'L2',
|
34204
|
+
chain: 'eip155-1',
|
34205
|
+
bridges: [ { url: 'https://gemutest-bridge.gemuchain.io/login' } ]
|
34206
|
+
}
|
34207
|
+
},
|
33919
34208
|
{
|
33920
34209
|
name: 'RARI Chain Testnet',
|
33921
34210
|
chain: 'RARI',
|