@reality.eth/contracts 3.0.32 → 3.0.34
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/chains/chainid.network.json +2079 -115
- package/chains/deployments/534353/SETH/RealityETH-3.0.json +6 -0
- package/chains/deployments/80001/POLK/RealityETH_ERC20-3.0.json +1 -0
- package/generated/chains.json +6 -3
- package/generated/contracts.json +13 -1
- package/package.json +2 -2
- package/scripts/deploy.js +4 -1
|
@@ -129,7 +129,8 @@
|
|
|
129
129
|
"rpc": [
|
|
130
130
|
"https://goerli.infura.io/v3/${INFURA_API_KEY}",
|
|
131
131
|
"wss://goerli.infura.io/v3/${INFURA_API_KEY}",
|
|
132
|
-
"https://rpc.goerli.mudit.blog/"
|
|
132
|
+
"https://rpc.goerli.mudit.blog/",
|
|
133
|
+
"https://ethereum-goerli.publicnode.com"
|
|
133
134
|
],
|
|
134
135
|
"faucets": [
|
|
135
136
|
"http://fauceth.komputing.org?chain=5&address=${ADDRESS}",
|
|
@@ -627,7 +628,7 @@
|
|
|
627
628
|
"name": "ShibaChain",
|
|
628
629
|
"chain": "SHIB",
|
|
629
630
|
"rpc": [
|
|
630
|
-
"https://rpc.
|
|
631
|
+
"https://rpc.shibchain.org"
|
|
631
632
|
],
|
|
632
633
|
"faucets": [],
|
|
633
634
|
"nativeCurrency": {
|
|
@@ -635,14 +636,14 @@
|
|
|
635
636
|
"symbol": "SHIB",
|
|
636
637
|
"decimals": 18
|
|
637
638
|
},
|
|
638
|
-
"infoURL": "https://
|
|
639
|
+
"infoURL": "https://shibchain.org",
|
|
639
640
|
"shortName": "shib",
|
|
640
641
|
"chainId": 27,
|
|
641
642
|
"networkId": 27,
|
|
642
643
|
"explorers": [
|
|
643
644
|
{
|
|
644
645
|
"name": "Shiba Explorer",
|
|
645
|
-
"url": "https://exp.
|
|
646
|
+
"url": "https://exp.shibchain.org",
|
|
646
647
|
"standard": "none"
|
|
647
648
|
}
|
|
648
649
|
]
|
|
@@ -960,7 +961,14 @@
|
|
|
960
961
|
"infoURL": "https://telos.net",
|
|
961
962
|
"shortName": "TelosEVMTestnet",
|
|
962
963
|
"chainId": 41,
|
|
963
|
-
"networkId": 41
|
|
964
|
+
"networkId": 41,
|
|
965
|
+
"explorers": [
|
|
966
|
+
{
|
|
967
|
+
"name": "teloscan",
|
|
968
|
+
"url": "https://testnet.teloscan.io",
|
|
969
|
+
"standard": "EIP3091"
|
|
970
|
+
}
|
|
971
|
+
]
|
|
964
972
|
},
|
|
965
973
|
{
|
|
966
974
|
"name": "Kovan",
|
|
@@ -1182,7 +1190,8 @@
|
|
|
1182
1190
|
"rpc": [
|
|
1183
1191
|
"https://erpc.xinfin.network",
|
|
1184
1192
|
"https://rpc.xinfin.network",
|
|
1185
|
-
"https://rpc1.xinfin.network"
|
|
1193
|
+
"https://rpc1.xinfin.network",
|
|
1194
|
+
"https://rpc-xdc.icecreamswap.com"
|
|
1186
1195
|
],
|
|
1187
1196
|
"faucets": [],
|
|
1188
1197
|
"nativeCurrency": {
|
|
@@ -1447,7 +1456,7 @@
|
|
|
1447
1456
|
]
|
|
1448
1457
|
},
|
|
1449
1458
|
{
|
|
1450
|
-
"name": "EOS
|
|
1459
|
+
"name": "EOS EVM Legacy",
|
|
1451
1460
|
"chain": "EOS",
|
|
1452
1461
|
"rpc": [
|
|
1453
1462
|
"https://api.eosargentina.io"
|
|
@@ -1458,17 +1467,12 @@
|
|
|
1458
1467
|
"symbol": "EOS",
|
|
1459
1468
|
"decimals": 18
|
|
1460
1469
|
},
|
|
1461
|
-
"infoURL": "https://
|
|
1462
|
-
"shortName": "
|
|
1470
|
+
"infoURL": "https://eosargentina.io",
|
|
1471
|
+
"shortName": "eos-legacy",
|
|
1463
1472
|
"chainId": 59,
|
|
1464
1473
|
"networkId": 59,
|
|
1465
|
-
"explorers": [
|
|
1466
|
-
|
|
1467
|
-
"name": "bloks",
|
|
1468
|
-
"url": "https://bloks.eosargentina.io",
|
|
1469
|
-
"standard": "EIP3091"
|
|
1470
|
-
}
|
|
1471
|
-
]
|
|
1474
|
+
"explorers": [],
|
|
1475
|
+
"status": "deprecated"
|
|
1472
1476
|
},
|
|
1473
1477
|
{
|
|
1474
1478
|
"name": "GoChain",
|
|
@@ -2045,6 +2049,30 @@
|
|
|
2045
2049
|
}
|
|
2046
2050
|
]
|
|
2047
2051
|
},
|
|
2052
|
+
{
|
|
2053
|
+
"name": "Linqto Devnet",
|
|
2054
|
+
"chain": "LNQ",
|
|
2055
|
+
"rpc": [
|
|
2056
|
+
"https://linqto-dev.com"
|
|
2057
|
+
],
|
|
2058
|
+
"faucets": [],
|
|
2059
|
+
"nativeCurrency": {
|
|
2060
|
+
"name": "XRP",
|
|
2061
|
+
"symbol": "XRP",
|
|
2062
|
+
"decimals": 18
|
|
2063
|
+
},
|
|
2064
|
+
"infoURL": "https://linqto.com",
|
|
2065
|
+
"shortName": "linqto-devnet",
|
|
2066
|
+
"chainId": 84,
|
|
2067
|
+
"networkId": 84,
|
|
2068
|
+
"explorers": [
|
|
2069
|
+
{
|
|
2070
|
+
"name": "Linqto Devnet Explorer",
|
|
2071
|
+
"url": "https://explorer.linqto-dev.com",
|
|
2072
|
+
"standard": "EIP3091"
|
|
2073
|
+
}
|
|
2074
|
+
]
|
|
2075
|
+
},
|
|
2048
2076
|
{
|
|
2049
2077
|
"name": "GateChain Testnet",
|
|
2050
2078
|
"chainId": 85,
|
|
@@ -2276,6 +2304,40 @@
|
|
|
2276
2304
|
"type": "shard"
|
|
2277
2305
|
}
|
|
2278
2306
|
},
|
|
2307
|
+
{
|
|
2308
|
+
"name": "SwissDLT",
|
|
2309
|
+
"chain": "SDLT",
|
|
2310
|
+
"rpc": [
|
|
2311
|
+
"https://rpc.swissdlt.ch"
|
|
2312
|
+
],
|
|
2313
|
+
"faucets": [],
|
|
2314
|
+
"nativeCurrency": {
|
|
2315
|
+
"name": "BCTS",
|
|
2316
|
+
"symbol": "BCTS",
|
|
2317
|
+
"decimals": 18
|
|
2318
|
+
},
|
|
2319
|
+
"features": [
|
|
2320
|
+
{
|
|
2321
|
+
"name": "EIP155"
|
|
2322
|
+
},
|
|
2323
|
+
{
|
|
2324
|
+
"name": "EIP1559"
|
|
2325
|
+
}
|
|
2326
|
+
],
|
|
2327
|
+
"infoURL": "https://bcts.ch",
|
|
2328
|
+
"shortName": "sdlt",
|
|
2329
|
+
"chainId": 94,
|
|
2330
|
+
"networkId": 94,
|
|
2331
|
+
"icon": "bcts",
|
|
2332
|
+
"explorers": [
|
|
2333
|
+
{
|
|
2334
|
+
"name": "SwissDLT Explorer",
|
|
2335
|
+
"url": "https://explorer.swissdlt.ch",
|
|
2336
|
+
"icon": "bcts",
|
|
2337
|
+
"standard": "EIP3091"
|
|
2338
|
+
}
|
|
2339
|
+
]
|
|
2340
|
+
},
|
|
2279
2341
|
{
|
|
2280
2342
|
"name": "CryptoKylin Testnet",
|
|
2281
2343
|
"chain": "EOS",
|
|
@@ -2289,16 +2351,11 @@
|
|
|
2289
2351
|
"decimals": 18
|
|
2290
2352
|
},
|
|
2291
2353
|
"infoURL": "https://www.cryptokylin.io/",
|
|
2292
|
-
"shortName": "
|
|
2354
|
+
"shortName": "kylin",
|
|
2293
2355
|
"chainId": 95,
|
|
2294
2356
|
"networkId": 95,
|
|
2295
|
-
"explorers": [
|
|
2296
|
-
|
|
2297
|
-
"name": "eosq",
|
|
2298
|
-
"url": "https://kylin.eosargentina.io",
|
|
2299
|
-
"standard": "EIP3091"
|
|
2300
|
-
}
|
|
2301
|
-
]
|
|
2357
|
+
"explorers": [],
|
|
2358
|
+
"status": "deprecated"
|
|
2302
2359
|
},
|
|
2303
2360
|
{
|
|
2304
2361
|
"name": "Bitkub Chain",
|
|
@@ -2339,7 +2396,8 @@
|
|
|
2339
2396
|
"https://data-seed-prebsc-1-s2.binance.org:8545",
|
|
2340
2397
|
"https://data-seed-prebsc-2-s2.binance.org:8545",
|
|
2341
2398
|
"https://data-seed-prebsc-1-s3.binance.org:8545",
|
|
2342
|
-
"https://data-seed-prebsc-2-s3.binance.org:8545"
|
|
2399
|
+
"https://data-seed-prebsc-2-s3.binance.org:8545",
|
|
2400
|
+
"https://bsc-testnet.publicnode.com"
|
|
2343
2401
|
],
|
|
2344
2402
|
"faucets": [
|
|
2345
2403
|
"https://testnet.binance.org/faucet-smart"
|
|
@@ -2361,6 +2419,32 @@
|
|
|
2361
2419
|
}
|
|
2362
2420
|
]
|
|
2363
2421
|
},
|
|
2422
|
+
{
|
|
2423
|
+
"name": "Six Protocol",
|
|
2424
|
+
"chain": "SIXNET",
|
|
2425
|
+
"icon": "six",
|
|
2426
|
+
"rpc": [
|
|
2427
|
+
"https://sixnet-rpc-evm.sixprotocol.net"
|
|
2428
|
+
],
|
|
2429
|
+
"faucets": [],
|
|
2430
|
+
"nativeCurrency": {
|
|
2431
|
+
"name": "SIX evm token",
|
|
2432
|
+
"symbol": "SIX",
|
|
2433
|
+
"decimals": 18
|
|
2434
|
+
},
|
|
2435
|
+
"infoURL": "https://six.network/",
|
|
2436
|
+
"shortName": "six",
|
|
2437
|
+
"chainId": 98,
|
|
2438
|
+
"networkId": 98,
|
|
2439
|
+
"explorers": [
|
|
2440
|
+
{
|
|
2441
|
+
"name": "SIX Scan",
|
|
2442
|
+
"url": "https://sixscan.io/sixnet",
|
|
2443
|
+
"standard": "none",
|
|
2444
|
+
"icon": "six"
|
|
2445
|
+
}
|
|
2446
|
+
]
|
|
2447
|
+
},
|
|
2364
2448
|
{
|
|
2365
2449
|
"name": "POA Network Core",
|
|
2366
2450
|
"chain": "POA",
|
|
@@ -2547,7 +2631,7 @@
|
|
|
2547
2631
|
"chain": "NTN",
|
|
2548
2632
|
"icon": "nebulatestnet",
|
|
2549
2633
|
"rpc": [
|
|
2550
|
-
"https://testnet.rpc.novanetwork.io
|
|
2634
|
+
"https://testnet.rpc.novanetwork.io"
|
|
2551
2635
|
],
|
|
2552
2636
|
"faucets": [
|
|
2553
2637
|
"https://faucet.novanetwork.io"
|
|
@@ -2635,6 +2719,32 @@
|
|
|
2635
2719
|
"networkId": 111,
|
|
2636
2720
|
"icon": "etherlite"
|
|
2637
2721
|
},
|
|
2722
|
+
{
|
|
2723
|
+
"name": "Coinbit Mainnet",
|
|
2724
|
+
"chain": "Coinbit",
|
|
2725
|
+
"rpc": [
|
|
2726
|
+
"https://coinbit-rpc-mainnet.chain.sbcrypto.app"
|
|
2727
|
+
],
|
|
2728
|
+
"faucets": [],
|
|
2729
|
+
"nativeCurrency": {
|
|
2730
|
+
"name": "Gas IDR",
|
|
2731
|
+
"symbol": "GIDR",
|
|
2732
|
+
"decimals": 18
|
|
2733
|
+
},
|
|
2734
|
+
"infoURL": "https://crypto.stockbit.com/",
|
|
2735
|
+
"shortName": "coinbit",
|
|
2736
|
+
"chainId": 112,
|
|
2737
|
+
"networkId": 112,
|
|
2738
|
+
"icon": "coinbit",
|
|
2739
|
+
"explorers": [
|
|
2740
|
+
{
|
|
2741
|
+
"name": "blockscout",
|
|
2742
|
+
"url": "https://coinbit-explorer.chain.sbcrypto.app",
|
|
2743
|
+
"icon": "blockscout",
|
|
2744
|
+
"standard": "EIP3091"
|
|
2745
|
+
}
|
|
2746
|
+
]
|
|
2747
|
+
},
|
|
2638
2748
|
{
|
|
2639
2749
|
"name": "Dehvo",
|
|
2640
2750
|
"chain": "Dehvo",
|
|
@@ -3070,6 +3180,32 @@
|
|
|
3070
3180
|
],
|
|
3071
3181
|
"icon": "alyx"
|
|
3072
3182
|
},
|
|
3183
|
+
{
|
|
3184
|
+
"name": "Deamchain Mainnet",
|
|
3185
|
+
"chain": "Deamchain",
|
|
3186
|
+
"icon": "deam",
|
|
3187
|
+
"rpc": [
|
|
3188
|
+
"https://mainnet.deamchain.com"
|
|
3189
|
+
],
|
|
3190
|
+
"faucets": [],
|
|
3191
|
+
"nativeCurrency": {
|
|
3192
|
+
"name": "Deamchain Native Token",
|
|
3193
|
+
"symbol": "DEAM",
|
|
3194
|
+
"decimals": 18
|
|
3195
|
+
},
|
|
3196
|
+
"infoURL": "https://deamchain.com",
|
|
3197
|
+
"shortName": "deam",
|
|
3198
|
+
"chainId": 136,
|
|
3199
|
+
"networkId": 136,
|
|
3200
|
+
"explorers": [
|
|
3201
|
+
{
|
|
3202
|
+
"name": "Deamchain Block Explorer",
|
|
3203
|
+
"url": "https://scan.deamchain.com",
|
|
3204
|
+
"standard": "EIP3091",
|
|
3205
|
+
"icon": "deam"
|
|
3206
|
+
}
|
|
3207
|
+
]
|
|
3208
|
+
},
|
|
3073
3209
|
{
|
|
3074
3210
|
"name": "Polygon Mainnet",
|
|
3075
3211
|
"chain": "Polygon",
|
|
@@ -3241,6 +3377,96 @@
|
|
|
3241
3377
|
}
|
|
3242
3378
|
]
|
|
3243
3379
|
},
|
|
3380
|
+
{
|
|
3381
|
+
"name": "Six Protocol Testnet",
|
|
3382
|
+
"chain": "FIVENET",
|
|
3383
|
+
"icon": "six",
|
|
3384
|
+
"rpc": [
|
|
3385
|
+
"https://rpc-evm.fivenet.sixprotocol.net"
|
|
3386
|
+
],
|
|
3387
|
+
"faucets": [
|
|
3388
|
+
"https://faucet.sixprotocol.net"
|
|
3389
|
+
],
|
|
3390
|
+
"nativeCurrency": {
|
|
3391
|
+
"name": "SIX testnet evm token",
|
|
3392
|
+
"symbol": "tSIX",
|
|
3393
|
+
"decimals": 18
|
|
3394
|
+
},
|
|
3395
|
+
"infoURL": "https://six.network/",
|
|
3396
|
+
"shortName": "sixt",
|
|
3397
|
+
"chainId": 150,
|
|
3398
|
+
"networkId": 150,
|
|
3399
|
+
"explorers": [
|
|
3400
|
+
{
|
|
3401
|
+
"name": "SIX Scan fivenet",
|
|
3402
|
+
"url": "https://sixscan.io/fivenet",
|
|
3403
|
+
"standard": "none",
|
|
3404
|
+
"icon": "six"
|
|
3405
|
+
}
|
|
3406
|
+
]
|
|
3407
|
+
},
|
|
3408
|
+
{
|
|
3409
|
+
"name": "Tenet Testnet",
|
|
3410
|
+
"title": "Tenet Testnet",
|
|
3411
|
+
"chain": "TENET",
|
|
3412
|
+
"icon": "tenet",
|
|
3413
|
+
"rpc": [
|
|
3414
|
+
"https://rpc.testnet.tenet.org"
|
|
3415
|
+
],
|
|
3416
|
+
"faucets": [
|
|
3417
|
+
"https://faucet.testnet.tenet.org"
|
|
3418
|
+
],
|
|
3419
|
+
"nativeCurrency": {
|
|
3420
|
+
"name": "TENET",
|
|
3421
|
+
"symbol": "TENET",
|
|
3422
|
+
"decimals": 18
|
|
3423
|
+
},
|
|
3424
|
+
"infoURL": "https://tenet.org/",
|
|
3425
|
+
"shortName": "tenet-testnet",
|
|
3426
|
+
"chainId": 155,
|
|
3427
|
+
"networkId": 155,
|
|
3428
|
+
"explorers": [
|
|
3429
|
+
{
|
|
3430
|
+
"name": "TenetScan Testnet",
|
|
3431
|
+
"url": "https://testnet.tenetscan.io",
|
|
3432
|
+
"icon": "tenet",
|
|
3433
|
+
"standard": "EIP3091"
|
|
3434
|
+
}
|
|
3435
|
+
]
|
|
3436
|
+
},
|
|
3437
|
+
{
|
|
3438
|
+
"name": "OEBlock Testnet",
|
|
3439
|
+
"chain": "OEBt",
|
|
3440
|
+
"features": [
|
|
3441
|
+
{
|
|
3442
|
+
"name": "EIP155"
|
|
3443
|
+
},
|
|
3444
|
+
{
|
|
3445
|
+
"name": "EIP1559"
|
|
3446
|
+
}
|
|
3447
|
+
],
|
|
3448
|
+
"rpc": [
|
|
3449
|
+
"https://testnet-rpc.oeblock.com"
|
|
3450
|
+
],
|
|
3451
|
+
"faucets": [],
|
|
3452
|
+
"nativeCurrency": {
|
|
3453
|
+
"name": "OEBlock",
|
|
3454
|
+
"symbol": "OEB",
|
|
3455
|
+
"decimals": 18
|
|
3456
|
+
},
|
|
3457
|
+
"infoURL": "https://www.oeblock.com/",
|
|
3458
|
+
"shortName": "obe",
|
|
3459
|
+
"chainId": 156,
|
|
3460
|
+
"networkId": 156,
|
|
3461
|
+
"icon": "oescan",
|
|
3462
|
+
"explorers": [
|
|
3463
|
+
{
|
|
3464
|
+
"name": "OEScan explorer",
|
|
3465
|
+
"url": "https://testnet.oescan.io",
|
|
3466
|
+
"standard": "EIP3091"
|
|
3467
|
+
}
|
|
3468
|
+
]
|
|
3469
|
+
},
|
|
3244
3470
|
{
|
|
3245
3471
|
"name": "Armonia Eva Chain Mainnet",
|
|
3246
3472
|
"chain": "Eva",
|
|
@@ -3613,15 +3839,15 @@
|
|
|
3613
3839
|
"symbol": "BTT",
|
|
3614
3840
|
"decimals": 18
|
|
3615
3841
|
},
|
|
3616
|
-
"infoURL": "https
|
|
3842
|
+
"infoURL": "https:/bt.io",
|
|
3617
3843
|
"shortName": "BTT",
|
|
3618
3844
|
"chainId": 199,
|
|
3619
3845
|
"networkId": 199,
|
|
3620
3846
|
"explorers": [
|
|
3621
3847
|
{
|
|
3622
|
-
"name": "
|
|
3623
|
-
"url": "https://
|
|
3624
|
-
"standard": "
|
|
3848
|
+
"name": "BitTorrent Chain Explorer",
|
|
3849
|
+
"url": "https://bttcscan.com",
|
|
3850
|
+
"standard": "EIP3091"
|
|
3625
3851
|
}
|
|
3626
3852
|
]
|
|
3627
3853
|
},
|
|
@@ -3677,6 +3903,23 @@
|
|
|
3677
3903
|
}
|
|
3678
3904
|
]
|
|
3679
3905
|
},
|
|
3906
|
+
{
|
|
3907
|
+
"name": "Structx Mainnet",
|
|
3908
|
+
"chain": "utx",
|
|
3909
|
+
"rpc": [
|
|
3910
|
+
"https://mainnet.structx.io"
|
|
3911
|
+
],
|
|
3912
|
+
"faucets": [],
|
|
3913
|
+
"nativeCurrency": {
|
|
3914
|
+
"name": "Notes",
|
|
3915
|
+
"symbol": "utx",
|
|
3916
|
+
"decimals": 18
|
|
3917
|
+
},
|
|
3918
|
+
"infoURL": "https://structx.io",
|
|
3919
|
+
"shortName": "utx",
|
|
3920
|
+
"chainId": 208,
|
|
3921
|
+
"networkId": 208
|
|
3922
|
+
},
|
|
3680
3923
|
{
|
|
3681
3924
|
"name": "Freight Trust Network",
|
|
3682
3925
|
"chain": "EDI",
|
|
@@ -3836,6 +4079,59 @@
|
|
|
3836
4079
|
}
|
|
3837
4080
|
]
|
|
3838
4081
|
},
|
|
4082
|
+
{
|
|
4083
|
+
"name": "SwapDEX",
|
|
4084
|
+
"chain": "SDX",
|
|
4085
|
+
"rpc": [
|
|
4086
|
+
"https://rpc.swapdex.network",
|
|
4087
|
+
"wss://ss.swapdex.network"
|
|
4088
|
+
],
|
|
4089
|
+
"faucets": [],
|
|
4090
|
+
"nativeCurrency": {
|
|
4091
|
+
"name": "SwapDEX",
|
|
4092
|
+
"symbol": "SDX",
|
|
4093
|
+
"decimals": 18
|
|
4094
|
+
},
|
|
4095
|
+
"infoURL": "https://swapdex.network/",
|
|
4096
|
+
"shortName": "SDX",
|
|
4097
|
+
"chainId": 230,
|
|
4098
|
+
"networkId": 230,
|
|
4099
|
+
"explorers": [
|
|
4100
|
+
{
|
|
4101
|
+
"name": "SwapDEX",
|
|
4102
|
+
"url": "https://evm.swapdex.network",
|
|
4103
|
+
"standard": "none"
|
|
4104
|
+
}
|
|
4105
|
+
]
|
|
4106
|
+
},
|
|
4107
|
+
{
|
|
4108
|
+
"name": "Deamchain Testnet",
|
|
4109
|
+
"chain": "Deamchain",
|
|
4110
|
+
"icon": "deam",
|
|
4111
|
+
"rpc": [
|
|
4112
|
+
"https://testnet.deamchain.com"
|
|
4113
|
+
],
|
|
4114
|
+
"faucets": [
|
|
4115
|
+
"https://faucet.deamchain.com"
|
|
4116
|
+
],
|
|
4117
|
+
"nativeCurrency": {
|
|
4118
|
+
"name": "Deamchain Native Token",
|
|
4119
|
+
"symbol": "DEAM",
|
|
4120
|
+
"decimals": 18
|
|
4121
|
+
},
|
|
4122
|
+
"infoURL": "https://deamchain.com",
|
|
4123
|
+
"shortName": "deamtest",
|
|
4124
|
+
"chainId": 236,
|
|
4125
|
+
"networkId": 236,
|
|
4126
|
+
"explorers": [
|
|
4127
|
+
{
|
|
4128
|
+
"name": "Deamchain Testnet Explorer",
|
|
4129
|
+
"url": "https://testnet-scan.deamchain.com",
|
|
4130
|
+
"standard": "EIP3091",
|
|
4131
|
+
"icon": "deam"
|
|
4132
|
+
}
|
|
4133
|
+
]
|
|
4134
|
+
},
|
|
3839
4135
|
{
|
|
3840
4136
|
"name": "Energy Web Chain",
|
|
3841
4137
|
"chain": "Energy Web Chain",
|
|
@@ -3954,6 +4250,32 @@
|
|
|
3954
4250
|
"chainId": 258,
|
|
3955
4251
|
"networkId": 258
|
|
3956
4252
|
},
|
|
4253
|
+
{
|
|
4254
|
+
"name": "Neonlink Mainnet",
|
|
4255
|
+
"chain": "Neonlink",
|
|
4256
|
+
"rpc": [
|
|
4257
|
+
"https://mainnet.neonlink.io"
|
|
4258
|
+
],
|
|
4259
|
+
"faucets": [],
|
|
4260
|
+
"nativeCurrency": {
|
|
4261
|
+
"name": "Neonlink Native Token",
|
|
4262
|
+
"symbol": "NEON",
|
|
4263
|
+
"decimals": 18
|
|
4264
|
+
},
|
|
4265
|
+
"infoURL": "https://neonlink.io",
|
|
4266
|
+
"shortName": "neon",
|
|
4267
|
+
"chainId": 259,
|
|
4268
|
+
"networkId": 259,
|
|
4269
|
+
"icon": "neonlink",
|
|
4270
|
+
"explorers": [
|
|
4271
|
+
{
|
|
4272
|
+
"name": "Neon Blockchain Explorer",
|
|
4273
|
+
"url": "https://scan.neonlink.io",
|
|
4274
|
+
"standard": "EIP3091",
|
|
4275
|
+
"icon": "neonlink"
|
|
4276
|
+
}
|
|
4277
|
+
]
|
|
4278
|
+
},
|
|
3957
4279
|
{
|
|
3958
4280
|
"name": "SUR Blockchain Network",
|
|
3959
4281
|
"chain": "SUR",
|
|
@@ -4008,6 +4330,37 @@
|
|
|
4008
4330
|
}
|
|
4009
4331
|
]
|
|
4010
4332
|
},
|
|
4333
|
+
{
|
|
4334
|
+
"name": "LaChain",
|
|
4335
|
+
"chain": "LaChain",
|
|
4336
|
+
"icon": "LaChain",
|
|
4337
|
+
"rpc": [
|
|
4338
|
+
"https://rpc1.mainnet.lachain.network",
|
|
4339
|
+
"https://rpc2.mainnet.lachain.network"
|
|
4340
|
+
],
|
|
4341
|
+
"faucets": [],
|
|
4342
|
+
"nativeCurrency": {
|
|
4343
|
+
"name": "LaCoin",
|
|
4344
|
+
"symbol": "LAC",
|
|
4345
|
+
"decimals": 18
|
|
4346
|
+
},
|
|
4347
|
+
"features": [
|
|
4348
|
+
{
|
|
4349
|
+
"name": "EIP155"
|
|
4350
|
+
}
|
|
4351
|
+
],
|
|
4352
|
+
"infoURL": "",
|
|
4353
|
+
"shortName": "lachain",
|
|
4354
|
+
"chainId": 274,
|
|
4355
|
+
"networkId": 274,
|
|
4356
|
+
"explorers": [
|
|
4357
|
+
{
|
|
4358
|
+
"name": "LaChain Explorer",
|
|
4359
|
+
"url": "https://explorer.lachain.network",
|
|
4360
|
+
"standard": "EIP3091"
|
|
4361
|
+
}
|
|
4362
|
+
]
|
|
4363
|
+
},
|
|
4011
4364
|
{
|
|
4012
4365
|
"name": "zkSync Era Testnet",
|
|
4013
4366
|
"chain": "ETH",
|
|
@@ -4310,6 +4663,40 @@
|
|
|
4310
4663
|
}
|
|
4311
4664
|
]
|
|
4312
4665
|
},
|
|
4666
|
+
{
|
|
4667
|
+
"name": "Neurochain Testnet",
|
|
4668
|
+
"chain": "NCN",
|
|
4669
|
+
"rpc": [
|
|
4670
|
+
"https://nc-rpc-test1.neurochain.io"
|
|
4671
|
+
],
|
|
4672
|
+
"faucets": [],
|
|
4673
|
+
"nativeCurrency": {
|
|
4674
|
+
"name": "Neurochain",
|
|
4675
|
+
"symbol": "tNCN",
|
|
4676
|
+
"decimals": 18
|
|
4677
|
+
},
|
|
4678
|
+
"features": [
|
|
4679
|
+
{
|
|
4680
|
+
"name": "EIP155"
|
|
4681
|
+
},
|
|
4682
|
+
{
|
|
4683
|
+
"name": "EIP1559"
|
|
4684
|
+
}
|
|
4685
|
+
],
|
|
4686
|
+
"infoURL": "https://www.neurochain.ai",
|
|
4687
|
+
"shortName": "ncnt",
|
|
4688
|
+
"chainId": 303,
|
|
4689
|
+
"networkId": 303,
|
|
4690
|
+
"icon": "neurochain",
|
|
4691
|
+
"explorers": [
|
|
4692
|
+
{
|
|
4693
|
+
"name": "neuroscan",
|
|
4694
|
+
"url": "https://testnet.ncnscan.com",
|
|
4695
|
+
"icon": "neurochain",
|
|
4696
|
+
"standard": "EIP3091"
|
|
4697
|
+
}
|
|
4698
|
+
]
|
|
4699
|
+
},
|
|
4313
4700
|
{
|
|
4314
4701
|
"name": "Omax Mainnet",
|
|
4315
4702
|
"chain": "OMAX Chain",
|
|
@@ -4338,6 +4725,41 @@
|
|
|
4338
4725
|
}
|
|
4339
4726
|
]
|
|
4340
4727
|
},
|
|
4728
|
+
{
|
|
4729
|
+
"name": "Neurochain Mainnet",
|
|
4730
|
+
"chain": "NCN",
|
|
4731
|
+
"rpc": [
|
|
4732
|
+
"https://nc-rpc-prd1.neurochain.io",
|
|
4733
|
+
"https://nc-rpc-prd2.neurochain.io"
|
|
4734
|
+
],
|
|
4735
|
+
"faucets": [],
|
|
4736
|
+
"nativeCurrency": {
|
|
4737
|
+
"name": "Neurochain",
|
|
4738
|
+
"symbol": "NCN",
|
|
4739
|
+
"decimals": 18
|
|
4740
|
+
},
|
|
4741
|
+
"features": [
|
|
4742
|
+
{
|
|
4743
|
+
"name": "EIP155"
|
|
4744
|
+
},
|
|
4745
|
+
{
|
|
4746
|
+
"name": "EIP1559"
|
|
4747
|
+
}
|
|
4748
|
+
],
|
|
4749
|
+
"infoURL": "https://www.neurochain.ai",
|
|
4750
|
+
"shortName": "ncn",
|
|
4751
|
+
"chainId": 313,
|
|
4752
|
+
"networkId": 313,
|
|
4753
|
+
"icon": "neurochain",
|
|
4754
|
+
"explorers": [
|
|
4755
|
+
{
|
|
4756
|
+
"name": "neuroscan",
|
|
4757
|
+
"url": "https://ncnscan.com",
|
|
4758
|
+
"icon": "neurochain",
|
|
4759
|
+
"standard": "EIP3091"
|
|
4760
|
+
}
|
|
4761
|
+
]
|
|
4762
|
+
},
|
|
4341
4763
|
{
|
|
4342
4764
|
"name": "Filecoin - Mainnet",
|
|
4343
4765
|
"chain": "FIL",
|
|
@@ -4584,7 +5006,7 @@
|
|
|
4584
5006
|
"explorers": [
|
|
4585
5007
|
{
|
|
4586
5008
|
"name": "Cronos Testnet Explorer",
|
|
4587
|
-
"url": "https://
|
|
5009
|
+
"url": "https://explorer.cronos.org/testnet",
|
|
4588
5010
|
"standard": "none"
|
|
4589
5011
|
}
|
|
4590
5012
|
]
|
|
@@ -4686,17 +5108,29 @@
|
|
|
4686
5108
|
]
|
|
4687
5109
|
},
|
|
4688
5110
|
{
|
|
4689
|
-
"name": "PulseChain
|
|
5111
|
+
"name": "PulseChain",
|
|
4690
5112
|
"shortName": "pls",
|
|
4691
5113
|
"chain": "PLS",
|
|
4692
5114
|
"chainId": 369,
|
|
4693
5115
|
"networkId": 369,
|
|
4694
5116
|
"infoURL": "https://pulsechain.com/",
|
|
4695
5117
|
"rpc": [
|
|
4696
|
-
"https://rpc.
|
|
4697
|
-
"wss://rpc.
|
|
5118
|
+
"https://rpc.pulsechain.com/",
|
|
5119
|
+
"wss://rpc.pulsechain.com/"
|
|
5120
|
+
],
|
|
5121
|
+
"features": [
|
|
5122
|
+
{
|
|
5123
|
+
"name": "EIP155"
|
|
5124
|
+
},
|
|
5125
|
+
{
|
|
5126
|
+
"name": "EIP1559"
|
|
5127
|
+
}
|
|
4698
5128
|
],
|
|
4699
5129
|
"faucets": [],
|
|
5130
|
+
"ens": {
|
|
5131
|
+
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
|
|
5132
|
+
},
|
|
5133
|
+
"status": "incubating",
|
|
4700
5134
|
"nativeCurrency": {
|
|
4701
5135
|
"name": "Pulse",
|
|
4702
5136
|
"symbol": "PLS",
|
|
@@ -4801,14 +5235,17 @@
|
|
|
4801
5235
|
]
|
|
4802
5236
|
},
|
|
4803
5237
|
{
|
|
4804
|
-
"name": "
|
|
4805
|
-
"chain": "
|
|
5238
|
+
"name": "LaTestnet",
|
|
5239
|
+
"chain": "LaTestnet",
|
|
5240
|
+
"icon": "LaChain",
|
|
4806
5241
|
"rpc": [
|
|
4807
5242
|
"https://rpc.testnet.lachain.network"
|
|
4808
5243
|
],
|
|
4809
|
-
"faucets": [
|
|
5244
|
+
"faucets": [
|
|
5245
|
+
"https://faucet.lachain.network"
|
|
5246
|
+
],
|
|
4810
5247
|
"nativeCurrency": {
|
|
4811
|
-
"name": "Test
|
|
5248
|
+
"name": "Test LaCoin",
|
|
4812
5249
|
"symbol": "TLA",
|
|
4813
5250
|
"decimals": 18
|
|
4814
5251
|
},
|
|
@@ -4821,7 +5258,13 @@
|
|
|
4821
5258
|
"shortName": "latestnet",
|
|
4822
5259
|
"chainId": 418,
|
|
4823
5260
|
"networkId": 418,
|
|
4824
|
-
"explorers": [
|
|
5261
|
+
"explorers": [
|
|
5262
|
+
{
|
|
5263
|
+
"name": "LaTestnet Explorer",
|
|
5264
|
+
"url": "https://testexplorer.lachain.network",
|
|
5265
|
+
"standard": "EIP3091"
|
|
5266
|
+
}
|
|
5267
|
+
]
|
|
4825
5268
|
},
|
|
4826
5269
|
{
|
|
4827
5270
|
"name": "Optimism Goerli Testnet",
|
|
@@ -4890,6 +5333,31 @@
|
|
|
4890
5333
|
}
|
|
4891
5334
|
]
|
|
4892
5335
|
},
|
|
5336
|
+
{
|
|
5337
|
+
"name": "ARZIO Chain",
|
|
5338
|
+
"chain": "ARZIO",
|
|
5339
|
+
"icon": "arzio",
|
|
5340
|
+
"rpc": [
|
|
5341
|
+
"https://chain-rpc.arzio.co"
|
|
5342
|
+
],
|
|
5343
|
+
"faucets": [],
|
|
5344
|
+
"nativeCurrency": {
|
|
5345
|
+
"name": "ARZIO",
|
|
5346
|
+
"symbol": "AZO",
|
|
5347
|
+
"decimals": 18
|
|
5348
|
+
},
|
|
5349
|
+
"infoURL": "https://chain.arzio.co",
|
|
5350
|
+
"shortName": "arzio",
|
|
5351
|
+
"chainId": 456,
|
|
5352
|
+
"networkId": 456,
|
|
5353
|
+
"explorers": [
|
|
5354
|
+
{
|
|
5355
|
+
"name": "ARZIO Scan",
|
|
5356
|
+
"url": "https://scan.arzio.co",
|
|
5357
|
+
"standard": "EIP3091"
|
|
5358
|
+
}
|
|
5359
|
+
]
|
|
5360
|
+
},
|
|
4893
5361
|
{
|
|
4894
5362
|
"name": "Rupaya",
|
|
4895
5363
|
"chain": "RUPX",
|
|
@@ -4909,7 +5377,9 @@
|
|
|
4909
5377
|
{
|
|
4910
5378
|
"name": "Camino C-Chain",
|
|
4911
5379
|
"chain": "CAM",
|
|
4912
|
-
"rpc": [
|
|
5380
|
+
"rpc": [
|
|
5381
|
+
"https://api.camino.network/ext/bc/C/rpc"
|
|
5382
|
+
],
|
|
4913
5383
|
"faucets": [],
|
|
4914
5384
|
"nativeCurrency": {
|
|
4915
5385
|
"name": "Camino",
|
|
@@ -4924,7 +5394,7 @@
|
|
|
4924
5394
|
"explorers": [
|
|
4925
5395
|
{
|
|
4926
5396
|
"name": "blockexplorer",
|
|
4927
|
-
"url": "https://
|
|
5397
|
+
"url": "https://suite.camino.network/explorer",
|
|
4928
5398
|
"standard": "none"
|
|
4929
5399
|
}
|
|
4930
5400
|
]
|
|
@@ -4949,7 +5419,7 @@
|
|
|
4949
5419
|
"explorers": [
|
|
4950
5420
|
{
|
|
4951
5421
|
"name": "blockexplorer",
|
|
4952
|
-
"url": "https://
|
|
5422
|
+
"url": "https://suite.camino.network/explorer",
|
|
4953
5423
|
"standard": "none"
|
|
4954
5424
|
}
|
|
4955
5425
|
]
|
|
@@ -5541,6 +6011,31 @@
|
|
|
5541
6011
|
}
|
|
5542
6012
|
]
|
|
5543
6013
|
},
|
|
6014
|
+
{
|
|
6015
|
+
"name": "Shibarium Beta",
|
|
6016
|
+
"chain": "Shibarium",
|
|
6017
|
+
"icon": "shibarium",
|
|
6018
|
+
"rpc": [
|
|
6019
|
+
"https://puppynet.shibrpc.com"
|
|
6020
|
+
],
|
|
6021
|
+
"faucets": [],
|
|
6022
|
+
"nativeCurrency": {
|
|
6023
|
+
"name": "BONE",
|
|
6024
|
+
"symbol": "BONE",
|
|
6025
|
+
"decimals": 18
|
|
6026
|
+
},
|
|
6027
|
+
"infoURL": "https://beta.shibariumtech.com",
|
|
6028
|
+
"shortName": "shibarium",
|
|
6029
|
+
"chainId": 719,
|
|
6030
|
+
"networkId": 719,
|
|
6031
|
+
"explorers": [
|
|
6032
|
+
{
|
|
6033
|
+
"name": "shibscan",
|
|
6034
|
+
"url": "https://puppyscan.shib.io",
|
|
6035
|
+
"standard": "EIP3091"
|
|
6036
|
+
}
|
|
6037
|
+
]
|
|
6038
|
+
},
|
|
5544
6039
|
{
|
|
5545
6040
|
"name": "Lycan Chain",
|
|
5546
6041
|
"chain": "LYC",
|
|
@@ -6280,6 +6775,7 @@
|
|
|
6280
6775
|
"faucets": [
|
|
6281
6776
|
"https://faucet.v2.testnet.pulsechain.com/"
|
|
6282
6777
|
],
|
|
6778
|
+
"status": "deprecated",
|
|
6283
6779
|
"nativeCurrency": {
|
|
6284
6780
|
"name": "Test Pulse",
|
|
6285
6781
|
"symbol": "tPLS",
|
|
@@ -6300,6 +6796,7 @@
|
|
|
6300
6796
|
"faucets": [
|
|
6301
6797
|
"https://faucet.v2b.testnet.pulsechain.com/"
|
|
6302
6798
|
],
|
|
6799
|
+
"status": "deprecated",
|
|
6303
6800
|
"nativeCurrency": {
|
|
6304
6801
|
"name": "Test Pulse",
|
|
6305
6802
|
"symbol": "tPLS",
|
|
@@ -6326,6 +6823,40 @@
|
|
|
6326
6823
|
"decimals": 18
|
|
6327
6824
|
}
|
|
6328
6825
|
},
|
|
6826
|
+
{
|
|
6827
|
+
"name": "PulseChain Testnet v4",
|
|
6828
|
+
"shortName": "t4pls",
|
|
6829
|
+
"chain": "t4PLS",
|
|
6830
|
+
"chainId": 943,
|
|
6831
|
+
"networkId": 943,
|
|
6832
|
+
"icon": "pulsechain",
|
|
6833
|
+
"infoURL": "https://pulsechain.com",
|
|
6834
|
+
"rpc": [
|
|
6835
|
+
"https://rpc.v4.testnet.pulsechain.com/",
|
|
6836
|
+
"wss://rpc.v4.testnet.pulsechain.com/"
|
|
6837
|
+
],
|
|
6838
|
+
"features": [
|
|
6839
|
+
{
|
|
6840
|
+
"name": "EIP155"
|
|
6841
|
+
},
|
|
6842
|
+
{
|
|
6843
|
+
"name": "EIP1559"
|
|
6844
|
+
}
|
|
6845
|
+
],
|
|
6846
|
+
"faucets": [
|
|
6847
|
+
"https://faucet.v4.testnet.pulsechain.com/"
|
|
6848
|
+
],
|
|
6849
|
+
"ens": {
|
|
6850
|
+
"registry": "0x00000000000C2E074eC69A0dFb2997BA6C7d2e1e"
|
|
6851
|
+
},
|
|
6852
|
+
"status": "incubating",
|
|
6853
|
+
"explorers": [],
|
|
6854
|
+
"nativeCurrency": {
|
|
6855
|
+
"name": "Test Pulse",
|
|
6856
|
+
"symbol": "tPLS",
|
|
6857
|
+
"decimals": 18
|
|
6858
|
+
}
|
|
6859
|
+
},
|
|
6329
6860
|
{
|
|
6330
6861
|
"name": "muNode Testnet",
|
|
6331
6862
|
"chain": "munode",
|
|
@@ -6491,6 +7022,34 @@
|
|
|
6491
7022
|
}
|
|
6492
7023
|
]
|
|
6493
7024
|
},
|
|
7025
|
+
{
|
|
7026
|
+
"name": "5ireChain Thunder",
|
|
7027
|
+
"chain": "5ireChain",
|
|
7028
|
+
"rpc": [
|
|
7029
|
+
"https://rpc-testnet.5ire.network"
|
|
7030
|
+
],
|
|
7031
|
+
"faucets": [
|
|
7032
|
+
"https://explorer.5ire.network/faucet"
|
|
7033
|
+
],
|
|
7034
|
+
"nativeCurrency": {
|
|
7035
|
+
"name": "5ire Token",
|
|
7036
|
+
"symbol": "5ire",
|
|
7037
|
+
"decimals": 18
|
|
7038
|
+
},
|
|
7039
|
+
"infoURL": "https://5ire.org",
|
|
7040
|
+
"shortName": "5ire",
|
|
7041
|
+
"chainId": 997,
|
|
7042
|
+
"networkId": 997,
|
|
7043
|
+
"icon": "5ireChain",
|
|
7044
|
+
"explorers": [
|
|
7045
|
+
{
|
|
7046
|
+
"name": "5ireChain Explorer",
|
|
7047
|
+
"url": "https://explorer.5ire.network",
|
|
7048
|
+
"standard": "none",
|
|
7049
|
+
"icon": "5ireChain"
|
|
7050
|
+
}
|
|
7051
|
+
]
|
|
7052
|
+
},
|
|
6494
7053
|
{
|
|
6495
7054
|
"name": "Lucky Network",
|
|
6496
7055
|
"chain": "LN",
|
|
@@ -7218,6 +7777,58 @@
|
|
|
7218
7777
|
"chainId": 1140,
|
|
7219
7778
|
"networkId": 1140
|
|
7220
7779
|
},
|
|
7780
|
+
{
|
|
7781
|
+
"name": "Symplexia Smart Chain",
|
|
7782
|
+
"chain": "Plexchain",
|
|
7783
|
+
"rpc": [
|
|
7784
|
+
"https://plex-rpc.plexfinance.us"
|
|
7785
|
+
],
|
|
7786
|
+
"faucets": [],
|
|
7787
|
+
"nativeCurrency": {
|
|
7788
|
+
"name": "Plex Native Token",
|
|
7789
|
+
"symbol": "PLEX",
|
|
7790
|
+
"decimals": 18
|
|
7791
|
+
},
|
|
7792
|
+
"infoURL": "https://plexfinance.us/",
|
|
7793
|
+
"shortName": "Plexchain",
|
|
7794
|
+
"chainId": 1149,
|
|
7795
|
+
"networkId": 1149,
|
|
7796
|
+
"icon": "plexchain",
|
|
7797
|
+
"explorers": [
|
|
7798
|
+
{
|
|
7799
|
+
"name": "Plexchain Explorer",
|
|
7800
|
+
"url": "https://explorer.plexfinance.us",
|
|
7801
|
+
"icon": "plexchain",
|
|
7802
|
+
"standard": "EIP3091"
|
|
7803
|
+
}
|
|
7804
|
+
]
|
|
7805
|
+
},
|
|
7806
|
+
{
|
|
7807
|
+
"name": "Origin Testnet",
|
|
7808
|
+
"chain": "Origin",
|
|
7809
|
+
"rpc": [
|
|
7810
|
+
"https://json-rpc.origin.uptick.network"
|
|
7811
|
+
],
|
|
7812
|
+
"faucets": [],
|
|
7813
|
+
"nativeCurrency": {
|
|
7814
|
+
"name": "Origin",
|
|
7815
|
+
"symbol": "UOC",
|
|
7816
|
+
"decimals": 18
|
|
7817
|
+
},
|
|
7818
|
+
"infoURL": "https://www.uptick.network",
|
|
7819
|
+
"shortName": "auoc",
|
|
7820
|
+
"chainId": 1170,
|
|
7821
|
+
"networkId": 1170,
|
|
7822
|
+
"icon": "origin",
|
|
7823
|
+
"explorers": [
|
|
7824
|
+
{
|
|
7825
|
+
"name": "Origin Explorer",
|
|
7826
|
+
"url": "https://evm-explorer.origin.uptick.network",
|
|
7827
|
+
"icon": "origin",
|
|
7828
|
+
"standard": "none"
|
|
7829
|
+
}
|
|
7830
|
+
]
|
|
7831
|
+
},
|
|
7221
7832
|
{
|
|
7222
7833
|
"name": "Smart Host Teknoloji TESTNET",
|
|
7223
7834
|
"chain": "SHT",
|
|
@@ -7482,6 +8093,58 @@
|
|
|
7482
8093
|
]
|
|
7483
8094
|
}
|
|
7484
8095
|
},
|
|
8096
|
+
{
|
|
8097
|
+
"name": "ARC Mainnet",
|
|
8098
|
+
"chain": "ARC",
|
|
8099
|
+
"icon": "arc",
|
|
8100
|
+
"rpc": [
|
|
8101
|
+
"https://rpc-main-1.archiechain.io"
|
|
8102
|
+
],
|
|
8103
|
+
"faucets": [],
|
|
8104
|
+
"nativeCurrency": {
|
|
8105
|
+
"name": "ARC",
|
|
8106
|
+
"symbol": "ARC",
|
|
8107
|
+
"decimals": 18
|
|
8108
|
+
},
|
|
8109
|
+
"infoURL": "https://archiechain.io/",
|
|
8110
|
+
"shortName": "ARC",
|
|
8111
|
+
"chainId": 1243,
|
|
8112
|
+
"networkId": 1243,
|
|
8113
|
+
"explorers": [
|
|
8114
|
+
{
|
|
8115
|
+
"name": "archiescan",
|
|
8116
|
+
"url": "https://app.archiescan.io",
|
|
8117
|
+
"standard": "none"
|
|
8118
|
+
}
|
|
8119
|
+
]
|
|
8120
|
+
},
|
|
8121
|
+
{
|
|
8122
|
+
"name": "ARC Testnet",
|
|
8123
|
+
"chain": "ARC",
|
|
8124
|
+
"icon": "arc",
|
|
8125
|
+
"rpc": [
|
|
8126
|
+
"https://rpc-test-1.archiechain.io"
|
|
8127
|
+
],
|
|
8128
|
+
"faucets": [
|
|
8129
|
+
"https://faucet.archiechain.io"
|
|
8130
|
+
],
|
|
8131
|
+
"nativeCurrency": {
|
|
8132
|
+
"name": "ARC",
|
|
8133
|
+
"symbol": "ARC",
|
|
8134
|
+
"decimals": 18
|
|
8135
|
+
},
|
|
8136
|
+
"infoURL": "https://archiechain.io/",
|
|
8137
|
+
"shortName": "TARC",
|
|
8138
|
+
"chainId": 1244,
|
|
8139
|
+
"networkId": 1244,
|
|
8140
|
+
"explorers": [
|
|
8141
|
+
{
|
|
8142
|
+
"name": "archiescan",
|
|
8143
|
+
"url": "https://testnet.archiescan.io",
|
|
8144
|
+
"standard": "none"
|
|
8145
|
+
}
|
|
8146
|
+
]
|
|
8147
|
+
},
|
|
7485
8148
|
{
|
|
7486
8149
|
"name": "OM Platform Mainnet",
|
|
7487
8150
|
"chain": "omplatform",
|
|
@@ -7918,26 +8581,76 @@
|
|
|
7918
8581
|
]
|
|
7919
8582
|
},
|
|
7920
8583
|
{
|
|
7921
|
-
"name": "
|
|
7922
|
-
"chain": "
|
|
7923
|
-
"icon": "
|
|
8584
|
+
"name": "Zafirium Mainnet",
|
|
8585
|
+
"chain": "ZAFIC",
|
|
8586
|
+
"icon": "zafirium",
|
|
8587
|
+
"rpc": [
|
|
8588
|
+
"https://mainnet.zakumi.io"
|
|
8589
|
+
],
|
|
8590
|
+
"faucets": [],
|
|
8591
|
+
"nativeCurrency": {
|
|
8592
|
+
"name": "Zakumi Chain Native Token",
|
|
8593
|
+
"symbol": "ZAFIC",
|
|
8594
|
+
"decimals": 18
|
|
8595
|
+
},
|
|
8596
|
+
"infoURL": "https://www.zakumi.io",
|
|
8597
|
+
"shortName": "zafic",
|
|
8598
|
+
"chainId": 1369,
|
|
8599
|
+
"networkId": 1369,
|
|
8600
|
+
"explorers": [
|
|
8601
|
+
{
|
|
8602
|
+
"name": "zafirium-explorer",
|
|
8603
|
+
"url": "https://explorer.zakumi.io",
|
|
8604
|
+
"standard": "none"
|
|
8605
|
+
}
|
|
8606
|
+
]
|
|
8607
|
+
},
|
|
8608
|
+
{
|
|
8609
|
+
"name": "AmStar Mainnet",
|
|
8610
|
+
"chain": "AmStar",
|
|
8611
|
+
"icon": "amstar",
|
|
8612
|
+
"rpc": [
|
|
8613
|
+
"https://mainnet-rpc.amstarscan.com"
|
|
8614
|
+
],
|
|
8615
|
+
"faucets": [],
|
|
8616
|
+
"nativeCurrency": {
|
|
8617
|
+
"name": "SINSO",
|
|
8618
|
+
"symbol": "SINSO",
|
|
8619
|
+
"decimals": 18
|
|
8620
|
+
},
|
|
8621
|
+
"infoURL": "https://sinso.io",
|
|
8622
|
+
"shortName": "ASAR",
|
|
8623
|
+
"chainId": 1388,
|
|
8624
|
+
"networkId": 1388,
|
|
8625
|
+
"explorers": [
|
|
8626
|
+
{
|
|
8627
|
+
"name": "amstarscan",
|
|
8628
|
+
"url": "https://mainnet.amstarscan.com",
|
|
8629
|
+
"standard": "EIP3091"
|
|
8630
|
+
}
|
|
8631
|
+
]
|
|
8632
|
+
},
|
|
8633
|
+
{
|
|
8634
|
+
"name": "Joseon Mainnet",
|
|
8635
|
+
"chain": "Joseon",
|
|
8636
|
+
"icon": "joseon",
|
|
7924
8637
|
"rpc": [
|
|
7925
|
-
"https://
|
|
8638
|
+
"https://rpc.modchain.net/blockchain.joseon.com/rpc"
|
|
7926
8639
|
],
|
|
7927
8640
|
"faucets": [],
|
|
7928
8641
|
"nativeCurrency": {
|
|
7929
|
-
"name": "
|
|
7930
|
-
"symbol": "
|
|
8642
|
+
"name": "Joseon Mun",
|
|
8643
|
+
"symbol": "JSM",
|
|
7931
8644
|
"decimals": 18
|
|
7932
8645
|
},
|
|
7933
|
-
"infoURL": "https://
|
|
7934
|
-
"shortName": "
|
|
7935
|
-
"chainId":
|
|
7936
|
-
"networkId":
|
|
8646
|
+
"infoURL": "https://www.joseon.com/",
|
|
8647
|
+
"shortName": "mun",
|
|
8648
|
+
"chainId": 1392,
|
|
8649
|
+
"networkId": 1392,
|
|
7937
8650
|
"explorers": [
|
|
7938
8651
|
{
|
|
7939
|
-
"name": "
|
|
7940
|
-
"url": "https://
|
|
8652
|
+
"name": "BlockExplorer",
|
|
8653
|
+
"url": "https://www.blockexplorer.com",
|
|
7941
8654
|
"standard": "EIP3091"
|
|
7942
8655
|
}
|
|
7943
8656
|
]
|
|
@@ -7994,6 +8707,7 @@
|
|
|
7994
8707
|
"name": "Rikeza Network Mainnet",
|
|
7995
8708
|
"title": "Rikeza Network Mainnet",
|
|
7996
8709
|
"chain": "Rikeza",
|
|
8710
|
+
"icon": "rikeza",
|
|
7997
8711
|
"rpc": [
|
|
7998
8712
|
"https://rpc.rikscan.com"
|
|
7999
8713
|
],
|
|
@@ -8040,6 +8754,31 @@
|
|
|
8040
8754
|
}
|
|
8041
8755
|
]
|
|
8042
8756
|
},
|
|
8757
|
+
{
|
|
8758
|
+
"name": "GIL Testnet",
|
|
8759
|
+
"chain": "GIL",
|
|
8760
|
+
"icon": "gauss",
|
|
8761
|
+
"rpc": [
|
|
8762
|
+
"https://rpc.giltestnet.com"
|
|
8763
|
+
],
|
|
8764
|
+
"faucets": [],
|
|
8765
|
+
"nativeCurrency": {
|
|
8766
|
+
"name": "GANG",
|
|
8767
|
+
"symbol": "GANG",
|
|
8768
|
+
"decimals": 18
|
|
8769
|
+
},
|
|
8770
|
+
"infoURL": "https://gaussgang.com/",
|
|
8771
|
+
"shortName": "gil",
|
|
8772
|
+
"chainId": 1452,
|
|
8773
|
+
"networkId": 1452,
|
|
8774
|
+
"explorers": [
|
|
8775
|
+
{
|
|
8776
|
+
"name": "GIL Explorer",
|
|
8777
|
+
"url": "https://explorer.giltestnet.com",
|
|
8778
|
+
"standard": "EIP3091"
|
|
8779
|
+
}
|
|
8780
|
+
]
|
|
8781
|
+
},
|
|
8043
8782
|
{
|
|
8044
8783
|
"name": "Ctex Scan Blockchain",
|
|
8045
8784
|
"chain": "Ctex Scan Blockchain",
|
|
@@ -8141,6 +8880,33 @@
|
|
|
8141
8880
|
}
|
|
8142
8881
|
]
|
|
8143
8882
|
},
|
|
8883
|
+
{
|
|
8884
|
+
"name": "Tenet",
|
|
8885
|
+
"title": "Tenet Mainnet",
|
|
8886
|
+
"chain": "TENET",
|
|
8887
|
+
"icon": "tenet",
|
|
8888
|
+
"rpc": [
|
|
8889
|
+
"https://rpc.tenet.org"
|
|
8890
|
+
],
|
|
8891
|
+
"faucets": [],
|
|
8892
|
+
"nativeCurrency": {
|
|
8893
|
+
"name": "TENET",
|
|
8894
|
+
"symbol": "TENET",
|
|
8895
|
+
"decimals": 18
|
|
8896
|
+
},
|
|
8897
|
+
"infoURL": "https://tenet.org/",
|
|
8898
|
+
"shortName": "tenet",
|
|
8899
|
+
"chainId": 1559,
|
|
8900
|
+
"networkId": 1559,
|
|
8901
|
+
"explorers": [
|
|
8902
|
+
{
|
|
8903
|
+
"name": "TenetScan Mainnet",
|
|
8904
|
+
"url": "https://tenetscan.io",
|
|
8905
|
+
"icon": "tenet",
|
|
8906
|
+
"standard": "EIP3091"
|
|
8907
|
+
}
|
|
8908
|
+
]
|
|
8909
|
+
},
|
|
8144
8910
|
{
|
|
8145
8911
|
"name": "Catecoin Chain Mainnet",
|
|
8146
8912
|
"chain": "Catechain",
|
|
@@ -8230,6 +8996,43 @@
|
|
|
8230
8996
|
}
|
|
8231
8997
|
]
|
|
8232
8998
|
},
|
|
8999
|
+
{
|
|
9000
|
+
"name": "Horizen Gobi Testnet",
|
|
9001
|
+
"shortName": "Gobi",
|
|
9002
|
+
"chain": "Gobi",
|
|
9003
|
+
"icon": "eon",
|
|
9004
|
+
"rpc": [
|
|
9005
|
+
"https://gobi-testnet.horizenlabs.io/ethv1"
|
|
9006
|
+
],
|
|
9007
|
+
"features": [
|
|
9008
|
+
{
|
|
9009
|
+
"name": "EIP155"
|
|
9010
|
+
},
|
|
9011
|
+
{
|
|
9012
|
+
"name": "EIP1559"
|
|
9013
|
+
}
|
|
9014
|
+
],
|
|
9015
|
+
"faucets": [
|
|
9016
|
+
"https://faucet.horizen.io"
|
|
9017
|
+
],
|
|
9018
|
+
"nativeCurrency": {
|
|
9019
|
+
"name": "Testnet Zen",
|
|
9020
|
+
"symbol": "tZEN",
|
|
9021
|
+
"decimals": 18
|
|
9022
|
+
},
|
|
9023
|
+
"infoURL": "https://horizen.io/",
|
|
9024
|
+
"chainId": 1663,
|
|
9025
|
+
"networkId": 1663,
|
|
9026
|
+
"slip44": 121,
|
|
9027
|
+
"explorers": [
|
|
9028
|
+
{
|
|
9029
|
+
"name": "Gobi Testnet Block Explorer",
|
|
9030
|
+
"url": "https://gobi-explorer.horizen.io",
|
|
9031
|
+
"icon": "eon",
|
|
9032
|
+
"standard": "EIP3091"
|
|
9033
|
+
}
|
|
9034
|
+
]
|
|
9035
|
+
},
|
|
8233
9036
|
{
|
|
8234
9037
|
"name": "LUDAN Mainnet",
|
|
8235
9038
|
"chain": "LUDAN",
|
|
@@ -8328,7 +9131,7 @@
|
|
|
8328
9131
|
},
|
|
8329
9132
|
"features": [],
|
|
8330
9133
|
"infoURL": "https://hashpalette.com/",
|
|
8331
|
-
"shortName": "
|
|
9134
|
+
"shortName": "PCM",
|
|
8332
9135
|
"chainId": 1718,
|
|
8333
9136
|
"networkId": 1718,
|
|
8334
9137
|
"icon": "PLT",
|
|
@@ -8369,9 +9172,34 @@
|
|
|
8369
9172
|
}
|
|
8370
9173
|
]
|
|
8371
9174
|
},
|
|
9175
|
+
{
|
|
9176
|
+
"name": "Gauss Mainnet",
|
|
9177
|
+
"chain": "Gauss",
|
|
9178
|
+
"icon": "gauss",
|
|
9179
|
+
"rpc": [
|
|
9180
|
+
"https://rpc.gaussgang.com"
|
|
9181
|
+
],
|
|
9182
|
+
"faucets": [],
|
|
9183
|
+
"nativeCurrency": {
|
|
9184
|
+
"name": "GANG",
|
|
9185
|
+
"symbol": "GANG",
|
|
9186
|
+
"decimals": 18
|
|
9187
|
+
},
|
|
9188
|
+
"infoURL": "https://gaussgang.com/",
|
|
9189
|
+
"shortName": "gauss",
|
|
9190
|
+
"chainId": 1777,
|
|
9191
|
+
"networkId": 1777,
|
|
9192
|
+
"explorers": [
|
|
9193
|
+
{
|
|
9194
|
+
"name": "Gauss Explorer",
|
|
9195
|
+
"url": "https://explorer.gaussgang.com",
|
|
9196
|
+
"standard": "EIP3091"
|
|
9197
|
+
}
|
|
9198
|
+
]
|
|
9199
|
+
},
|
|
8372
9200
|
{
|
|
8373
9201
|
"name": "Kerleano",
|
|
8374
|
-
"title": "Proof of
|
|
9202
|
+
"title": "Proof of Climate awaReness testnet",
|
|
8375
9203
|
"chain": "CRC",
|
|
8376
9204
|
"status": "active",
|
|
8377
9205
|
"rpc": [
|
|
@@ -8382,7 +9210,7 @@
|
|
|
8382
9210
|
"https://github.com/ethereum-pocr/kerleano/blob/main/docs/faucet.md"
|
|
8383
9211
|
],
|
|
8384
9212
|
"nativeCurrency": {
|
|
8385
|
-
"name": "
|
|
9213
|
+
"name": "Climate awaReness Coin",
|
|
8386
9214
|
"symbol": "CRC",
|
|
8387
9215
|
"decimals": 18
|
|
8388
9216
|
},
|
|
@@ -8390,10 +9218,12 @@
|
|
|
8390
9218
|
"shortName": "kerleano",
|
|
8391
9219
|
"chainId": 1804,
|
|
8392
9220
|
"networkId": 1804,
|
|
9221
|
+
"icon": "pocr",
|
|
8393
9222
|
"explorers": [
|
|
8394
9223
|
{
|
|
8395
9224
|
"name": "Lite Explorer",
|
|
8396
9225
|
"url": "https://ethereum-pocr.github.io/explorer/kerleano",
|
|
9226
|
+
"icon": "pocr",
|
|
8397
9227
|
"standard": "EIP3091"
|
|
8398
9228
|
}
|
|
8399
9229
|
]
|
|
@@ -8794,17 +9624,17 @@
|
|
|
8794
9624
|
"name": "Super Smart Chain Testnet",
|
|
8795
9625
|
"chain": "TSCS",
|
|
8796
9626
|
"rpc": [
|
|
8797
|
-
"https://
|
|
9627
|
+
"https://testnetrpc.scschain.com"
|
|
8798
9628
|
],
|
|
8799
9629
|
"faucets": [
|
|
8800
|
-
"https://testnet.
|
|
9630
|
+
"https://testnet.scschain.com"
|
|
8801
9631
|
],
|
|
8802
9632
|
"nativeCurrency": {
|
|
8803
9633
|
"name": "Super Chain Native Token",
|
|
8804
9634
|
"symbol": "TSCS",
|
|
8805
9635
|
"decimals": 18
|
|
8806
9636
|
},
|
|
8807
|
-
"infoURL": "https://testnet.
|
|
9637
|
+
"infoURL": "https://testnet.scschain.com",
|
|
8808
9638
|
"shortName": "tscs",
|
|
8809
9639
|
"chainId": 1969,
|
|
8810
9640
|
"networkId": 1969,
|
|
@@ -8812,7 +9642,7 @@
|
|
|
8812
9642
|
"explorers": [
|
|
8813
9643
|
{
|
|
8814
9644
|
"name": "blockscout",
|
|
8815
|
-
"url": "https://testnetscan.
|
|
9645
|
+
"url": "https://testnetscan.scschain.com",
|
|
8816
9646
|
"standard": "EIP3091"
|
|
8817
9647
|
}
|
|
8818
9648
|
]
|
|
@@ -8821,7 +9651,7 @@
|
|
|
8821
9651
|
"name": "Super Smart Chain Mainnet",
|
|
8822
9652
|
"chain": "SCS",
|
|
8823
9653
|
"rpc": [
|
|
8824
|
-
"https://
|
|
9654
|
+
"https://rpc.scschain.com"
|
|
8825
9655
|
],
|
|
8826
9656
|
"faucets": [],
|
|
8827
9657
|
"nativeCurrency": {
|
|
@@ -8829,7 +9659,7 @@
|
|
|
8829
9659
|
"symbol": "SCS",
|
|
8830
9660
|
"decimals": 18
|
|
8831
9661
|
},
|
|
8832
|
-
"infoURL": "https://
|
|
9662
|
+
"infoURL": "https://scschain.com",
|
|
8833
9663
|
"shortName": "scs",
|
|
8834
9664
|
"chainId": 1970,
|
|
8835
9665
|
"networkId": 1970,
|
|
@@ -8837,7 +9667,7 @@
|
|
|
8837
9667
|
"explorers": [
|
|
8838
9668
|
{
|
|
8839
9669
|
"name": "blockscout",
|
|
8840
|
-
"url": "https://scan.
|
|
9670
|
+
"url": "https://scan.scschain.com",
|
|
8841
9671
|
"standard": "EIP3091"
|
|
8842
9672
|
}
|
|
8843
9673
|
]
|
|
@@ -8982,7 +9812,7 @@
|
|
|
8982
9812
|
"explorers": [
|
|
8983
9813
|
{
|
|
8984
9814
|
"name": "edexa-testnet",
|
|
8985
|
-
"url": "https://explorer.edexa.com",
|
|
9815
|
+
"url": "https://explorer.testnet.edexa.com",
|
|
8986
9816
|
"standard": "EIP3091"
|
|
8987
9817
|
}
|
|
8988
9818
|
]
|
|
@@ -8993,8 +9823,8 @@
|
|
|
8993
9823
|
"icon": "dogechain",
|
|
8994
9824
|
"rpc": [
|
|
8995
9825
|
"https://rpc.dogechain.dog",
|
|
8996
|
-
"https://
|
|
8997
|
-
"https://
|
|
9826
|
+
"https://rpc01-sg.dogechain.dog",
|
|
9827
|
+
"https://rpc.ankr.com/dogechain"
|
|
8998
9828
|
],
|
|
8999
9829
|
"faucets": [],
|
|
9000
9830
|
"nativeCurrency": {
|
|
@@ -9538,6 +10368,32 @@
|
|
|
9538
10368
|
}
|
|
9539
10369
|
]
|
|
9540
10370
|
},
|
|
10371
|
+
{
|
|
10372
|
+
"name": "Metaplayerone Dubai Testnet",
|
|
10373
|
+
"chain": "MP1 Dubai-Testnet",
|
|
10374
|
+
"icon": "meu",
|
|
10375
|
+
"rpc": [
|
|
10376
|
+
"https://rpc-dubai.mp1network.com/"
|
|
10377
|
+
],
|
|
10378
|
+
"faucets": [],
|
|
10379
|
+
"nativeCurrency": {
|
|
10380
|
+
"name": "Metaunit",
|
|
10381
|
+
"symbol": "MEU",
|
|
10382
|
+
"decimals": 18
|
|
10383
|
+
},
|
|
10384
|
+
"infoURL": "https://docs.metaplayer.one/",
|
|
10385
|
+
"shortName": "MEU",
|
|
10386
|
+
"chainId": 2124,
|
|
10387
|
+
"networkId": 2124,
|
|
10388
|
+
"explorers": [
|
|
10389
|
+
{
|
|
10390
|
+
"name": "MP1Scan",
|
|
10391
|
+
"url": "https://dubai.mp1scan.io",
|
|
10392
|
+
"icon": "meu",
|
|
10393
|
+
"standard": "EIP3091"
|
|
10394
|
+
}
|
|
10395
|
+
]
|
|
10396
|
+
},
|
|
9541
10397
|
{
|
|
9542
10398
|
"name": "Defi Oracle Meta Testnet",
|
|
9543
10399
|
"chain": "dfiometatest",
|
|
@@ -9851,6 +10707,34 @@
|
|
|
9851
10707
|
"explorers": [],
|
|
9852
10708
|
"status": "incubating"
|
|
9853
10709
|
},
|
|
10710
|
+
{
|
|
10711
|
+
"name": "SOMA Network Testnet",
|
|
10712
|
+
"chain": "SOMA",
|
|
10713
|
+
"rpc": [
|
|
10714
|
+
"https://data-testnet-v1.somanetwork.io/"
|
|
10715
|
+
],
|
|
10716
|
+
"faucets": [
|
|
10717
|
+
"https://faucet.somanetwork.io"
|
|
10718
|
+
],
|
|
10719
|
+
"nativeCurrency": {
|
|
10720
|
+
"name": "SMA",
|
|
10721
|
+
"symbol": "tSMA",
|
|
10722
|
+
"decimals": 18
|
|
10723
|
+
},
|
|
10724
|
+
"infoURL": "https://somanetwork.io",
|
|
10725
|
+
"shortName": "sma",
|
|
10726
|
+
"chainId": 2323,
|
|
10727
|
+
"networkId": 2323,
|
|
10728
|
+
"icon": "soma",
|
|
10729
|
+
"explorers": [
|
|
10730
|
+
{
|
|
10731
|
+
"name": "SOMA Testnet Explorer",
|
|
10732
|
+
"icon": "soma",
|
|
10733
|
+
"url": "https://testnet.somascan.io",
|
|
10734
|
+
"standard": "none"
|
|
10735
|
+
}
|
|
10736
|
+
]
|
|
10737
|
+
},
|
|
9854
10738
|
{
|
|
9855
10739
|
"name": "Altcoinchain",
|
|
9856
10740
|
"chain": "mainnet",
|
|
@@ -9879,10 +10763,39 @@
|
|
|
9879
10763
|
]
|
|
9880
10764
|
},
|
|
9881
10765
|
{
|
|
9882
|
-
"name": "
|
|
9883
|
-
"
|
|
10766
|
+
"name": "SOMA Network Mainnet",
|
|
10767
|
+
"chain": "SOMA",
|
|
10768
|
+
"rpc": [
|
|
10769
|
+
"https://data-mainnet-v1.somanetwork.io/"
|
|
10770
|
+
],
|
|
10771
|
+
"faucets": [
|
|
10772
|
+
"https://airdrop.somanetwork.io"
|
|
10773
|
+
],
|
|
10774
|
+
"nativeCurrency": {
|
|
10775
|
+
"name": "Soma Native Token",
|
|
10776
|
+
"symbol": "SMA",
|
|
10777
|
+
"decimals": 18
|
|
10778
|
+
},
|
|
10779
|
+
"infoURL": "https://somanetwork.io",
|
|
10780
|
+
"shortName": "smam",
|
|
10781
|
+
"chainId": 2332,
|
|
10782
|
+
"networkId": 2332,
|
|
10783
|
+
"icon": "soma",
|
|
10784
|
+
"status": "incubating",
|
|
10785
|
+
"explorers": [
|
|
10786
|
+
{
|
|
10787
|
+
"name": "SOMA Explorer Mainnet",
|
|
10788
|
+
"icon": "soma",
|
|
10789
|
+
"url": "https://somascan.io",
|
|
10790
|
+
"standard": "none"
|
|
10791
|
+
}
|
|
10792
|
+
]
|
|
10793
|
+
},
|
|
10794
|
+
{
|
|
10795
|
+
"name": "Kroma Sepolia",
|
|
10796
|
+
"title": "Kroma Testnet Sepolia",
|
|
9884
10797
|
"chainId": 2357,
|
|
9885
|
-
"shortName": "
|
|
10798
|
+
"shortName": "kroma-sepolia",
|
|
9886
10799
|
"chain": "ETH",
|
|
9887
10800
|
"networkId": 2357,
|
|
9888
10801
|
"nativeCurrency": {
|
|
@@ -9891,16 +10804,16 @@
|
|
|
9891
10804
|
"decimals": 18
|
|
9892
10805
|
},
|
|
9893
10806
|
"rpc": [
|
|
9894
|
-
"https://api.
|
|
10807
|
+
"https://api.sepolia.kroma.network"
|
|
9895
10808
|
],
|
|
9896
10809
|
"faucets": [],
|
|
9897
|
-
"infoURL": "https://
|
|
9898
|
-
"icon": "
|
|
10810
|
+
"infoURL": "https://kroma.network",
|
|
10811
|
+
"icon": "kroma",
|
|
9899
10812
|
"explorers": [
|
|
9900
10813
|
{
|
|
9901
10814
|
"name": "blockscout",
|
|
9902
|
-
"url": "https://blockscout.
|
|
9903
|
-
"icon": "
|
|
10815
|
+
"url": "https://blockscout.sepolia.kroma.network",
|
|
10816
|
+
"icon": "kroma",
|
|
9904
10817
|
"standard": "EIP3091"
|
|
9905
10818
|
}
|
|
9906
10819
|
],
|
|
@@ -9909,7 +10822,7 @@
|
|
|
9909
10822
|
"chain": "eip155-11155111",
|
|
9910
10823
|
"bridges": [
|
|
9911
10824
|
{
|
|
9912
|
-
"url": "https://
|
|
10825
|
+
"url": "https://kroma.network/bridge"
|
|
9913
10826
|
}
|
|
9914
10827
|
]
|
|
9915
10828
|
}
|
|
@@ -10043,7 +10956,7 @@
|
|
|
10043
10956
|
},
|
|
10044
10957
|
{
|
|
10045
10958
|
"name": "PoCRNet",
|
|
10046
|
-
"title": "Proof of
|
|
10959
|
+
"title": "Proof of Climate awaReness mainnet",
|
|
10047
10960
|
"chain": "CRC",
|
|
10048
10961
|
"status": "active",
|
|
10049
10962
|
"rpc": [
|
|
@@ -10052,7 +10965,7 @@
|
|
|
10052
10965
|
],
|
|
10053
10966
|
"faucets": [],
|
|
10054
10967
|
"nativeCurrency": {
|
|
10055
|
-
"name": "
|
|
10968
|
+
"name": "Climate awaReness Coin",
|
|
10056
10969
|
"symbol": "CRC",
|
|
10057
10970
|
"decimals": 18
|
|
10058
10971
|
},
|
|
@@ -10060,10 +10973,12 @@
|
|
|
10060
10973
|
"shortName": "pocrnet",
|
|
10061
10974
|
"chainId": 2606,
|
|
10062
10975
|
"networkId": 2606,
|
|
10976
|
+
"icon": "pocr",
|
|
10063
10977
|
"explorers": [
|
|
10064
10978
|
{
|
|
10065
10979
|
"name": "Lite Explorer",
|
|
10066
10980
|
"url": "https://ethereum-pocr.github.io/explorer/pocrnet",
|
|
10981
|
+
"icon": "pocr",
|
|
10067
10982
|
"standard": "EIP3091"
|
|
10068
10983
|
}
|
|
10069
10984
|
]
|
|
@@ -10468,6 +11383,33 @@
|
|
|
10468
11383
|
}
|
|
10469
11384
|
]
|
|
10470
11385
|
},
|
|
11386
|
+
{
|
|
11387
|
+
"name": "SecureChain Testnet",
|
|
11388
|
+
"chain": "SCAI",
|
|
11389
|
+
"icon": "scaiIcon",
|
|
11390
|
+
"rpc": [
|
|
11391
|
+
"https://testnet-rpc.securechain.ai"
|
|
11392
|
+
],
|
|
11393
|
+
"faucets": [
|
|
11394
|
+
"https://faucet.securechain.ai"
|
|
11395
|
+
],
|
|
11396
|
+
"nativeCurrency": {
|
|
11397
|
+
"name": "SCAI",
|
|
11398
|
+
"symbol": "SCAI",
|
|
11399
|
+
"decimals": 18
|
|
11400
|
+
},
|
|
11401
|
+
"infoURL": "https://securechain.ai",
|
|
11402
|
+
"shortName": "SCAIt",
|
|
11403
|
+
"chainId": 3434,
|
|
11404
|
+
"networkId": 3434,
|
|
11405
|
+
"explorers": [
|
|
11406
|
+
{
|
|
11407
|
+
"name": "SecureChain",
|
|
11408
|
+
"url": "https://testnet.securechain.ai",
|
|
11409
|
+
"standard": "EIP3091"
|
|
11410
|
+
}
|
|
11411
|
+
]
|
|
11412
|
+
},
|
|
10471
11413
|
{
|
|
10472
11414
|
"name": "Paribu Net Testnet",
|
|
10473
11415
|
"chain": "PRB",
|
|
@@ -10837,7 +11779,8 @@
|
|
|
10837
11779
|
"name": "Fantom Testnet",
|
|
10838
11780
|
"chain": "FTM",
|
|
10839
11781
|
"rpc": [
|
|
10840
|
-
"https://rpc.testnet.fantom.network"
|
|
11782
|
+
"https://rpc.testnet.fantom.network",
|
|
11783
|
+
"https://fantom-testnet.publicnode.com"
|
|
10841
11784
|
],
|
|
10842
11785
|
"faucets": [
|
|
10843
11786
|
"https://faucet.fantom.network"
|
|
@@ -10949,6 +11892,42 @@
|
|
|
10949
11892
|
]
|
|
10950
11893
|
}
|
|
10951
11894
|
},
|
|
11895
|
+
{
|
|
11896
|
+
"name": "Fastex Chain (Bahamut) Oasis Testnet",
|
|
11897
|
+
"title": "Bahamut testnet Oasis",
|
|
11898
|
+
"icon": "bahamut",
|
|
11899
|
+
"chain": "Fastex Chain (Bahamut)",
|
|
11900
|
+
"rpc": [
|
|
11901
|
+
"https://rpc1.oasis.bahamutchain.com"
|
|
11902
|
+
],
|
|
11903
|
+
"features": [
|
|
11904
|
+
{
|
|
11905
|
+
"name": "EIP155"
|
|
11906
|
+
},
|
|
11907
|
+
{
|
|
11908
|
+
"name": "EIP1559"
|
|
11909
|
+
}
|
|
11910
|
+
],
|
|
11911
|
+
"faucets": [
|
|
11912
|
+
"https://faucet.oasis.fastexchain.com"
|
|
11913
|
+
],
|
|
11914
|
+
"nativeCurrency": {
|
|
11915
|
+
"name": "FTN",
|
|
11916
|
+
"symbol": "FTN",
|
|
11917
|
+
"decimals": 18
|
|
11918
|
+
},
|
|
11919
|
+
"infoURL": "https://fastexchain.com",
|
|
11920
|
+
"shortName": "Oasis",
|
|
11921
|
+
"chainId": 4090,
|
|
11922
|
+
"networkId": 4090,
|
|
11923
|
+
"explorers": [
|
|
11924
|
+
{
|
|
11925
|
+
"name": "blockscout",
|
|
11926
|
+
"url": "https://oasis.ftnscan.com",
|
|
11927
|
+
"standard": "none"
|
|
11928
|
+
}
|
|
11929
|
+
]
|
|
11930
|
+
},
|
|
10952
11931
|
{
|
|
10953
11932
|
"name": "Bitindi Testnet",
|
|
10954
11933
|
"chain": "BNI",
|
|
@@ -11387,6 +12366,41 @@
|
|
|
11387
12366
|
}
|
|
11388
12367
|
]
|
|
11389
12368
|
},
|
|
12369
|
+
{
|
|
12370
|
+
"name": "Fastex Chain (Bahamut)",
|
|
12371
|
+
"title": "Bahamut mainnet Sahara",
|
|
12372
|
+
"chain": "Fastex Chain (Bahamut)",
|
|
12373
|
+
"icon": "bahamut",
|
|
12374
|
+
"rpc": [
|
|
12375
|
+
"https://rpc1.sahara.bahamutchain.com",
|
|
12376
|
+
"https://rpc2.sahara.bahamutchain.com"
|
|
12377
|
+
],
|
|
12378
|
+
"features": [
|
|
12379
|
+
{
|
|
12380
|
+
"name": "EIP155"
|
|
12381
|
+
},
|
|
12382
|
+
{
|
|
12383
|
+
"name": "EIP1559"
|
|
12384
|
+
}
|
|
12385
|
+
],
|
|
12386
|
+
"faucets": [],
|
|
12387
|
+
"nativeCurrency": {
|
|
12388
|
+
"name": "FTN",
|
|
12389
|
+
"symbol": "FTN",
|
|
12390
|
+
"decimals": 18
|
|
12391
|
+
},
|
|
12392
|
+
"shortName": "ftn",
|
|
12393
|
+
"infoURL": "https://fastexchain.com",
|
|
12394
|
+
"chainId": 5165,
|
|
12395
|
+
"networkId": 5165,
|
|
12396
|
+
"explorers": [
|
|
12397
|
+
{
|
|
12398
|
+
"name": "blockscout",
|
|
12399
|
+
"url": "https://ftnscan.com",
|
|
12400
|
+
"standard": "none"
|
|
12401
|
+
}
|
|
12402
|
+
]
|
|
12403
|
+
},
|
|
11390
12404
|
{
|
|
11391
12405
|
"name": "TLChain Network Mainnet",
|
|
11392
12406
|
"chain": "TLC",
|
|
@@ -11634,6 +12648,33 @@
|
|
|
11634
12648
|
}
|
|
11635
12649
|
]
|
|
11636
12650
|
},
|
|
12651
|
+
{
|
|
12652
|
+
"name": "SatoshiChain Testnet",
|
|
12653
|
+
"chain": "SATS",
|
|
12654
|
+
"icon": "satoshichain",
|
|
12655
|
+
"rpc": [
|
|
12656
|
+
"https://rpc.satoshichain.io"
|
|
12657
|
+
],
|
|
12658
|
+
"faucets": [
|
|
12659
|
+
"https://faucet.satoshichain.io"
|
|
12660
|
+
],
|
|
12661
|
+
"nativeCurrency": {
|
|
12662
|
+
"name": "SatoshiChain Coin",
|
|
12663
|
+
"symbol": "SATS",
|
|
12664
|
+
"decimals": 18
|
|
12665
|
+
},
|
|
12666
|
+
"infoURL": "https://satoshichain.net",
|
|
12667
|
+
"shortName": "sats",
|
|
12668
|
+
"chainId": 5758,
|
|
12669
|
+
"networkId": 5758,
|
|
12670
|
+
"explorers": [
|
|
12671
|
+
{
|
|
12672
|
+
"name": "SatoshiChain Explorer",
|
|
12673
|
+
"url": "https://satoshiscan.io",
|
|
12674
|
+
"standard": "EIP3091"
|
|
12675
|
+
}
|
|
12676
|
+
]
|
|
12677
|
+
},
|
|
11637
12678
|
{
|
|
11638
12679
|
"name": "Ganache",
|
|
11639
12680
|
"title": "Ganache GUI Ethereum Testnet",
|
|
@@ -11768,6 +12809,24 @@
|
|
|
11768
12809
|
}
|
|
11769
12810
|
]
|
|
11770
12811
|
},
|
|
12812
|
+
{
|
|
12813
|
+
"name": "Peerpay",
|
|
12814
|
+
"chain": "P2P",
|
|
12815
|
+
"rpc": [
|
|
12816
|
+
"https://peerpay.su.gy/p2p"
|
|
12817
|
+
],
|
|
12818
|
+
"faucets": [],
|
|
12819
|
+
"nativeCurrency": {
|
|
12820
|
+
"name": "Peerpay",
|
|
12821
|
+
"symbol": "P2P",
|
|
12822
|
+
"decimals": 18
|
|
12823
|
+
},
|
|
12824
|
+
"infoURL": "https://peerpay.su.gy",
|
|
12825
|
+
"shortName": "Peerpay",
|
|
12826
|
+
"chainId": 6502,
|
|
12827
|
+
"networkId": 6502,
|
|
12828
|
+
"explorers": []
|
|
12829
|
+
},
|
|
11771
12830
|
{
|
|
11772
12831
|
"name": "Scolcoin WeiChain Testnet",
|
|
11773
12832
|
"chain": "SCOLWEI-testnet",
|
|
@@ -11795,6 +12854,36 @@
|
|
|
11795
12854
|
}
|
|
11796
12855
|
]
|
|
11797
12856
|
},
|
|
12857
|
+
{
|
|
12858
|
+
"name": "Fox Testnet Network",
|
|
12859
|
+
"chain": "FOX",
|
|
12860
|
+
"rpc": [
|
|
12861
|
+
"https://rpc-testnet-v1.foxchain.app/",
|
|
12862
|
+
"https://rpc2-testnet-v1.foxchain.app/",
|
|
12863
|
+
"https://rpc3-testnet-v1.foxchain.app"
|
|
12864
|
+
],
|
|
12865
|
+
"faucets": [
|
|
12866
|
+
"https://faucet.foxchain.app"
|
|
12867
|
+
],
|
|
12868
|
+
"nativeCurrency": {
|
|
12869
|
+
"name": "FOX Native Token",
|
|
12870
|
+
"symbol": "tFOX",
|
|
12871
|
+
"decimals": 18
|
|
12872
|
+
},
|
|
12873
|
+
"infoURL": "https://foxchain.app",
|
|
12874
|
+
"shortName": "fox",
|
|
12875
|
+
"chainId": 6565,
|
|
12876
|
+
"networkId": 6565,
|
|
12877
|
+
"icon": "fox",
|
|
12878
|
+
"explorers": [
|
|
12879
|
+
{
|
|
12880
|
+
"name": "FOX Testnet Explorer",
|
|
12881
|
+
"icon": "fox",
|
|
12882
|
+
"url": "https://testnet.foxscan.app",
|
|
12883
|
+
"standard": "none"
|
|
12884
|
+
}
|
|
12885
|
+
]
|
|
12886
|
+
},
|
|
11798
12887
|
{
|
|
11799
12888
|
"name": "Pixie Chain Mainnet",
|
|
11800
12889
|
"chain": "PixieChain",
|
|
@@ -11820,6 +12909,40 @@
|
|
|
11820
12909
|
}
|
|
11821
12910
|
]
|
|
11822
12911
|
},
|
|
12912
|
+
{
|
|
12913
|
+
"name": "IRIShub",
|
|
12914
|
+
"chain": "IRIShub",
|
|
12915
|
+
"rpc": [
|
|
12916
|
+
"https://evmrpc.irishub-1.irisnet.org"
|
|
12917
|
+
],
|
|
12918
|
+
"features": [
|
|
12919
|
+
{
|
|
12920
|
+
"name": "EIP155"
|
|
12921
|
+
},
|
|
12922
|
+
{
|
|
12923
|
+
"name": "EIP1559"
|
|
12924
|
+
}
|
|
12925
|
+
],
|
|
12926
|
+
"faucets": [],
|
|
12927
|
+
"nativeCurrency": {
|
|
12928
|
+
"name": "Eris",
|
|
12929
|
+
"symbol": "ERIS",
|
|
12930
|
+
"decimals": 18
|
|
12931
|
+
},
|
|
12932
|
+
"infoURL": "https://www.irisnet.org",
|
|
12933
|
+
"shortName": "iris",
|
|
12934
|
+
"chainId": 6688,
|
|
12935
|
+
"networkId": 6688,
|
|
12936
|
+
"icon": "irishub",
|
|
12937
|
+
"explorers": [
|
|
12938
|
+
{
|
|
12939
|
+
"name": "IRISHub Cosmos Explorer (IOBScan)",
|
|
12940
|
+
"url": "https://irishub.iobscan.io",
|
|
12941
|
+
"standard": "none",
|
|
12942
|
+
"icon": "irishub"
|
|
12943
|
+
}
|
|
12944
|
+
]
|
|
12945
|
+
},
|
|
11823
12946
|
{
|
|
11824
12947
|
"name": "Gold Smart Chain Mainnet",
|
|
11825
12948
|
"chain": "STAND",
|
|
@@ -12063,6 +13186,32 @@
|
|
|
12063
13186
|
}
|
|
12064
13187
|
]
|
|
12065
13188
|
},
|
|
13189
|
+
{
|
|
13190
|
+
"name": "Raba Network Mainnet",
|
|
13191
|
+
"chain": "Raba",
|
|
13192
|
+
"icon": "raba",
|
|
13193
|
+
"rpc": [
|
|
13194
|
+
"https://rpc.x.raba.app/",
|
|
13195
|
+
"wss://rpc.x.raba.app/ws/"
|
|
13196
|
+
],
|
|
13197
|
+
"faucets": [],
|
|
13198
|
+
"nativeCurrency": {
|
|
13199
|
+
"name": "Raba",
|
|
13200
|
+
"symbol": "RABA",
|
|
13201
|
+
"decimals": 18
|
|
13202
|
+
},
|
|
13203
|
+
"infoURL": "https://x.raba.app/",
|
|
13204
|
+
"shortName": "raba",
|
|
13205
|
+
"chainId": 7484,
|
|
13206
|
+
"networkId": 7484,
|
|
13207
|
+
"explorers": [
|
|
13208
|
+
{
|
|
13209
|
+
"name": "raba",
|
|
13210
|
+
"url": "https://x.raba.app/explorer",
|
|
13211
|
+
"standard": "none"
|
|
13212
|
+
}
|
|
13213
|
+
]
|
|
13214
|
+
},
|
|
12066
13215
|
{
|
|
12067
13216
|
"name": "ADIL Testnet",
|
|
12068
13217
|
"chain": "ADIL",
|
|
@@ -12091,11 +13240,11 @@
|
|
|
12091
13240
|
]
|
|
12092
13241
|
},
|
|
12093
13242
|
{
|
|
12094
|
-
"name": "
|
|
13243
|
+
"name": "Adil Chain V2 Mainnet",
|
|
12095
13244
|
"chain": "ADIL",
|
|
12096
13245
|
"icon": "adil",
|
|
12097
13246
|
"rpc": [
|
|
12098
|
-
"https://
|
|
13247
|
+
"https://adilchain-rpc.io"
|
|
12099
13248
|
],
|
|
12100
13249
|
"faucets": [],
|
|
12101
13250
|
"nativeCurrency": {
|
|
@@ -12110,7 +13259,7 @@
|
|
|
12110
13259
|
"explorers": [
|
|
12111
13260
|
{
|
|
12112
13261
|
"name": "ADIL Mainnet Explorer",
|
|
12113
|
-
"url": "https://
|
|
13262
|
+
"url": "https://adilchain-scan.io",
|
|
12114
13263
|
"standard": "EIP3091"
|
|
12115
13264
|
}
|
|
12116
13265
|
]
|
|
@@ -12136,7 +13285,7 @@
|
|
|
12136
13285
|
{
|
|
12137
13286
|
"name": "rootnet",
|
|
12138
13287
|
"url": "https://explorer.rootnet.live",
|
|
12139
|
-
"standard": "
|
|
13288
|
+
"standard": "EIP3091"
|
|
12140
13289
|
}
|
|
12141
13290
|
]
|
|
12142
13291
|
},
|
|
@@ -12161,7 +13310,7 @@
|
|
|
12161
13310
|
{
|
|
12162
13311
|
"name": "rootnet",
|
|
12163
13312
|
"url": "https://explorer.rootnet.cloud",
|
|
12164
|
-
"standard": "
|
|
13313
|
+
"standard": "EIP3091"
|
|
12165
13314
|
}
|
|
12166
13315
|
]
|
|
12167
13316
|
},
|
|
@@ -12479,6 +13628,24 @@
|
|
|
12479
13628
|
"reusedChainId"
|
|
12480
13629
|
]
|
|
12481
13630
|
},
|
|
13631
|
+
{
|
|
13632
|
+
"name": "BitEth",
|
|
13633
|
+
"chain": "BTE",
|
|
13634
|
+
"rpc": [
|
|
13635
|
+
"https://rpc.biteth.org"
|
|
13636
|
+
],
|
|
13637
|
+
"faucets": [],
|
|
13638
|
+
"nativeCurrency": {
|
|
13639
|
+
"name": "BitEth",
|
|
13640
|
+
"symbol": "BTE",
|
|
13641
|
+
"decimals": 18
|
|
13642
|
+
},
|
|
13643
|
+
"infoURL": "https://biteth.org",
|
|
13644
|
+
"shortName": "BitEth",
|
|
13645
|
+
"chainId": 8086,
|
|
13646
|
+
"networkId": 8086,
|
|
13647
|
+
"explorers": []
|
|
13648
|
+
},
|
|
12482
13649
|
{
|
|
12483
13650
|
"name": "StreamuX Blockchain",
|
|
12484
13651
|
"chain": "StreamuX",
|
|
@@ -13374,6 +14541,34 @@
|
|
|
13374
14541
|
}
|
|
13375
14542
|
]
|
|
13376
14543
|
},
|
|
14544
|
+
{
|
|
14545
|
+
"name": "Neonlink Testnet",
|
|
14546
|
+
"chain": "Neonlink",
|
|
14547
|
+
"rpc": [
|
|
14548
|
+
"https://testnet.neonlink.io"
|
|
14549
|
+
],
|
|
14550
|
+
"faucets": [
|
|
14551
|
+
"https://faucet.neonlink.io/"
|
|
14552
|
+
],
|
|
14553
|
+
"nativeCurrency": {
|
|
14554
|
+
"name": "Neonlink Native Token",
|
|
14555
|
+
"symbol": "tNEON",
|
|
14556
|
+
"decimals": 18
|
|
14557
|
+
},
|
|
14558
|
+
"infoURL": "https://neonlink.io",
|
|
14559
|
+
"shortName": "testneon",
|
|
14560
|
+
"chainId": 9559,
|
|
14561
|
+
"networkId": 9559,
|
|
14562
|
+
"icon": "neonlink",
|
|
14563
|
+
"explorers": [
|
|
14564
|
+
{
|
|
14565
|
+
"name": "Neon Blockchain Explorer",
|
|
14566
|
+
"url": "https://testnet-scan.neonlink.io",
|
|
14567
|
+
"standard": "EIP3091",
|
|
14568
|
+
"icon": "neonlink"
|
|
14569
|
+
}
|
|
14570
|
+
]
|
|
14571
|
+
},
|
|
13377
14572
|
{
|
|
13378
14573
|
"name": "Oort MainnetDev",
|
|
13379
14574
|
"title": "Oort MainnetDev",
|
|
@@ -13445,6 +14640,104 @@
|
|
|
13445
14640
|
}
|
|
13446
14641
|
]
|
|
13447
14642
|
},
|
|
14643
|
+
{
|
|
14644
|
+
"name": "PepeNetwork Mainnet",
|
|
14645
|
+
"chain": "PepeNetwork",
|
|
14646
|
+
"rpc": [
|
|
14647
|
+
"https://rpc-mainnet.pepenetwork.io"
|
|
14648
|
+
],
|
|
14649
|
+
"faucets": [],
|
|
14650
|
+
"nativeCurrency": {
|
|
14651
|
+
"name": "Pepe",
|
|
14652
|
+
"symbol": "WPEPE",
|
|
14653
|
+
"decimals": 18
|
|
14654
|
+
},
|
|
14655
|
+
"infoURL": "https://pepenetwork.io",
|
|
14656
|
+
"shortName": "pn",
|
|
14657
|
+
"chainId": 9779,
|
|
14658
|
+
"networkId": 9779,
|
|
14659
|
+
"icon": "pepenetwork",
|
|
14660
|
+
"explorers": [
|
|
14661
|
+
{
|
|
14662
|
+
"name": "Pepe Explorer",
|
|
14663
|
+
"url": "https://explorer.pepenetwork.io",
|
|
14664
|
+
"icon": "pepenetwork",
|
|
14665
|
+
"standard": "none"
|
|
14666
|
+
}
|
|
14667
|
+
]
|
|
14668
|
+
},
|
|
14669
|
+
{
|
|
14670
|
+
"name": "Carbon EVM",
|
|
14671
|
+
"chain": "Carbon",
|
|
14672
|
+
"icon": "carbon",
|
|
14673
|
+
"rpc": [
|
|
14674
|
+
"https://evm-api.carbon.network/"
|
|
14675
|
+
],
|
|
14676
|
+
"faucets": [],
|
|
14677
|
+
"nativeCurrency": {
|
|
14678
|
+
"name": "swth",
|
|
14679
|
+
"symbol": "SWTH",
|
|
14680
|
+
"decimals": 18
|
|
14681
|
+
},
|
|
14682
|
+
"infoURL": "https://carbon.network/",
|
|
14683
|
+
"shortName": "carbon",
|
|
14684
|
+
"chainId": 9790,
|
|
14685
|
+
"networkId": 9790,
|
|
14686
|
+
"explorers": []
|
|
14687
|
+
},
|
|
14688
|
+
{
|
|
14689
|
+
"name": "Carbon EVM Testnet",
|
|
14690
|
+
"chain": "Carbon",
|
|
14691
|
+
"icon": "carbon",
|
|
14692
|
+
"rpc": [
|
|
14693
|
+
"https://test-evm-api.carbon.network/"
|
|
14694
|
+
],
|
|
14695
|
+
"faucets": [],
|
|
14696
|
+
"nativeCurrency": {
|
|
14697
|
+
"name": "swth",
|
|
14698
|
+
"symbol": "SWTH",
|
|
14699
|
+
"decimals": 18
|
|
14700
|
+
},
|
|
14701
|
+
"infoURL": "https://carbon.network/",
|
|
14702
|
+
"shortName": "carbon-testnet",
|
|
14703
|
+
"chainId": 9792,
|
|
14704
|
+
"networkId": 9792,
|
|
14705
|
+
"explorers": []
|
|
14706
|
+
},
|
|
14707
|
+
{
|
|
14708
|
+
"name": "AltLayer Testnet",
|
|
14709
|
+
"chain": "ETH",
|
|
14710
|
+
"rpc": [
|
|
14711
|
+
"https://testnet-rollup-api.altlayer.io"
|
|
14712
|
+
],
|
|
14713
|
+
"faucets": [],
|
|
14714
|
+
"nativeCurrency": {
|
|
14715
|
+
"name": "Ether",
|
|
14716
|
+
"symbol": "ETH",
|
|
14717
|
+
"decimals": 18
|
|
14718
|
+
},
|
|
14719
|
+
"features": [
|
|
14720
|
+
{
|
|
14721
|
+
"name": "EIP155"
|
|
14722
|
+
},
|
|
14723
|
+
{
|
|
14724
|
+
"name": "EIP1559"
|
|
14725
|
+
}
|
|
14726
|
+
],
|
|
14727
|
+
"infoURL": "https://altlayer.io",
|
|
14728
|
+
"shortName": "alt-testnet",
|
|
14729
|
+
"chainId": 9997,
|
|
14730
|
+
"networkId": 9997,
|
|
14731
|
+
"icon": "altlayer",
|
|
14732
|
+
"explorers": [
|
|
14733
|
+
{
|
|
14734
|
+
"name": "blockscout",
|
|
14735
|
+
"url": "https://testnet-rollup-explorer.altlayer.io",
|
|
14736
|
+
"icon": "blockscout",
|
|
14737
|
+
"standard": "EIP3091"
|
|
14738
|
+
}
|
|
14739
|
+
]
|
|
14740
|
+
},
|
|
13448
14741
|
{
|
|
13449
14742
|
"name": "myOwn Testnet",
|
|
13450
14743
|
"chain": "myOwn",
|
|
@@ -14038,9 +15331,24 @@
|
|
|
14038
15331
|
"chain": "FIBO",
|
|
14039
15332
|
"icon": "fibonacci",
|
|
14040
15333
|
"rpc": [
|
|
14041
|
-
"https://node1.fibo-api.asia"
|
|
15334
|
+
"https://node1.fibo-api.asia",
|
|
15335
|
+
"https://node2.fibo-api.asia",
|
|
15336
|
+
"https://node3.fibo-api.asia",
|
|
15337
|
+
"https://node4.fibo-api.asia",
|
|
15338
|
+
"https://node5.fibo-api.asia",
|
|
15339
|
+
"https://node6.fibo-api.asia",
|
|
15340
|
+
"https://node7.fibo-api.asia",
|
|
15341
|
+
"https://node1.fibo-rpc.asia",
|
|
15342
|
+
"https://node2.fibo-rpc.asia",
|
|
15343
|
+
"https://node3.fibo-rpc.asia",
|
|
15344
|
+
"https://node4.fibo-rpc.asia",
|
|
15345
|
+
"https://node5.fibo-rpc.asia",
|
|
15346
|
+
"https://node6.fibo-rpc.asia",
|
|
15347
|
+
"https://node7.fibo-rpc.asia"
|
|
15348
|
+
],
|
|
15349
|
+
"faucets": [
|
|
15350
|
+
"https://test.fibochain.org/faucets"
|
|
14042
15351
|
],
|
|
14043
|
-
"faucets": [],
|
|
14044
15352
|
"nativeCurrency": {
|
|
14045
15353
|
"name": "FIBONACCI UTILITY TOKEN",
|
|
14046
15354
|
"symbol": "FIBO",
|
|
@@ -14115,6 +15423,7 @@
|
|
|
14115
15423
|
"name": "Rikeza Network Testnet",
|
|
14116
15424
|
"title": "Rikeza Network Testnet",
|
|
14117
15425
|
"chain": "Rikeza",
|
|
15426
|
+
"icon": "rikeza",
|
|
14118
15427
|
"rpc": [
|
|
14119
15428
|
"https://testnet-rpc.rikscan.com"
|
|
14120
15429
|
],
|
|
@@ -14317,6 +15626,40 @@
|
|
|
14317
15626
|
}
|
|
14318
15627
|
]
|
|
14319
15628
|
},
|
|
15629
|
+
{
|
|
15630
|
+
"name": "EOS EVM Network Testnet",
|
|
15631
|
+
"chain": "EOS",
|
|
15632
|
+
"icon": "eos",
|
|
15633
|
+
"rpc": [
|
|
15634
|
+
"https://api.testnet.evm.eosnetwork.com"
|
|
15635
|
+
],
|
|
15636
|
+
"faucets": [],
|
|
15637
|
+
"nativeCurrency": {
|
|
15638
|
+
"name": "EOS",
|
|
15639
|
+
"symbol": "EOS",
|
|
15640
|
+
"decimals": 18
|
|
15641
|
+
},
|
|
15642
|
+
"infoURL": "https://eosnetwork.com/eos-evm",
|
|
15643
|
+
"shortName": "eos-testnet",
|
|
15644
|
+
"chainId": 15557,
|
|
15645
|
+
"networkId": 15557,
|
|
15646
|
+
"explorers": [
|
|
15647
|
+
{
|
|
15648
|
+
"name": "EOS EVM Explorer",
|
|
15649
|
+
"url": "https://explorer.testnet.evm.eosnetwork.com",
|
|
15650
|
+
"standard": "EIP3091"
|
|
15651
|
+
}
|
|
15652
|
+
],
|
|
15653
|
+
"parent": {
|
|
15654
|
+
"type": "L2",
|
|
15655
|
+
"chain": "eip155-1",
|
|
15656
|
+
"bridges": [
|
|
15657
|
+
{
|
|
15658
|
+
"url": "https://bridge.testnet.evm.eosnetwork.com"
|
|
15659
|
+
}
|
|
15660
|
+
]
|
|
15661
|
+
}
|
|
15662
|
+
},
|
|
14320
15663
|
{
|
|
14321
15664
|
"name": "MetaDot Mainnet",
|
|
14322
15665
|
"chain": "MTT",
|
|
@@ -14353,6 +15696,65 @@
|
|
|
14353
15696
|
"chainId": 16001,
|
|
14354
15697
|
"networkId": 16001
|
|
14355
15698
|
},
|
|
15699
|
+
{
|
|
15700
|
+
"name": "Genesys Mainnet",
|
|
15701
|
+
"chain": "Genesys",
|
|
15702
|
+
"icon": "genesys",
|
|
15703
|
+
"rpc": [
|
|
15704
|
+
"https://rpc.genesys.network"
|
|
15705
|
+
],
|
|
15706
|
+
"faucets": [],
|
|
15707
|
+
"nativeCurrency": {
|
|
15708
|
+
"name": "Genesys",
|
|
15709
|
+
"symbol": "GSYS",
|
|
15710
|
+
"decimals": 18
|
|
15711
|
+
},
|
|
15712
|
+
"infoURL": "https://www.genesys.network/",
|
|
15713
|
+
"shortName": "Genesys",
|
|
15714
|
+
"chainId": 16507,
|
|
15715
|
+
"networkId": 16507,
|
|
15716
|
+
"explorers": [
|
|
15717
|
+
{
|
|
15718
|
+
"name": "GchainExplorer",
|
|
15719
|
+
"url": "https://gchainexplorer.genesys.network",
|
|
15720
|
+
"standard": "EIP3091"
|
|
15721
|
+
}
|
|
15722
|
+
]
|
|
15723
|
+
},
|
|
15724
|
+
{
|
|
15725
|
+
"name": "IRIShub Testnet",
|
|
15726
|
+
"chain": "IRIShub",
|
|
15727
|
+
"rpc": [
|
|
15728
|
+
"https://evmrpc.nyancat.irisnet.org"
|
|
15729
|
+
],
|
|
15730
|
+
"features": [
|
|
15731
|
+
{
|
|
15732
|
+
"name": "EIP155"
|
|
15733
|
+
},
|
|
15734
|
+
{
|
|
15735
|
+
"name": "EIP1559"
|
|
15736
|
+
}
|
|
15737
|
+
],
|
|
15738
|
+
"faucets": [],
|
|
15739
|
+
"nativeCurrency": {
|
|
15740
|
+
"name": "Eris",
|
|
15741
|
+
"symbol": "ERIS",
|
|
15742
|
+
"decimals": 18
|
|
15743
|
+
},
|
|
15744
|
+
"infoURL": "https://www.irisnet.org",
|
|
15745
|
+
"shortName": "nyancat",
|
|
15746
|
+
"chainId": 16688,
|
|
15747
|
+
"networkId": 16688,
|
|
15748
|
+
"icon": "nyancat",
|
|
15749
|
+
"explorers": [
|
|
15750
|
+
{
|
|
15751
|
+
"name": "IRISHub Testnet Cosmos Explorer (IOBScan)",
|
|
15752
|
+
"url": "https://nyancat.iobscan.io",
|
|
15753
|
+
"standard": "none",
|
|
15754
|
+
"icon": "nyancat"
|
|
15755
|
+
}
|
|
15756
|
+
]
|
|
15757
|
+
},
|
|
14356
15758
|
{
|
|
14357
15759
|
"name": "AirDAO Mainnet",
|
|
14358
15760
|
"chain": "ambnet",
|
|
@@ -14405,6 +15807,70 @@
|
|
|
14405
15807
|
}
|
|
14406
15808
|
]
|
|
14407
15809
|
},
|
|
15810
|
+
{
|
|
15811
|
+
"name": "Palette Chain Testnet",
|
|
15812
|
+
"chain": "PLT",
|
|
15813
|
+
"rpc": [
|
|
15814
|
+
"https://palette-opennet.com:22000"
|
|
15815
|
+
],
|
|
15816
|
+
"faucets": [],
|
|
15817
|
+
"nativeCurrency": {
|
|
15818
|
+
"name": "Palette Token",
|
|
15819
|
+
"symbol": "PLT",
|
|
15820
|
+
"decimals": 18
|
|
15821
|
+
},
|
|
15822
|
+
"features": [],
|
|
15823
|
+
"infoURL": "https://hashpalette.com/",
|
|
15824
|
+
"shortName": "PCT",
|
|
15825
|
+
"chainId": 17180,
|
|
15826
|
+
"networkId": 17180,
|
|
15827
|
+
"icon": "PLT",
|
|
15828
|
+
"explorers": [
|
|
15829
|
+
{
|
|
15830
|
+
"name": "Palettescan",
|
|
15831
|
+
"url": "https://testnet.palettescan.com",
|
|
15832
|
+
"icon": "PLT",
|
|
15833
|
+
"standard": "none"
|
|
15834
|
+
}
|
|
15835
|
+
]
|
|
15836
|
+
},
|
|
15837
|
+
{
|
|
15838
|
+
"name": "EOS EVM Network",
|
|
15839
|
+
"chain": "EOS",
|
|
15840
|
+
"icon": "eos",
|
|
15841
|
+
"rpc": [
|
|
15842
|
+
"https://api.evm.eosnetwork.com"
|
|
15843
|
+
],
|
|
15844
|
+
"faucets": [],
|
|
15845
|
+
"nativeCurrency": {
|
|
15846
|
+
"name": "EOS",
|
|
15847
|
+
"symbol": "EOS",
|
|
15848
|
+
"decimals": 18
|
|
15849
|
+
},
|
|
15850
|
+
"infoURL": "https://eosnetwork.com/eos-evm",
|
|
15851
|
+
"shortName": "eos",
|
|
15852
|
+
"chainId": 17777,
|
|
15853
|
+
"networkId": 17777,
|
|
15854
|
+
"explorers": [
|
|
15855
|
+
{
|
|
15856
|
+
"name": "EOS EVM Explorer",
|
|
15857
|
+
"url": "https://explorer.evm.eosnetwork.com",
|
|
15858
|
+
"standard": "EIP3091"
|
|
15859
|
+
}
|
|
15860
|
+
],
|
|
15861
|
+
"parent": {
|
|
15862
|
+
"type": "L2",
|
|
15863
|
+
"chain": "eip155-1",
|
|
15864
|
+
"bridges": [
|
|
15865
|
+
{
|
|
15866
|
+
"url": "https://bridge.evm.eosnetwork.com"
|
|
15867
|
+
},
|
|
15868
|
+
{
|
|
15869
|
+
"url": "https://app.multichain.org"
|
|
15870
|
+
}
|
|
15871
|
+
]
|
|
15872
|
+
}
|
|
15873
|
+
},
|
|
14408
15874
|
{
|
|
14409
15875
|
"name": "Frontier of Dreams Testnet",
|
|
14410
15876
|
"chain": "Game Network",
|
|
@@ -14886,6 +16352,40 @@
|
|
|
14886
16352
|
}
|
|
14887
16353
|
]
|
|
14888
16354
|
},
|
|
16355
|
+
{
|
|
16356
|
+
"name": "Ferrum Testnet",
|
|
16357
|
+
"chain": "tFRM",
|
|
16358
|
+
"rpc": [
|
|
16359
|
+
"http://testnet.dev.svcs.ferrumnetwork.io:9933"
|
|
16360
|
+
],
|
|
16361
|
+
"faucets": [
|
|
16362
|
+
"https://testnet.faucet.ferrumnetwork.io"
|
|
16363
|
+
],
|
|
16364
|
+
"nativeCurrency": {
|
|
16365
|
+
"name": "Ferrum",
|
|
16366
|
+
"symbol": "tFRM",
|
|
16367
|
+
"decimals": 18
|
|
16368
|
+
},
|
|
16369
|
+
"features": [
|
|
16370
|
+
{
|
|
16371
|
+
"name": "EIP155"
|
|
16372
|
+
},
|
|
16373
|
+
{
|
|
16374
|
+
"name": "EIP1559"
|
|
16375
|
+
}
|
|
16376
|
+
],
|
|
16377
|
+
"infoURL": "https://ferrum.network",
|
|
16378
|
+
"shortName": "frm",
|
|
16379
|
+
"chainId": 26026,
|
|
16380
|
+
"networkId": 26026,
|
|
16381
|
+
"explorers": [
|
|
16382
|
+
{
|
|
16383
|
+
"name": "polkadotjs",
|
|
16384
|
+
"url": "https://polkadot.js.org/apps/?rpc=wss%3A%2F%2Ftestnet.dev.svcs.ferrumnetwork.io#/explorer",
|
|
16385
|
+
"standard": "none"
|
|
16386
|
+
}
|
|
16387
|
+
]
|
|
16388
|
+
},
|
|
14889
16389
|
{
|
|
14890
16390
|
"name": "Hertz Network Mainnet",
|
|
14891
16391
|
"chain": "HTZ",
|
|
@@ -15184,6 +16684,31 @@
|
|
|
15184
16684
|
}
|
|
15185
16685
|
]
|
|
15186
16686
|
},
|
|
16687
|
+
{
|
|
16688
|
+
"name": "Zilliqa EVM",
|
|
16689
|
+
"chain": "ZIL",
|
|
16690
|
+
"rpc": [
|
|
16691
|
+
"https://api.zilliqa.com"
|
|
16692
|
+
],
|
|
16693
|
+
"faucets": [],
|
|
16694
|
+
"nativeCurrency": {
|
|
16695
|
+
"name": "Zilliqa",
|
|
16696
|
+
"symbol": "ZIL",
|
|
16697
|
+
"decimals": 18
|
|
16698
|
+
},
|
|
16699
|
+
"infoURL": "https://www.zilliqa.com/",
|
|
16700
|
+
"shortName": "zil",
|
|
16701
|
+
"chainId": 32769,
|
|
16702
|
+
"networkId": 32769,
|
|
16703
|
+
"icon": "zilliqa",
|
|
16704
|
+
"explorers": [
|
|
16705
|
+
{
|
|
16706
|
+
"name": "Zilliqa EVM Explorer",
|
|
16707
|
+
"url": "https://evmx.zilliqa.com",
|
|
16708
|
+
"standard": "none"
|
|
16709
|
+
}
|
|
16710
|
+
]
|
|
16711
|
+
},
|
|
15187
16712
|
{
|
|
15188
16713
|
"name": "Zilliqa EVM Testnet",
|
|
15189
16714
|
"chain": "ZIL",
|
|
@@ -15596,7 +17121,8 @@
|
|
|
15596
17121
|
"chain": "AVAX",
|
|
15597
17122
|
"icon": "avax",
|
|
15598
17123
|
"rpc": [
|
|
15599
|
-
"https://api.avax-test.network/ext/bc/C/rpc"
|
|
17124
|
+
"https://api.avax-test.network/ext/bc/C/rpc",
|
|
17125
|
+
"https://avalanche-fuji-c-chain.publicnode.com"
|
|
15600
17126
|
],
|
|
15601
17127
|
"faucets": [
|
|
15602
17128
|
"https://faucet.avax-test.network/"
|
|
@@ -15920,21 +17446,56 @@
|
|
|
15920
17446
|
"symbol": "GCD",
|
|
15921
17447
|
"decimals": 18
|
|
15922
17448
|
},
|
|
15923
|
-
"infoURL": "https://gton.capital",
|
|
15924
|
-
"shortName": "tgton",
|
|
15925
|
-
"chainId": 50021,
|
|
15926
|
-
"networkId": 50021,
|
|
17449
|
+
"infoURL": "https://gton.capital",
|
|
17450
|
+
"shortName": "tgton",
|
|
17451
|
+
"chainId": 50021,
|
|
17452
|
+
"networkId": 50021,
|
|
17453
|
+
"explorers": [
|
|
17454
|
+
{
|
|
17455
|
+
"name": "GTON Testnet Network Explorer",
|
|
17456
|
+
"url": "https://explorer.testnet.gton.network",
|
|
17457
|
+
"standard": "EIP3091"
|
|
17458
|
+
}
|
|
17459
|
+
],
|
|
17460
|
+
"parent": {
|
|
17461
|
+
"type": "L2",
|
|
17462
|
+
"chain": "eip155-3"
|
|
17463
|
+
}
|
|
17464
|
+
},
|
|
17465
|
+
{
|
|
17466
|
+
"name": "Opside Testnet Pre-Alpha",
|
|
17467
|
+
"chain": "ETH",
|
|
17468
|
+
"rpc": [
|
|
17469
|
+
"https://pre-alpha-us-http-geth.opside.network",
|
|
17470
|
+
"https://pre-alpha-hk-http-geth.opside.network"
|
|
17471
|
+
],
|
|
17472
|
+
"faucets": [],
|
|
17473
|
+
"nativeCurrency": {
|
|
17474
|
+
"name": "IDE Test Token",
|
|
17475
|
+
"symbol": "IDE",
|
|
17476
|
+
"decimals": 18
|
|
17477
|
+
},
|
|
17478
|
+
"features": [
|
|
17479
|
+
{
|
|
17480
|
+
"name": "EIP155"
|
|
17481
|
+
},
|
|
17482
|
+
{
|
|
17483
|
+
"name": "EIP1559"
|
|
17484
|
+
}
|
|
17485
|
+
],
|
|
17486
|
+
"infoURL": "https://opsi.de/",
|
|
17487
|
+
"shortName": "Opside-Testnet",
|
|
17488
|
+
"chainId": 51178,
|
|
17489
|
+
"networkId": 51178,
|
|
17490
|
+
"icon": "opside-new",
|
|
15927
17491
|
"explorers": [
|
|
15928
17492
|
{
|
|
15929
|
-
"name": "
|
|
15930
|
-
"url": "https://
|
|
17493
|
+
"name": "OpsideTestnetInfo",
|
|
17494
|
+
"url": "https://pre-alpha.opside.info",
|
|
17495
|
+
"icon": "opside-new",
|
|
15931
17496
|
"standard": "EIP3091"
|
|
15932
17497
|
}
|
|
15933
|
-
]
|
|
15934
|
-
"parent": {
|
|
15935
|
-
"type": "L2",
|
|
15936
|
-
"chain": "eip155-3"
|
|
15937
|
-
}
|
|
17498
|
+
]
|
|
15938
17499
|
},
|
|
15939
17500
|
{
|
|
15940
17501
|
"name": "Sardis Mainnet",
|
|
@@ -16123,16 +17684,19 @@
|
|
|
16123
17684
|
},
|
|
16124
17685
|
{
|
|
16125
17686
|
"name": "Linea Testnet",
|
|
16126
|
-
"title": "Linea Testnet",
|
|
17687
|
+
"title": "Linea Goerli Testnet",
|
|
16127
17688
|
"chain": "ETH",
|
|
16128
17689
|
"rpc": [
|
|
16129
|
-
"https://rpc.goerli.linea.build"
|
|
17690
|
+
"https://rpc.goerli.linea.build",
|
|
17691
|
+
"wss://rpc.goerli.linea.build",
|
|
17692
|
+
"https://linea-goerli.infura.io/v3/${INFURA_API_KEY}",
|
|
17693
|
+
"wss://linea-goerli.infura.io/v3/${INFURA_API_KEY}"
|
|
16130
17694
|
],
|
|
16131
17695
|
"faucets": [
|
|
16132
17696
|
"https://faucetlink.to/goerli"
|
|
16133
17697
|
],
|
|
16134
17698
|
"nativeCurrency": {
|
|
16135
|
-
"name": "
|
|
17699
|
+
"name": "Linea Ether",
|
|
16136
17700
|
"symbol": "ETH",
|
|
16137
17701
|
"decimals": 18
|
|
16138
17702
|
},
|
|
@@ -16152,7 +17716,7 @@
|
|
|
16152
17716
|
},
|
|
16153
17717
|
"explorers": [
|
|
16154
17718
|
{
|
|
16155
|
-
"name": "
|
|
17719
|
+
"name": "blockscout",
|
|
16156
17720
|
"url": "https://explorer.goerli.linea.build",
|
|
16157
17721
|
"standard": "EIP3091",
|
|
16158
17722
|
"icon": "linea"
|
|
@@ -16475,6 +18039,23 @@
|
|
|
16475
18039
|
}
|
|
16476
18040
|
]
|
|
16477
18041
|
},
|
|
18042
|
+
{
|
|
18043
|
+
"name": "Cosmic Chain",
|
|
18044
|
+
"chain": "COSMIC",
|
|
18045
|
+
"rpc": [
|
|
18046
|
+
"http://testnet.cosmicchain.site:3344"
|
|
18047
|
+
],
|
|
18048
|
+
"faucets": [],
|
|
18049
|
+
"nativeCurrency": {
|
|
18050
|
+
"name": "Cosmic Chain",
|
|
18051
|
+
"symbol": "COSMIC",
|
|
18052
|
+
"decimals": 18
|
|
18053
|
+
},
|
|
18054
|
+
"infoURL": "https://cosmicchain.site",
|
|
18055
|
+
"shortName": "Cosmic",
|
|
18056
|
+
"chainId": 67588,
|
|
18057
|
+
"networkId": 3344
|
|
18058
|
+
},
|
|
16478
18059
|
{
|
|
16479
18060
|
"name": "Condrieu",
|
|
16480
18061
|
"title": "Ethereum Verkle Testnet Condrieu",
|
|
@@ -16598,6 +18179,34 @@
|
|
|
16598
18179
|
}
|
|
16599
18180
|
]
|
|
16600
18181
|
},
|
|
18182
|
+
{
|
|
18183
|
+
"name": "GuapcoinX",
|
|
18184
|
+
"chain": "GuapcoinX",
|
|
18185
|
+
"rpc": [
|
|
18186
|
+
"https://rpc-mainnet.guapcoinx.com/",
|
|
18187
|
+
"https://rpc-mainnet-1.guapcoinx.com/",
|
|
18188
|
+
"https://rpc-mainnet-2.guapcoinx.com/"
|
|
18189
|
+
],
|
|
18190
|
+
"faucets": [],
|
|
18191
|
+
"nativeCurrency": {
|
|
18192
|
+
"name": "GuapcoinX",
|
|
18193
|
+
"symbol": "GuapX",
|
|
18194
|
+
"decimals": 18
|
|
18195
|
+
},
|
|
18196
|
+
"infoURL": "https://guapcoin.org/",
|
|
18197
|
+
"shortName": "GuapX",
|
|
18198
|
+
"chainId": 71111,
|
|
18199
|
+
"networkId": 71111,
|
|
18200
|
+
"icon": "guapcoinx",
|
|
18201
|
+
"explorers": [
|
|
18202
|
+
{
|
|
18203
|
+
"name": "GuapcoinX Explorer",
|
|
18204
|
+
"url": "http://explorer.guapcoinx.com",
|
|
18205
|
+
"standard": "none",
|
|
18206
|
+
"icon": "guapcoinx"
|
|
18207
|
+
}
|
|
18208
|
+
]
|
|
18209
|
+
},
|
|
16601
18210
|
{
|
|
16602
18211
|
"name": "Polyjuice Testnet",
|
|
16603
18212
|
"chain": "CKB",
|
|
@@ -16639,11 +18248,6 @@
|
|
|
16639
18248
|
"chainId": 71401,
|
|
16640
18249
|
"networkId": 71401,
|
|
16641
18250
|
"explorers": [
|
|
16642
|
-
{
|
|
16643
|
-
"name": "GWScout Explorer",
|
|
16644
|
-
"url": "https://gw-testnet-explorer.nervosdao.community",
|
|
16645
|
-
"standard": "none"
|
|
16646
|
-
},
|
|
16647
18251
|
{
|
|
16648
18252
|
"name": "GWScan Block Explorer",
|
|
16649
18253
|
"url": "https://v1.testnet.gwscan.com",
|
|
@@ -16668,11 +18272,6 @@
|
|
|
16668
18272
|
"chainId": 71402,
|
|
16669
18273
|
"networkId": 71402,
|
|
16670
18274
|
"explorers": [
|
|
16671
|
-
{
|
|
16672
|
-
"name": "GWScout Explorer",
|
|
16673
|
-
"url": "https://gw-mainnet-explorer.nervosdao.community",
|
|
16674
|
-
"standard": "none"
|
|
16675
|
-
},
|
|
16676
18275
|
{
|
|
16677
18276
|
"name": "GWScan Block Explorer",
|
|
16678
18277
|
"url": "https://v1.gwscan.com",
|
|
@@ -16793,6 +18392,35 @@
|
|
|
16793
18392
|
"chainId": 78110,
|
|
16794
18393
|
"networkId": 78110
|
|
16795
18394
|
},
|
|
18395
|
+
{
|
|
18396
|
+
"name": "Dragonfly Mainnet (Hexapod)",
|
|
18397
|
+
"chain": "Dragonfly",
|
|
18398
|
+
"icon": "dragonfly",
|
|
18399
|
+
"rpc": [
|
|
18400
|
+
"https://dragonfly-rpc.switch.ch",
|
|
18401
|
+
"https://dragonfly-rpc.kore-technologies.ch",
|
|
18402
|
+
"https://dragonfly-rpc.phoenix-systems.io",
|
|
18403
|
+
"https://dragonfly-rpc.block-spirit.ch"
|
|
18404
|
+
],
|
|
18405
|
+
"faucets": [],
|
|
18406
|
+
"nativeCurrency": {
|
|
18407
|
+
"name": "Dragonfly",
|
|
18408
|
+
"symbol": "DFLY",
|
|
18409
|
+
"decimals": 18
|
|
18410
|
+
},
|
|
18411
|
+
"infoURL": "https://hexapod.network",
|
|
18412
|
+
"shortName": "dfly",
|
|
18413
|
+
"chainId": 78281,
|
|
18414
|
+
"networkId": 78281,
|
|
18415
|
+
"explorers": [
|
|
18416
|
+
{
|
|
18417
|
+
"name": "Dragonfly Blockscout",
|
|
18418
|
+
"url": "https://blockscout.dragonfly.hexapod.network",
|
|
18419
|
+
"icon": "blockscout",
|
|
18420
|
+
"standard": "EIP3091"
|
|
18421
|
+
}
|
|
18422
|
+
]
|
|
18423
|
+
},
|
|
16796
18424
|
{
|
|
16797
18425
|
"name": "Gold Smart Chain Testnet",
|
|
16798
18426
|
"chain": "STAND",
|
|
@@ -16828,7 +18456,8 @@
|
|
|
16828
18456
|
"rpc": [
|
|
16829
18457
|
"https://matic-mumbai.chainstacklabs.com",
|
|
16830
18458
|
"https://rpc-mumbai.maticvigil.com",
|
|
16831
|
-
"https://matic-testnet-archive-rpc.bwarelabs.com"
|
|
18459
|
+
"https://matic-testnet-archive-rpc.bwarelabs.com",
|
|
18460
|
+
"https://polygon-mumbai-bor.publicnode.com"
|
|
16832
18461
|
],
|
|
16833
18462
|
"faucets": [
|
|
16834
18463
|
"https://faucet.polygon.technology/"
|
|
@@ -17161,6 +18790,39 @@
|
|
|
17161
18790
|
}
|
|
17162
18791
|
]
|
|
17163
18792
|
},
|
|
18793
|
+
{
|
|
18794
|
+
"name": "Mantis Testnet (Hexapod)",
|
|
18795
|
+
"chain": "Mantis",
|
|
18796
|
+
"icon": "mantis",
|
|
18797
|
+
"rpc": [
|
|
18798
|
+
"https://mantis-rpc.switch.ch",
|
|
18799
|
+
"https://mantis-rpc.kore-technologies.ch",
|
|
18800
|
+
"https://mantis-rpc.phoenix-systems.io"
|
|
18801
|
+
],
|
|
18802
|
+
"faucets": [
|
|
18803
|
+
"https://mantis.switch.ch/faucet",
|
|
18804
|
+
"https://mantis.kore-technologies.ch/faucet",
|
|
18805
|
+
"https://mantis.phoenix-systems.io/faucet",
|
|
18806
|
+
"https://mantis.block-spirit.ch/faucet"
|
|
18807
|
+
],
|
|
18808
|
+
"nativeCurrency": {
|
|
18809
|
+
"name": "Mantis",
|
|
18810
|
+
"symbol": "MANTIS",
|
|
18811
|
+
"decimals": 18
|
|
18812
|
+
},
|
|
18813
|
+
"infoURL": "https://hexapod.network",
|
|
18814
|
+
"shortName": "mantis",
|
|
18815
|
+
"chainId": 96970,
|
|
18816
|
+
"networkId": 96970,
|
|
18817
|
+
"explorers": [
|
|
18818
|
+
{
|
|
18819
|
+
"name": "Mantis Blockscout",
|
|
18820
|
+
"url": "https://blockscout.mantis.hexapod.network",
|
|
18821
|
+
"icon": "blockscout",
|
|
18822
|
+
"standard": "EIP3091"
|
|
18823
|
+
}
|
|
18824
|
+
]
|
|
18825
|
+
},
|
|
17164
18826
|
{
|
|
17165
18827
|
"name": "Boba BNB Mainnet Old",
|
|
17166
18828
|
"chain": "Boba BNB Mainnet",
|
|
@@ -17961,6 +19623,31 @@
|
|
|
17961
19623
|
}
|
|
17962
19624
|
]
|
|
17963
19625
|
},
|
|
19626
|
+
{
|
|
19627
|
+
"name": "ICPlaza Mainnet",
|
|
19628
|
+
"chain": "ICPlaza",
|
|
19629
|
+
"icon": "icplaza",
|
|
19630
|
+
"rpc": [
|
|
19631
|
+
"https://rpcmainnet.ic-plaza.org/"
|
|
19632
|
+
],
|
|
19633
|
+
"faucets": [],
|
|
19634
|
+
"nativeCurrency": {
|
|
19635
|
+
"name": "ict",
|
|
19636
|
+
"symbol": "ict",
|
|
19637
|
+
"decimals": 18
|
|
19638
|
+
},
|
|
19639
|
+
"infoURL": "https://docs.ic-plaza.org/",
|
|
19640
|
+
"shortName": "ICPlaza",
|
|
19641
|
+
"chainId": 142857,
|
|
19642
|
+
"networkId": 142857,
|
|
19643
|
+
"explorers": [
|
|
19644
|
+
{
|
|
19645
|
+
"name": "ICPlaza",
|
|
19646
|
+
"url": "https://browsemainnet.ic-plaza.org/index",
|
|
19647
|
+
"standard": "none"
|
|
19648
|
+
}
|
|
19649
|
+
]
|
|
19650
|
+
},
|
|
17964
19651
|
{
|
|
17965
19652
|
"name": "Taiko (Alpha-2 Testnet)",
|
|
17966
19653
|
"chain": "ETH",
|
|
@@ -18520,6 +20207,34 @@
|
|
|
18520
20207
|
}
|
|
18521
20208
|
]
|
|
18522
20209
|
},
|
|
20210
|
+
{
|
|
20211
|
+
"name": "TTcoin Smart Chain Mainnet",
|
|
20212
|
+
"chain": "TSC",
|
|
20213
|
+
"icon": "tscscan",
|
|
20214
|
+
"rpc": [
|
|
20215
|
+
"https://mainnet-rpc.tscscan.com"
|
|
20216
|
+
],
|
|
20217
|
+
"faucets": [
|
|
20218
|
+
"https://faucet.tscscan.com"
|
|
20219
|
+
],
|
|
20220
|
+
"nativeCurrency": {
|
|
20221
|
+
"name": "TTcoin",
|
|
20222
|
+
"symbol": "TC",
|
|
20223
|
+
"decimals": 18
|
|
20224
|
+
},
|
|
20225
|
+
"infoURL": "https://ttcoin.info/",
|
|
20226
|
+
"shortName": "tc",
|
|
20227
|
+
"chainId": 330844,
|
|
20228
|
+
"networkId": 330844,
|
|
20229
|
+
"explorers": [
|
|
20230
|
+
{
|
|
20231
|
+
"name": "TTcoin Smart Chain Explorer",
|
|
20232
|
+
"url": "https://tscscan.com",
|
|
20233
|
+
"standard": "EIP3091",
|
|
20234
|
+
"icon": "tscscan"
|
|
20235
|
+
}
|
|
20236
|
+
]
|
|
20237
|
+
},
|
|
18523
20238
|
{
|
|
18524
20239
|
"name": "Oone Chain Testnet",
|
|
18525
20240
|
"chain": "OONE",
|
|
@@ -18586,6 +20301,33 @@
|
|
|
18586
20301
|
"chainId": 333999,
|
|
18587
20302
|
"networkId": 333999
|
|
18588
20303
|
},
|
|
20304
|
+
{
|
|
20305
|
+
"name": "Bitfinity Network Testnet",
|
|
20306
|
+
"chain": "BFT",
|
|
20307
|
+
"rpc": [
|
|
20308
|
+
"https://testnet.bitfinity.network"
|
|
20309
|
+
],
|
|
20310
|
+
"faucets": [
|
|
20311
|
+
"https://bitfinity.network/faucet"
|
|
20312
|
+
],
|
|
20313
|
+
"nativeCurrency": {
|
|
20314
|
+
"name": "BITFINITY",
|
|
20315
|
+
"symbol": "BFT",
|
|
20316
|
+
"decimals": 18
|
|
20317
|
+
},
|
|
20318
|
+
"infoURL": "https://bitfinity.network",
|
|
20319
|
+
"shortName": "Bitfinity",
|
|
20320
|
+
"chainId": 355113,
|
|
20321
|
+
"networkId": 355113,
|
|
20322
|
+
"explorers": [
|
|
20323
|
+
{
|
|
20324
|
+
"name": "Bitfinity Block Explorer",
|
|
20325
|
+
"url": "https://explorer.bitfinity.network",
|
|
20326
|
+
"icon": "bitfinity",
|
|
20327
|
+
"standard": "EIP3091"
|
|
20328
|
+
}
|
|
20329
|
+
]
|
|
20330
|
+
},
|
|
18589
20331
|
{
|
|
18590
20332
|
"name": "HAPchain Testnet",
|
|
18591
20333
|
"chain": "HAPchain",
|
|
@@ -18838,7 +20580,7 @@
|
|
|
18838
20580
|
"decimals": 18
|
|
18839
20581
|
},
|
|
18840
20582
|
"infoURL": "https://fastex.com",
|
|
18841
|
-
"shortName": "
|
|
20583
|
+
"shortName": "fastexTestnet",
|
|
18842
20584
|
"chainId": 424242,
|
|
18843
20585
|
"networkId": 424242,
|
|
18844
20586
|
"explorers": [
|
|
@@ -19022,9 +20764,32 @@
|
|
|
19022
20764
|
],
|
|
19023
20765
|
"infoURL": "https://etherfair.org"
|
|
19024
20766
|
},
|
|
20767
|
+
{
|
|
20768
|
+
"name": "Scroll Sepolia Testnet",
|
|
20769
|
+
"chain": "ETH",
|
|
20770
|
+
"status": "incubating",
|
|
20771
|
+
"rpc": [],
|
|
20772
|
+
"faucets": [],
|
|
20773
|
+
"nativeCurrency": {
|
|
20774
|
+
"name": "Ether",
|
|
20775
|
+
"symbol": "ETH",
|
|
20776
|
+
"decimals": 18
|
|
20777
|
+
},
|
|
20778
|
+
"infoURL": "https://scroll.io",
|
|
20779
|
+
"shortName": "scr-sepolia",
|
|
20780
|
+
"chainId": 534351,
|
|
20781
|
+
"networkId": 534351,
|
|
20782
|
+
"explorers": [],
|
|
20783
|
+
"parent": {
|
|
20784
|
+
"type": "L2",
|
|
20785
|
+
"chain": "eip155-11155111",
|
|
20786
|
+
"bridges": []
|
|
20787
|
+
}
|
|
20788
|
+
},
|
|
19025
20789
|
{
|
|
19026
20790
|
"name": "Scroll",
|
|
19027
20791
|
"chain": "ETH",
|
|
20792
|
+
"status": "incubating",
|
|
19028
20793
|
"rpc": [],
|
|
19029
20794
|
"faucets": [],
|
|
19030
20795
|
"nativeCurrency": {
|
|
@@ -19046,7 +20811,7 @@
|
|
|
19046
20811
|
{
|
|
19047
20812
|
"name": "Scroll Alpha Testnet",
|
|
19048
20813
|
"chain": "ETH",
|
|
19049
|
-
"status": "
|
|
20814
|
+
"status": "active",
|
|
19050
20815
|
"rpc": [
|
|
19051
20816
|
"https://alpha-rpc.scroll.io/l2"
|
|
19052
20817
|
],
|
|
@@ -19065,6 +20830,11 @@
|
|
|
19065
20830
|
"name": "Scroll Alpha Testnet Block Explorer",
|
|
19066
20831
|
"url": "https://blockscout.scroll.io",
|
|
19067
20832
|
"standard": "EIP3091"
|
|
20833
|
+
},
|
|
20834
|
+
{
|
|
20835
|
+
"name": "Scroll Alpha Testnet Block Explorer",
|
|
20836
|
+
"url": "https://scrollexplorer.unifra.io",
|
|
20837
|
+
"standard": "EIP3091"
|
|
19068
20838
|
}
|
|
19069
20839
|
],
|
|
19070
20840
|
"parent": {
|
|
@@ -19076,6 +20846,7 @@
|
|
|
19076
20846
|
{
|
|
19077
20847
|
"name": "Scroll Pre-Alpha Testnet",
|
|
19078
20848
|
"chain": "ETH",
|
|
20849
|
+
"status": "deprecated",
|
|
19079
20850
|
"rpc": [
|
|
19080
20851
|
"https://prealpha-rpc.scroll.io/l2"
|
|
19081
20852
|
],
|
|
@@ -19226,6 +20997,31 @@
|
|
|
19226
20997
|
}
|
|
19227
20998
|
]
|
|
19228
20999
|
},
|
|
21000
|
+
{
|
|
21001
|
+
"name": "CURVE Mainnet",
|
|
21002
|
+
"chain": "CURVE",
|
|
21003
|
+
"icon": "curveIcon",
|
|
21004
|
+
"rpc": [
|
|
21005
|
+
"https://mainnet-rpc.curvescan.io"
|
|
21006
|
+
],
|
|
21007
|
+
"faucets": [],
|
|
21008
|
+
"nativeCurrency": {
|
|
21009
|
+
"name": "Curve",
|
|
21010
|
+
"symbol": "CURVE",
|
|
21011
|
+
"decimals": 18
|
|
21012
|
+
},
|
|
21013
|
+
"infoURL": "https://curvescan.io",
|
|
21014
|
+
"shortName": "CURVEm",
|
|
21015
|
+
"chainId": 827431,
|
|
21016
|
+
"networkId": 827431,
|
|
21017
|
+
"explorers": [
|
|
21018
|
+
{
|
|
21019
|
+
"name": "CURVE Mainnet",
|
|
21020
|
+
"url": "https://curvescan.io",
|
|
21021
|
+
"standard": "EIP3091"
|
|
21022
|
+
}
|
|
21023
|
+
]
|
|
21024
|
+
},
|
|
19229
21025
|
{
|
|
19230
21026
|
"name": "4GoodNetwork",
|
|
19231
21027
|
"chain": "4GN",
|
|
@@ -19666,6 +21462,33 @@
|
|
|
19666
21462
|
"slip44": 1,
|
|
19667
21463
|
"explorers": []
|
|
19668
21464
|
},
|
|
21465
|
+
{
|
|
21466
|
+
"name": "Worlds Caldera",
|
|
21467
|
+
"chain": "WCal",
|
|
21468
|
+
"rpc": [
|
|
21469
|
+
"https://worlds-test.calderachain.xyz/http"
|
|
21470
|
+
],
|
|
21471
|
+
"faucets": [],
|
|
21472
|
+
"nativeCurrency": {
|
|
21473
|
+
"name": "Ether",
|
|
21474
|
+
"symbol": "ETH",
|
|
21475
|
+
"decimals": 18
|
|
21476
|
+
},
|
|
21477
|
+
"features": [
|
|
21478
|
+
{
|
|
21479
|
+
"name": "EIP155"
|
|
21480
|
+
},
|
|
21481
|
+
{
|
|
21482
|
+
"name": "EIP1559"
|
|
21483
|
+
}
|
|
21484
|
+
],
|
|
21485
|
+
"infoURL": "https://caldera.xyz/",
|
|
21486
|
+
"shortName": "worldscal",
|
|
21487
|
+
"chainId": 4281033,
|
|
21488
|
+
"networkId": 4281033,
|
|
21489
|
+
"icon": "ethereum",
|
|
21490
|
+
"explorers": []
|
|
21491
|
+
},
|
|
19669
21492
|
{
|
|
19670
21493
|
"name": "MXC Wannsee zkEVM Testnet",
|
|
19671
21494
|
"chain": "MXC zkEVM",
|
|
@@ -20504,6 +22327,34 @@
|
|
|
20504
22327
|
}
|
|
20505
22328
|
]
|
|
20506
22329
|
},
|
|
22330
|
+
{
|
|
22331
|
+
"name": "Kanazawa",
|
|
22332
|
+
"title": "Meld Testnet Kanazawa",
|
|
22333
|
+
"chain": "Kanazawa",
|
|
22334
|
+
"rpc": [
|
|
22335
|
+
"https://subnets.avax.network/meld/testnet/rpc"
|
|
22336
|
+
],
|
|
22337
|
+
"faucets": [],
|
|
22338
|
+
"features": [],
|
|
22339
|
+
"nativeCurrency": {
|
|
22340
|
+
"name": "gMeld",
|
|
22341
|
+
"symbol": "gMELD",
|
|
22342
|
+
"decimals": 18
|
|
22343
|
+
},
|
|
22344
|
+
"icon": "meld",
|
|
22345
|
+
"infoURL": "https://meld.com",
|
|
22346
|
+
"shortName": "kanazawa",
|
|
22347
|
+
"chainId": 222000222,
|
|
22348
|
+
"networkId": 222000222,
|
|
22349
|
+
"explorers": [
|
|
22350
|
+
{
|
|
22351
|
+
"name": "explorer",
|
|
22352
|
+
"url": "https://subnets-test.avax.network/meld",
|
|
22353
|
+
"icon": "meld",
|
|
22354
|
+
"standard": "EIP3091"
|
|
22355
|
+
}
|
|
22356
|
+
]
|
|
22357
|
+
},
|
|
20507
22358
|
{
|
|
20508
22359
|
"name": "Neon EVM DevNet",
|
|
20509
22360
|
"chain": "Solana",
|
|
@@ -20596,6 +22447,33 @@
|
|
|
20596
22447
|
}
|
|
20597
22448
|
]
|
|
20598
22449
|
},
|
|
22450
|
+
{
|
|
22451
|
+
"name": "Razor Skale Chain",
|
|
22452
|
+
"chain": "Razor Schain",
|
|
22453
|
+
"icon": "razornetwork",
|
|
22454
|
+
"rpc": [
|
|
22455
|
+
"https://mainnet.skalenodes.com/v1/turbulent-unique-scheat"
|
|
22456
|
+
],
|
|
22457
|
+
"faucets": [
|
|
22458
|
+
"https://faucet.razorscan.io/"
|
|
22459
|
+
],
|
|
22460
|
+
"nativeCurrency": {
|
|
22461
|
+
"name": "sFuel",
|
|
22462
|
+
"symbol": "SFUEL",
|
|
22463
|
+
"decimals": 18
|
|
22464
|
+
},
|
|
22465
|
+
"infoURL": "https://razor.network",
|
|
22466
|
+
"shortName": "razor",
|
|
22467
|
+
"chainId": 278611351,
|
|
22468
|
+
"networkId": 278611351,
|
|
22469
|
+
"explorers": [
|
|
22470
|
+
{
|
|
22471
|
+
"name": "turbulent-unique-scheat",
|
|
22472
|
+
"url": "https://turbulent-unique-scheat.explorer.mainnet.skalenodes.com",
|
|
22473
|
+
"standard": "EIP3091"
|
|
22474
|
+
}
|
|
22475
|
+
]
|
|
22476
|
+
},
|
|
20599
22477
|
{
|
|
20600
22478
|
"name": "OneLedger Mainnet",
|
|
20601
22479
|
"chain": "OLT",
|
|
@@ -20621,6 +22499,34 @@
|
|
|
20621
22499
|
}
|
|
20622
22500
|
]
|
|
20623
22501
|
},
|
|
22502
|
+
{
|
|
22503
|
+
"name": "Meld",
|
|
22504
|
+
"title": "Meld Mainnet",
|
|
22505
|
+
"chain": "MELD",
|
|
22506
|
+
"rpc": [
|
|
22507
|
+
"https://subnets.avax.network/meld/mainnet/rpc"
|
|
22508
|
+
],
|
|
22509
|
+
"faucets": [],
|
|
22510
|
+
"features": [],
|
|
22511
|
+
"nativeCurrency": {
|
|
22512
|
+
"name": "gMeld",
|
|
22513
|
+
"symbol": "gMELD",
|
|
22514
|
+
"decimals": 18
|
|
22515
|
+
},
|
|
22516
|
+
"icon": "meld",
|
|
22517
|
+
"infoURL": "https://meld.com",
|
|
22518
|
+
"shortName": "meld",
|
|
22519
|
+
"chainId": 333000333,
|
|
22520
|
+
"networkId": 333000333,
|
|
22521
|
+
"explorers": [
|
|
22522
|
+
{
|
|
22523
|
+
"name": "explorer",
|
|
22524
|
+
"url": "https://subnets.avax.network/meld",
|
|
22525
|
+
"icon": "meld",
|
|
22526
|
+
"standard": "EIP3091"
|
|
22527
|
+
}
|
|
22528
|
+
]
|
|
22529
|
+
},
|
|
20624
22530
|
{
|
|
20625
22531
|
"name": "Calypso NFT Hub (SKALE Testnet)",
|
|
20626
22532
|
"title": "Calypso NFT Hub Testnet",
|
|
@@ -20861,6 +22767,34 @@
|
|
|
20861
22767
|
"chainId": 1313161556,
|
|
20862
22768
|
"networkId": 1313161556
|
|
20863
22769
|
},
|
|
22770
|
+
{
|
|
22771
|
+
"name": "Chaos (SKALE Testnet)",
|
|
22772
|
+
"title": "Chaos Testnet",
|
|
22773
|
+
"chain": "staging-fast-active-bellatrix",
|
|
22774
|
+
"rpc": [
|
|
22775
|
+
"https://staging-v3.skalenodes.com/v1/staging-fast-active-bellatrix"
|
|
22776
|
+
],
|
|
22777
|
+
"faucets": [
|
|
22778
|
+
"https://sfuel.skale.network/staging/chaos"
|
|
22779
|
+
],
|
|
22780
|
+
"nativeCurrency": {
|
|
22781
|
+
"name": "sFUEL",
|
|
22782
|
+
"symbol": "sFUEL",
|
|
22783
|
+
"decimals": 18
|
|
22784
|
+
},
|
|
22785
|
+
"infoURL": "https://docs.skale.network/develop/",
|
|
22786
|
+
"shortName": "chaos-tenet",
|
|
22787
|
+
"chainId": 1351057110,
|
|
22788
|
+
"networkId": 1351057110,
|
|
22789
|
+
"explorers": [
|
|
22790
|
+
{
|
|
22791
|
+
"name": "Blockscout",
|
|
22792
|
+
"url": "https://staging-fast-active-bellatrix.explorer.staging-v3.skalenodes.com",
|
|
22793
|
+
"icon": "chaos",
|
|
22794
|
+
"standard": "EIP3091"
|
|
22795
|
+
}
|
|
22796
|
+
]
|
|
22797
|
+
},
|
|
20864
22798
|
{
|
|
20865
22799
|
"name": "RaptorChain",
|
|
20866
22800
|
"chain": "RPTR",
|
|
@@ -21231,6 +23165,7 @@
|
|
|
21231
23165
|
{
|
|
21232
23166
|
"name": "Palm Testnet",
|
|
21233
23167
|
"chain": "Palm",
|
|
23168
|
+
"icon": "palm",
|
|
21234
23169
|
"rpc": [
|
|
21235
23170
|
"https://palm-testnet.infura.io/v3/${INFURA_API_KEY}"
|
|
21236
23171
|
],
|
|
@@ -21255,6 +23190,7 @@
|
|
|
21255
23190
|
{
|
|
21256
23191
|
"name": "Palm",
|
|
21257
23192
|
"chain": "Palm",
|
|
23193
|
+
"icon": "palm",
|
|
21258
23194
|
"rpc": [
|
|
21259
23195
|
"https://palm-mainnet.infura.io/v3/${INFURA_API_KEY}"
|
|
21260
23196
|
],
|
|
@@ -21276,6 +23212,34 @@
|
|
|
21276
23212
|
}
|
|
21277
23213
|
]
|
|
21278
23214
|
},
|
|
23215
|
+
{
|
|
23216
|
+
"name": "Alphabet Mainnet",
|
|
23217
|
+
"chain": "Alphabet Network",
|
|
23218
|
+
"icon": "alphabetnetwork",
|
|
23219
|
+
"rpc": [
|
|
23220
|
+
"https://londonpublic.alphabetnetwork.org",
|
|
23221
|
+
"wss://londonpublic.alphabetnetwork.org/ws/",
|
|
23222
|
+
"https://main-rpc.com",
|
|
23223
|
+
"wss://main-rpc.com/ws/"
|
|
23224
|
+
],
|
|
23225
|
+
"faucets": [],
|
|
23226
|
+
"nativeCurrency": {
|
|
23227
|
+
"name": "ALT",
|
|
23228
|
+
"symbol": "ALT",
|
|
23229
|
+
"decimals": 18
|
|
23230
|
+
},
|
|
23231
|
+
"infoURL": "https://alphabetnetwork.org",
|
|
23232
|
+
"shortName": "alphabet",
|
|
23233
|
+
"chainId": 111222333444,
|
|
23234
|
+
"networkId": 111222333444,
|
|
23235
|
+
"explorers": [
|
|
23236
|
+
{
|
|
23237
|
+
"name": "Alphabet Explorer",
|
|
23238
|
+
"url": "https://scan.alphabetnetwork.org",
|
|
23239
|
+
"standard": "EIP3091"
|
|
23240
|
+
}
|
|
23241
|
+
]
|
|
23242
|
+
},
|
|
21279
23243
|
{
|
|
21280
23244
|
"name": "Ntity Mainnet",
|
|
21281
23245
|
"chain": "Ntity",
|