@revoke.cash/chains 56.0.0 → 58.0.0
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/dist/src/chains.js +1604 -175
- package/dist/src/enums.d.ts +146 -28
- package/dist/src/enums.js +146 -28
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -51,6 +51,11 @@ exports.chains = {
|
|
|
51
51
|
url: 'https://ethereum.dex.guru',
|
|
52
52
|
icon: 'dexguru',
|
|
53
53
|
standard: 'EIP3091'
|
|
54
|
+
},
|
|
55
|
+
{
|
|
56
|
+
name: 'Routescan',
|
|
57
|
+
url: 'https://ethereum.routescan.io',
|
|
58
|
+
standard: 'EIP3091'
|
|
54
59
|
}
|
|
55
60
|
],
|
|
56
61
|
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
@@ -271,6 +276,11 @@ exports.chains = {
|
|
|
271
276
|
url: 'https://optimism.dex.guru',
|
|
272
277
|
icon: 'dexguru',
|
|
273
278
|
standard: 'EIP3091'
|
|
279
|
+
},
|
|
280
|
+
{
|
|
281
|
+
name: 'Routescan',
|
|
282
|
+
url: 'https://mainnet.superscan.network',
|
|
283
|
+
standard: 'EIP3091'
|
|
274
284
|
}
|
|
275
285
|
]
|
|
276
286
|
},
|
|
@@ -347,7 +357,7 @@ exports.chains = {
|
|
|
347
357
|
standard: 'EIP3091'
|
|
348
358
|
},
|
|
349
359
|
{
|
|
350
|
-
name: '
|
|
360
|
+
name: 'Routescan',
|
|
351
361
|
url: 'https://mainnet.flarescan.com',
|
|
352
362
|
standard: 'EIP3091'
|
|
353
363
|
}
|
|
@@ -355,6 +365,7 @@ exports.chains = {
|
|
|
355
365
|
iconURL: 'https://ipfs.io/ipfs/QmbT52cCx4h1rcz6nXGfUPFdRyw1VfFMU8kKpY7YCtvUjs'
|
|
356
366
|
},
|
|
357
367
|
15: {
|
|
368
|
+
icon: 'diode',
|
|
358
369
|
name: 'Diode Prenet',
|
|
359
370
|
chain: 'DIODE',
|
|
360
371
|
rpc: ['https://prenet.diode.io:8443/', 'wss://prenet.diode.io:8443/ws'],
|
|
@@ -363,7 +374,8 @@ exports.chains = {
|
|
|
363
374
|
infoURL: 'https://diode.io/prenet',
|
|
364
375
|
shortName: 'diode',
|
|
365
376
|
chainId: 15,
|
|
366
|
-
networkId: 15
|
|
377
|
+
networkId: 15,
|
|
378
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigsppluw555hxzp43uc7xv6rjodspdij3sqqg2owcdrpilpbqeymm'
|
|
367
379
|
},
|
|
368
380
|
16: {
|
|
369
381
|
name: 'Songbird Testnet Coston',
|
|
@@ -392,7 +404,7 @@ exports.chains = {
|
|
|
392
404
|
standard: 'EIP3091'
|
|
393
405
|
},
|
|
394
406
|
{
|
|
395
|
-
name: '
|
|
407
|
+
name: 'Routescan',
|
|
396
408
|
url: 'https://coston.testnet.flarescan.com',
|
|
397
409
|
standard: 'EIP3091'
|
|
398
410
|
}
|
|
@@ -464,7 +476,7 @@ exports.chains = {
|
|
|
464
476
|
standard: 'EIP3091'
|
|
465
477
|
},
|
|
466
478
|
{
|
|
467
|
-
name: '
|
|
479
|
+
name: 'Routescan',
|
|
468
480
|
url: 'https://songbird.flarescan.com',
|
|
469
481
|
standard: 'EIP3091'
|
|
470
482
|
}
|
|
@@ -1075,7 +1087,9 @@ exports.chains = {
|
|
|
1075
1087
|
'https://rpc.xinfin.network',
|
|
1076
1088
|
'https://rpc1.xinfin.network',
|
|
1077
1089
|
'https://rpc.xdcrpc.com',
|
|
1078
|
-
'https://erpc.xdcrpc.com'
|
|
1090
|
+
'https://erpc.xdcrpc.com',
|
|
1091
|
+
'https://rpc.ankr.com/xdc',
|
|
1092
|
+
'https://rpc.xdc.org'
|
|
1079
1093
|
],
|
|
1080
1094
|
faucets: [],
|
|
1081
1095
|
nativeCurrency: { name: 'XinFin', symbol: 'XDC', decimals: 18 },
|
|
@@ -1092,16 +1106,10 @@ exports.chains = {
|
|
|
1092
1106
|
standard: 'EIP3091'
|
|
1093
1107
|
},
|
|
1094
1108
|
{
|
|
1095
|
-
name: '
|
|
1109
|
+
name: 'openscan',
|
|
1096
1110
|
url: 'https://xdcscan.io',
|
|
1097
1111
|
icon: 'blocksscan',
|
|
1098
1112
|
standard: 'EIP3091'
|
|
1099
|
-
},
|
|
1100
|
-
{
|
|
1101
|
-
name: 'blocksscan',
|
|
1102
|
-
url: 'https://xdc.blocksscan.io',
|
|
1103
|
-
icon: 'blocksscan',
|
|
1104
|
-
standard: 'EIP3091'
|
|
1105
1113
|
}
|
|
1106
1114
|
],
|
|
1107
1115
|
iconURL: 'https://ipfs.io/ipfs/QmeRq7pabiJE2n1xU3Y5Mb4TZSX9kQ74x7a3P2Z4PqcMRX'
|
|
@@ -1109,8 +1117,16 @@ exports.chains = {
|
|
|
1109
1117
|
51: {
|
|
1110
1118
|
name: 'XDC Apothem Network',
|
|
1111
1119
|
chain: 'XDC',
|
|
1112
|
-
rpc: [
|
|
1113
|
-
|
|
1120
|
+
rpc: [
|
|
1121
|
+
'https://rpc.apothem.network',
|
|
1122
|
+
'https://erpc.apothem.network',
|
|
1123
|
+
'https://apothem.xdcrpc.com'
|
|
1124
|
+
],
|
|
1125
|
+
faucets: [
|
|
1126
|
+
'https://faucet.apothem.network',
|
|
1127
|
+
'https://faucet.blocksscan.io',
|
|
1128
|
+
'https://apothem.xdcscan.io/faucet'
|
|
1129
|
+
],
|
|
1114
1130
|
nativeCurrency: { name: 'XinFin', symbol: 'TXDC', decimals: 18 },
|
|
1115
1131
|
infoURL: 'https://xinfin.org',
|
|
1116
1132
|
shortName: 'txdc',
|
|
@@ -1120,13 +1136,13 @@ exports.chains = {
|
|
|
1120
1136
|
explorers: [
|
|
1121
1137
|
{
|
|
1122
1138
|
name: 'xdcscan',
|
|
1123
|
-
url: 'https://
|
|
1139
|
+
url: 'https://testnet.xdcscan.com',
|
|
1124
1140
|
icon: 'blocksscan',
|
|
1125
1141
|
standard: 'EIP3091'
|
|
1126
1142
|
},
|
|
1127
1143
|
{
|
|
1128
|
-
name: '
|
|
1129
|
-
url: 'https://apothem.
|
|
1144
|
+
name: 'openscan',
|
|
1145
|
+
url: 'https://apothem.xdcscan.io',
|
|
1130
1146
|
icon: 'blocksscan',
|
|
1131
1147
|
standard: 'EIP3091'
|
|
1132
1148
|
}
|
|
@@ -2408,7 +2424,11 @@ exports.chains = {
|
|
|
2408
2424
|
name: 'Shibarium',
|
|
2409
2425
|
chain: 'Shibarium',
|
|
2410
2426
|
icon: 'shibarium',
|
|
2411
|
-
rpc: [
|
|
2427
|
+
rpc: [
|
|
2428
|
+
'https://www.shibrpc.com',
|
|
2429
|
+
'https://rpc.shibrpc.com',
|
|
2430
|
+
'https://shib.nownodes.io'
|
|
2431
|
+
],
|
|
2412
2432
|
faucets: [],
|
|
2413
2433
|
nativeCurrency: { name: 'BONE Shibarium', symbol: 'BONE', decimals: 18 },
|
|
2414
2434
|
infoURL: 'https://shibariumecosystem.com',
|
|
@@ -2422,7 +2442,7 @@ exports.chains = {
|
|
|
2422
2442
|
standard: 'none'
|
|
2423
2443
|
}
|
|
2424
2444
|
],
|
|
2425
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
2445
|
+
iconURL: 'https://ipfs.io/ipfs/Qmd6rSbfpVjQQZXothmiwGqKo7zovnB9gkeoYcunDt7ZTb'
|
|
2426
2446
|
},
|
|
2427
2447
|
110: {
|
|
2428
2448
|
name: 'Proton Testnet',
|
|
@@ -2522,7 +2542,7 @@ exports.chains = {
|
|
|
2522
2542
|
standard: 'EIP3091'
|
|
2523
2543
|
},
|
|
2524
2544
|
{
|
|
2525
|
-
name: '
|
|
2545
|
+
name: 'Routescan',
|
|
2526
2546
|
url: 'https://coston2.testnet.flarescan.com',
|
|
2527
2547
|
standard: 'EIP3091'
|
|
2528
2548
|
}
|
|
@@ -3171,6 +3191,28 @@ exports.chains = {
|
|
|
3171
3191
|
},
|
|
3172
3192
|
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
3173
3193
|
},
|
|
3194
|
+
146: {
|
|
3195
|
+
name: 'Sonic Mainnet',
|
|
3196
|
+
chain: 'sonic',
|
|
3197
|
+
rpc: ['https://rpc.soniclabs.com'],
|
|
3198
|
+
faucets: [],
|
|
3199
|
+
nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
|
|
3200
|
+
features: [{ name: 'EIP155' }],
|
|
3201
|
+
infoURL: 'https://soniclabs.com',
|
|
3202
|
+
shortName: 'sonic',
|
|
3203
|
+
chainId: 146,
|
|
3204
|
+
networkId: 146,
|
|
3205
|
+
icon: 'sonic',
|
|
3206
|
+
explorers: [
|
|
3207
|
+
{
|
|
3208
|
+
name: 'sonic',
|
|
3209
|
+
url: 'https://explorer.soniclabs.com',
|
|
3210
|
+
icon: 'sonic',
|
|
3211
|
+
standard: 'none'
|
|
3212
|
+
}
|
|
3213
|
+
],
|
|
3214
|
+
iconURL: 'https://ipfs.io/ipfs/QmbFqQ87T3HwjF6KejNYYYMcUtc7t64FDbfkpgWchFgMpC'
|
|
3215
|
+
},
|
|
3174
3216
|
147: {
|
|
3175
3217
|
name: 'Flag Mainnet',
|
|
3176
3218
|
chain: 'Flag',
|
|
@@ -3245,7 +3287,7 @@ exports.chains = {
|
|
|
3245
3287
|
chainId: 151,
|
|
3246
3288
|
networkId: 151,
|
|
3247
3289
|
slip44: 824,
|
|
3248
|
-
rpc: [],
|
|
3290
|
+
rpc: ['https://governors.mainnet.redbelly.network'],
|
|
3249
3291
|
faucets: [],
|
|
3250
3292
|
infoURL: 'https://redbelly.network',
|
|
3251
3293
|
nativeCurrency: {
|
|
@@ -3253,7 +3295,14 @@ exports.chains = {
|
|
|
3253
3295
|
symbol: 'RBNT',
|
|
3254
3296
|
decimals: 18
|
|
3255
3297
|
},
|
|
3256
|
-
status: '
|
|
3298
|
+
status: 'active',
|
|
3299
|
+
explorers: [
|
|
3300
|
+
{
|
|
3301
|
+
name: 'Routescan',
|
|
3302
|
+
url: 'https://redbelly.routescan.io',
|
|
3303
|
+
standard: 'EIP3091'
|
|
3304
|
+
}
|
|
3305
|
+
]
|
|
3257
3306
|
},
|
|
3258
3307
|
152: {
|
|
3259
3308
|
name: 'Redbelly Network Devnet',
|
|
@@ -3288,9 +3337,9 @@ exports.chains = {
|
|
|
3288
3337
|
},
|
|
3289
3338
|
explorers: [
|
|
3290
3339
|
{
|
|
3291
|
-
name: '
|
|
3292
|
-
url: 'https://
|
|
3293
|
-
standard: '
|
|
3340
|
+
name: 'Routescan',
|
|
3341
|
+
url: 'https://redbelly.testnet.routescan.io',
|
|
3342
|
+
standard: 'EIP3091'
|
|
3294
3343
|
}
|
|
3295
3344
|
],
|
|
3296
3345
|
status: 'active'
|
|
@@ -3356,11 +3405,11 @@ exports.chains = {
|
|
|
3356
3405
|
iconURL: 'https://ipfs.io/ipfs/QmdoQUfYqtkWMfjtoPv2KWDY4MxDDSsyWgwXtCx6jfkezz'
|
|
3357
3406
|
},
|
|
3358
3407
|
157: {
|
|
3359
|
-
name: 'Puppynet
|
|
3360
|
-
chain: 'Puppynet
|
|
3408
|
+
name: 'Puppynet',
|
|
3409
|
+
chain: 'Puppynet',
|
|
3361
3410
|
icon: 'shibarium',
|
|
3362
3411
|
rpc: ['https://puppynet.shibrpc.com'],
|
|
3363
|
-
faucets: ['https://
|
|
3412
|
+
faucets: ['https://shibarium.shib.io/faucet'],
|
|
3364
3413
|
nativeCurrency: { name: 'BONE', symbol: 'BONE', decimals: 18 },
|
|
3365
3414
|
infoURL: 'https://shibariumecosystem.com',
|
|
3366
3415
|
shortName: 'puppynet',
|
|
@@ -3373,7 +3422,7 @@ exports.chains = {
|
|
|
3373
3422
|
standard: 'none'
|
|
3374
3423
|
}
|
|
3375
3424
|
],
|
|
3376
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
3425
|
+
iconURL: 'https://ipfs.io/ipfs/Qmd6rSbfpVjQQZXothmiwGqKo7zovnB9gkeoYcunDt7ZTb'
|
|
3377
3426
|
},
|
|
3378
3427
|
158: {
|
|
3379
3428
|
name: 'Roburna Mainnet',
|
|
@@ -3778,7 +3827,10 @@ exports.chains = {
|
|
|
3778
3827
|
182: {
|
|
3779
3828
|
name: 'IOST Mainnet',
|
|
3780
3829
|
chain: 'iost',
|
|
3781
|
-
rpc: [
|
|
3830
|
+
rpc: [
|
|
3831
|
+
'https://iost-mainnet.alt.technology',
|
|
3832
|
+
'wss://iost-mainnet.alt.technology/ws'
|
|
3833
|
+
],
|
|
3782
3834
|
faucets: [],
|
|
3783
3835
|
nativeCurrency: {
|
|
3784
3836
|
name: 'BNB Chain Native Token',
|
|
@@ -3786,7 +3838,7 @@ exports.chains = {
|
|
|
3786
3838
|
decimals: 18
|
|
3787
3839
|
},
|
|
3788
3840
|
infoURL: 'https://iost.io',
|
|
3789
|
-
shortName: 'iost
|
|
3841
|
+
shortName: 'iost',
|
|
3790
3842
|
chainId: 182,
|
|
3791
3843
|
networkId: 182,
|
|
3792
3844
|
icon: 'bnbchain',
|
|
@@ -5159,6 +5211,35 @@ exports.chains = {
|
|
|
5159
5211
|
],
|
|
5160
5212
|
iconURL: 'https://ipfs.io/ipfs/QmNZiMmzMQYjyGtNSghtzLg4UooYhDgMQsa677DAP5KsBg'
|
|
5161
5213
|
},
|
|
5214
|
+
273: {
|
|
5215
|
+
name: 'XR One',
|
|
5216
|
+
chain: 'ETH',
|
|
5217
|
+
rpc: ['https://xr-one.calderachain.xyz/http'],
|
|
5218
|
+
faucets: [],
|
|
5219
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
5220
|
+
nativeCurrency: { name: 'XR', symbol: 'XR', decimals: 18 },
|
|
5221
|
+
infoURL: 'https://xr-one.gitbook.io',
|
|
5222
|
+
shortName: 'xr',
|
|
5223
|
+
chainId: 273,
|
|
5224
|
+
networkId: 273,
|
|
5225
|
+
icon: 'xr',
|
|
5226
|
+
slip44: 60,
|
|
5227
|
+
explorers: [
|
|
5228
|
+
{
|
|
5229
|
+
name: 'XR One Explorer',
|
|
5230
|
+
url: 'https://xr-one.calderaexplorer.xyz',
|
|
5231
|
+
icon: 'blockscout',
|
|
5232
|
+
standard: 'EIP3091'
|
|
5233
|
+
}
|
|
5234
|
+
],
|
|
5235
|
+
parent: {
|
|
5236
|
+
type: 'L2',
|
|
5237
|
+
chain: 'eip155-42161',
|
|
5238
|
+
bridges: [{ url: 'https://xr-one.bridge.caldera.xyz/' }]
|
|
5239
|
+
},
|
|
5240
|
+
status: 'active',
|
|
5241
|
+
iconURL: 'https://ipfs.io/ipfs/QmTrFxtjUBwxi87rty13jbXg4BW9nvVuBmtbzb9j9F99Gt'
|
|
5242
|
+
},
|
|
5162
5243
|
274: {
|
|
5163
5244
|
name: 'LaChain',
|
|
5164
5245
|
chain: 'LaChain',
|
|
@@ -5829,9 +5910,9 @@ exports.chains = {
|
|
|
5829
5910
|
iconURL: 'https://ipfs.io/ipfs/QmRkhUD6J3B9WhT4hEWLrcFVTrBhx3CQgNC783aJsrwxSN'
|
|
5830
5911
|
},
|
|
5831
5912
|
325: {
|
|
5832
|
-
name: 'GRVT
|
|
5913
|
+
name: 'GRVT Exchange',
|
|
5833
5914
|
chain: 'ETH',
|
|
5834
|
-
rpc: [],
|
|
5915
|
+
rpc: ['https://rpc.grvt.io'],
|
|
5835
5916
|
faucets: [],
|
|
5836
5917
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
5837
5918
|
infoURL: 'https://grvt.io/',
|
|
@@ -5843,9 +5924,9 @@ exports.chains = {
|
|
|
5843
5924
|
iconURL: 'https://ipfs.io/ipfs/QmVRdhjaBYeUVCkF8SUYMqAgGtbePYaozzy4YtMVKazLut'
|
|
5844
5925
|
},
|
|
5845
5926
|
326: {
|
|
5846
|
-
name: 'GRVT
|
|
5927
|
+
name: 'GRVT Exchange Testnet',
|
|
5847
5928
|
chain: 'ETH',
|
|
5848
|
-
rpc: [],
|
|
5929
|
+
rpc: ['https://zkrpc.testnet.grvt.io'],
|
|
5849
5930
|
faucets: [],
|
|
5850
5931
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
5851
5932
|
infoURL: 'https://grvt.io/',
|
|
@@ -6763,6 +6844,63 @@ exports.chains = {
|
|
|
6763
6844
|
],
|
|
6764
6845
|
iconURL: 'https://ipfs.io/ipfs/bafkreihs2nrnizpcuzjmuu2yi7wrtwd7qlqje46qnil5bnntfbfkb2roea'
|
|
6765
6846
|
},
|
|
6847
|
+
466: {
|
|
6848
|
+
name: 'AppChain',
|
|
6849
|
+
chain: 'AppChain',
|
|
6850
|
+
rpc: ['https://rpc.appchain.xyz/http', 'wss://rpc.appchain.xyz/ws'],
|
|
6851
|
+
faucets: [],
|
|
6852
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6853
|
+
infoURL: 'https://appchain.xyz',
|
|
6854
|
+
shortName: 'appchain',
|
|
6855
|
+
chainId: 466,
|
|
6856
|
+
networkId: 466,
|
|
6857
|
+
icon: 'appchain',
|
|
6858
|
+
explorers: [
|
|
6859
|
+
{
|
|
6860
|
+
name: 'AppChain Explorer',
|
|
6861
|
+
url: 'https://explorer.appchain.xyz',
|
|
6862
|
+
icon: 'blockscout',
|
|
6863
|
+
standard: 'EIP3091'
|
|
6864
|
+
}
|
|
6865
|
+
],
|
|
6866
|
+
parent: {
|
|
6867
|
+
type: 'L2',
|
|
6868
|
+
chain: 'eip155-1',
|
|
6869
|
+
bridges: [{ url: 'https://bridge.appchain.xyz' }]
|
|
6870
|
+
},
|
|
6871
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeigx76uxvcvet7365sjdzuxxcgl5auzck6vbbigu2jeg6ixl5k3tya'
|
|
6872
|
+
},
|
|
6873
|
+
478: {
|
|
6874
|
+
name: 'Form Network',
|
|
6875
|
+
title: 'Form Network',
|
|
6876
|
+
chain: 'form',
|
|
6877
|
+
icon: 'form',
|
|
6878
|
+
rpc: ['https://rpc.form.network/http', 'wss://rpc.form.network/ws'],
|
|
6879
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
6880
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6881
|
+
infoURL: 'https://info.form.network',
|
|
6882
|
+
shortName: 'formnetwork',
|
|
6883
|
+
chainId: 478,
|
|
6884
|
+
networkId: 478,
|
|
6885
|
+
explorers: [
|
|
6886
|
+
{
|
|
6887
|
+
name: 'Form Explorer',
|
|
6888
|
+
url: 'https://explorer.form.network',
|
|
6889
|
+
standard: 'EIP3091',
|
|
6890
|
+
icon: 'form'
|
|
6891
|
+
}
|
|
6892
|
+
],
|
|
6893
|
+
faucets: [],
|
|
6894
|
+
parent: {
|
|
6895
|
+
type: 'L2',
|
|
6896
|
+
chain: 'eip155-1',
|
|
6897
|
+
bridges: [
|
|
6898
|
+
{ url: 'https://bridge.form.network' },
|
|
6899
|
+
{ url: 'https://op-bridge.form.network' }
|
|
6900
|
+
]
|
|
6901
|
+
},
|
|
6902
|
+
iconURL: 'https://ipfs.io/ipfs/QmWrjS43miGAKEzKyNn1YajFn4zG7cDiPiaNHF1gTqKR91'
|
|
6903
|
+
},
|
|
6766
6904
|
480: {
|
|
6767
6905
|
name: 'World Chain',
|
|
6768
6906
|
chain: 'ETH',
|
|
@@ -8059,7 +8197,7 @@ exports.chains = {
|
|
|
8059
8197
|
standard: 'EIP3091'
|
|
8060
8198
|
}
|
|
8061
8199
|
],
|
|
8062
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
8200
|
+
iconURL: 'https://ipfs.io/ipfs/Qmd6rSbfpVjQQZXothmiwGqKo7zovnB9gkeoYcunDt7ZTb'
|
|
8063
8201
|
},
|
|
8064
8202
|
721: {
|
|
8065
8203
|
name: 'Lycan Chain',
|
|
@@ -8252,6 +8390,24 @@ exports.chains = {
|
|
|
8252
8390
|
chainId: 777,
|
|
8253
8391
|
networkId: 777
|
|
8254
8392
|
},
|
|
8393
|
+
785: {
|
|
8394
|
+
name: 'AUTHEO Testnet',
|
|
8395
|
+
chain: 'AUTHEO Testnet',
|
|
8396
|
+
rpc: ['https://testnet-rpc1.autheo.com'],
|
|
8397
|
+
faucets: ['https://testnet-faucet.autheo.com'],
|
|
8398
|
+
nativeCurrency: { name: 'THEO', symbol: 'THEO', decimals: 18 },
|
|
8399
|
+
infoURL: 'https://autheo.com',
|
|
8400
|
+
shortName: 'autheo-Test-Chain',
|
|
8401
|
+
chainId: 785,
|
|
8402
|
+
networkId: 785,
|
|
8403
|
+
explorers: [
|
|
8404
|
+
{
|
|
8405
|
+
name: 'tracehawk',
|
|
8406
|
+
url: 'https://testnet-explorer.autheo.com',
|
|
8407
|
+
standard: 'none'
|
|
8408
|
+
}
|
|
8409
|
+
]
|
|
8410
|
+
},
|
|
8255
8411
|
786: {
|
|
8256
8412
|
name: 'MAAL Chain',
|
|
8257
8413
|
chain: 'MAAL',
|
|
@@ -8394,6 +8550,27 @@ exports.chains = {
|
|
|
8394
8550
|
chainId: 803,
|
|
8395
8551
|
networkId: 803
|
|
8396
8552
|
},
|
|
8553
|
+
805: {
|
|
8554
|
+
name: 'Evoz Mainnet',
|
|
8555
|
+
chain: 'Evoz',
|
|
8556
|
+
rpc: ['https://rpc.evozscan.com'],
|
|
8557
|
+
faucets: [],
|
|
8558
|
+
nativeCurrency: { name: 'Evoz Mainnet', symbol: 'EVOZ', decimals: 18 },
|
|
8559
|
+
infoURL: 'https://rpc.evozscan.com',
|
|
8560
|
+
shortName: 'Evoz',
|
|
8561
|
+
chainId: 805,
|
|
8562
|
+
networkId: 805,
|
|
8563
|
+
icon: 'evoz',
|
|
8564
|
+
explorers: [
|
|
8565
|
+
{
|
|
8566
|
+
name: 'evozscan',
|
|
8567
|
+
url: 'https://evozscan.com',
|
|
8568
|
+
icon: 'evoz',
|
|
8569
|
+
standard: 'none'
|
|
8570
|
+
}
|
|
8571
|
+
],
|
|
8572
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreia7pxdzauhdibtcjqhy4ywwshdgcspvh2jt3g4hyvamfymldlwhi4'
|
|
8573
|
+
},
|
|
8397
8574
|
808: {
|
|
8398
8575
|
name: 'Portal Fantasy Chain Test',
|
|
8399
8576
|
chain: 'PF',
|
|
@@ -8585,6 +8762,46 @@ exports.chains = {
|
|
|
8585
8762
|
],
|
|
8586
8763
|
iconURL: 'https://ipfs.io/ipfs/QmW3RZKwBq12F7jVV2pn6T9WzwU5rosLYkVqoRQckfKvXo'
|
|
8587
8764
|
},
|
|
8765
|
+
824: {
|
|
8766
|
+
name: 'Daily Network Mainnet',
|
|
8767
|
+
chain: 'Daily Network',
|
|
8768
|
+
icon: 'daily',
|
|
8769
|
+
rpc: ['https://rpc.mainnet.dailycrypto.net'],
|
|
8770
|
+
faucets: [],
|
|
8771
|
+
nativeCurrency: { name: 'Daily', symbol: 'DLY', decimals: 18 },
|
|
8772
|
+
infoURL: 'https://dailycrypto.net',
|
|
8773
|
+
shortName: 'dly',
|
|
8774
|
+
chainId: 824,
|
|
8775
|
+
networkId: 824,
|
|
8776
|
+
explorers: [
|
|
8777
|
+
{
|
|
8778
|
+
name: 'Daily Mainnet Explorer',
|
|
8779
|
+
url: 'https://explorer.mainnet.dailycrypto.net',
|
|
8780
|
+
standard: 'none'
|
|
8781
|
+
}
|
|
8782
|
+
],
|
|
8783
|
+
iconURL: 'https://ipfs.io/ipfs/Qme8Ju8Bn1XHMGGx2FfXCookAPLLhzxYpfZL7Fcm3QLgLp'
|
|
8784
|
+
},
|
|
8785
|
+
825: {
|
|
8786
|
+
name: 'Daily Network Testnet',
|
|
8787
|
+
chain: 'Daily Network',
|
|
8788
|
+
icon: 'daily',
|
|
8789
|
+
rpc: ['https://rpc.testnet.dailycrypto.net'],
|
|
8790
|
+
faucets: [],
|
|
8791
|
+
nativeCurrency: { name: 'Daily', symbol: 'DLY', decimals: 18 },
|
|
8792
|
+
infoURL: 'https://dailycrypto.net',
|
|
8793
|
+
shortName: 'tdly',
|
|
8794
|
+
chainId: 825,
|
|
8795
|
+
networkId: 825,
|
|
8796
|
+
explorers: [
|
|
8797
|
+
{
|
|
8798
|
+
name: 'Daily Testnet Explorer',
|
|
8799
|
+
url: 'https://explorer.testnet.dailycrypto.net',
|
|
8800
|
+
standard: 'none'
|
|
8801
|
+
}
|
|
8802
|
+
],
|
|
8803
|
+
iconURL: 'https://ipfs.io/ipfs/Qme8Ju8Bn1XHMGGx2FfXCookAPLLhzxYpfZL7Fcm3QLgLp'
|
|
8804
|
+
},
|
|
8588
8805
|
831: {
|
|
8589
8806
|
name: 'CheckDot Blockchain Devnet',
|
|
8590
8807
|
chain: 'CDT Blockchain',
|
|
@@ -8605,7 +8822,7 @@ exports.chains = {
|
|
|
8605
8822
|
},
|
|
8606
8823
|
841: {
|
|
8607
8824
|
name: 'Taraxa Mainnet',
|
|
8608
|
-
chain: '
|
|
8825
|
+
chain: 'TARA',
|
|
8609
8826
|
icon: 'taraxa',
|
|
8610
8827
|
rpc: ['https://rpc.mainnet.taraxa.io/', 'https://ws.mainnet.taraxa.io'],
|
|
8611
8828
|
faucets: [],
|
|
@@ -8614,21 +8831,29 @@ exports.chains = {
|
|
|
8614
8831
|
shortName: 'tara',
|
|
8615
8832
|
chainId: 841,
|
|
8616
8833
|
networkId: 841,
|
|
8834
|
+
slip44: 726,
|
|
8617
8835
|
explorers: [
|
|
8836
|
+
{
|
|
8837
|
+
name: 'Tara.to Explorer',
|
|
8838
|
+
url: 'https://tara.to',
|
|
8839
|
+
standard: 'EIP3091',
|
|
8840
|
+
icon: 'blockscout'
|
|
8841
|
+
},
|
|
8618
8842
|
{
|
|
8619
8843
|
name: 'Taraxa Explorer',
|
|
8620
8844
|
url: 'https://explorer.mainnet.taraxa.io',
|
|
8621
|
-
standard: 'none'
|
|
8845
|
+
standard: 'none',
|
|
8846
|
+
icon: 'taraxa'
|
|
8622
8847
|
}
|
|
8623
8848
|
],
|
|
8624
8849
|
iconURL: 'https://ipfs.io/ipfs/QmVeZJ3DfDuksxw58cHCRDKWDdhbmQsvrJdTxhZ74pv3tE'
|
|
8625
8850
|
},
|
|
8626
8851
|
842: {
|
|
8627
8852
|
name: 'Taraxa Testnet',
|
|
8628
|
-
chain: '
|
|
8853
|
+
chain: 'TARA',
|
|
8629
8854
|
icon: 'taraxa',
|
|
8630
8855
|
rpc: ['https://rpc.testnet.taraxa.io/', 'https://ws.testnet.taraxa.io'],
|
|
8631
|
-
faucets: [],
|
|
8856
|
+
faucets: ['https://explorer.testnet.taraxa.io/faucet'],
|
|
8632
8857
|
nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 },
|
|
8633
8858
|
infoURL: 'https://taraxa.io',
|
|
8634
8859
|
shortName: 'taratest',
|
|
@@ -8636,6 +8861,12 @@ exports.chains = {
|
|
|
8636
8861
|
networkId: 842,
|
|
8637
8862
|
slip44: 1,
|
|
8638
8863
|
explorers: [
|
|
8864
|
+
{
|
|
8865
|
+
name: 'Tara.to Explorer',
|
|
8866
|
+
url: 'https://testnet.to',
|
|
8867
|
+
standard: 'EIP3091',
|
|
8868
|
+
icon: 'blockscout'
|
|
8869
|
+
},
|
|
8639
8870
|
{
|
|
8640
8871
|
name: 'Taraxa Explorer',
|
|
8641
8872
|
url: 'https://explorer.testnet.taraxa.io',
|
|
@@ -9026,6 +9257,11 @@ exports.chains = {
|
|
|
9026
9257
|
name: 'modescout',
|
|
9027
9258
|
url: 'https://sepolia.explorer.mode.network',
|
|
9028
9259
|
standard: 'none'
|
|
9260
|
+
},
|
|
9261
|
+
{
|
|
9262
|
+
name: 'Routesan',
|
|
9263
|
+
url: 'https://testnet.modescan.io',
|
|
9264
|
+
standard: 'none'
|
|
9029
9265
|
}
|
|
9030
9266
|
],
|
|
9031
9267
|
parent: {
|
|
@@ -9613,9 +9849,9 @@ exports.chains = {
|
|
|
9613
9849
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
9614
9850
|
},
|
|
9615
9851
|
1001: {
|
|
9616
|
-
name: 'Kaia Testnet
|
|
9852
|
+
name: 'Kaia Kairos Testnet',
|
|
9617
9853
|
chain: 'KAIA',
|
|
9618
|
-
rpc: ['https://public-en
|
|
9854
|
+
rpc: ['https://public-en-kairos.node.kaia.io'],
|
|
9619
9855
|
faucets: ['https://faucet.kaia.io'],
|
|
9620
9856
|
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
|
9621
9857
|
infoURL: 'https://kaia.io/',
|
|
@@ -9740,7 +9976,12 @@ exports.chains = {
|
|
|
9740
9976
|
1009: {
|
|
9741
9977
|
name: 'Jumbochain Mainnet',
|
|
9742
9978
|
chain: 'Jumbo',
|
|
9743
|
-
rpc: [
|
|
9979
|
+
rpc: [
|
|
9980
|
+
'https://rpcpriv.jumbochain.org',
|
|
9981
|
+
'https://rpc-datajumbo1.jumbochain.org',
|
|
9982
|
+
'https://rpc-datajumbo2.jumbochain.org',
|
|
9983
|
+
'https://rpc-datajumbo3.jumbochain.org'
|
|
9984
|
+
],
|
|
9744
9985
|
faucets: [],
|
|
9745
9986
|
nativeCurrency: { name: 'JNFTC', symbol: 'JNFTC', decimals: 18 },
|
|
9746
9987
|
features: [{ name: 'EIP155' }],
|
|
@@ -10335,11 +10576,39 @@ exports.chains = {
|
|
|
10335
10576
|
],
|
|
10336
10577
|
iconURL: 'https://ipfs.io/ipfs/QmPV6ASrQDEkEW3g3ni7p2rJMPeciRLpEpvrAc1QfzVkx9'
|
|
10337
10578
|
},
|
|
10579
|
+
1114: {
|
|
10580
|
+
name: 'Core Blockchain Testnet2',
|
|
10581
|
+
chain: 'Core',
|
|
10582
|
+
icon: 'core',
|
|
10583
|
+
rpc: ['https://rpc.test2.btcs.network/'],
|
|
10584
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10585
|
+
faucets: ['https://scan.test2.btcs.network/faucet'],
|
|
10586
|
+
nativeCurrency: {
|
|
10587
|
+
name: 'Core Blockchain Testnet2 Native Token',
|
|
10588
|
+
symbol: 'tCORE2',
|
|
10589
|
+
decimals: 18
|
|
10590
|
+
},
|
|
10591
|
+
infoURL: 'https://www.coredao.org',
|
|
10592
|
+
shortName: 'tcore2',
|
|
10593
|
+
chainId: 1114,
|
|
10594
|
+
networkId: 1114,
|
|
10595
|
+
slip44: 1,
|
|
10596
|
+
explorers: [
|
|
10597
|
+
{
|
|
10598
|
+
name: 'Core Scan Testnet2',
|
|
10599
|
+
url: 'https://scan.test2.btcs.network',
|
|
10600
|
+
icon: 'core',
|
|
10601
|
+
standard: 'EIP3091'
|
|
10602
|
+
}
|
|
10603
|
+
],
|
|
10604
|
+
iconURL: 'https://ipfs.io/ipfs/QmdUgiGaD6fGjhb9x1NvfccvEBBFq2YHSm9yb8FNhpwHkW'
|
|
10605
|
+
},
|
|
10338
10606
|
1115: {
|
|
10339
10607
|
name: 'Core Blockchain Testnet',
|
|
10340
10608
|
chain: 'Core',
|
|
10341
10609
|
icon: 'core',
|
|
10342
10610
|
rpc: ['https://rpc.test.btcs.network/'],
|
|
10611
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10343
10612
|
faucets: ['https://scan.test.btcs.network/faucet'],
|
|
10344
10613
|
nativeCurrency: {
|
|
10345
10614
|
name: 'Core Blockchain Testnet Native Token',
|
|
@@ -10371,6 +10640,7 @@ exports.chains = {
|
|
|
10371
10640
|
'https://core.drpc.org',
|
|
10372
10641
|
'wss://core.drpc.org'
|
|
10373
10642
|
],
|
|
10643
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10374
10644
|
faucets: [],
|
|
10375
10645
|
nativeCurrency: {
|
|
10376
10646
|
name: 'Core Blockchain Native Token',
|
|
@@ -11445,6 +11715,29 @@ exports.chains = {
|
|
|
11445
11715
|
}
|
|
11446
11716
|
]
|
|
11447
11717
|
},
|
|
11718
|
+
1298: {
|
|
11719
|
+
name: 'Argochain Testnet',
|
|
11720
|
+
chain: 'Argochain',
|
|
11721
|
+
icon: 'argochain',
|
|
11722
|
+
rpc: [
|
|
11723
|
+
'https://rpc-testnet.devolvedai.com',
|
|
11724
|
+
'https://test-rpc.devolvedai.com'
|
|
11725
|
+
],
|
|
11726
|
+
faucets: ['https://faucet.argoscan.net'],
|
|
11727
|
+
nativeCurrency: { name: 'Argocoin', symbol: 'AGC', decimals: 18 },
|
|
11728
|
+
infoURL: 'https://devolvedai.com',
|
|
11729
|
+
shortName: 'tAGC',
|
|
11730
|
+
chainId: 1298,
|
|
11731
|
+
networkId: 1298,
|
|
11732
|
+
explorers: [
|
|
11733
|
+
{
|
|
11734
|
+
name: 'Argochain Test Scanner',
|
|
11735
|
+
url: 'https://test-scanner.devolvedai.com',
|
|
11736
|
+
standard: 'EIP3091'
|
|
11737
|
+
}
|
|
11738
|
+
],
|
|
11739
|
+
iconURL: 'https://ipfs.io/ipfs/QmVbs4mkn6N86izwQS1HzMP2uFxQLCPxsppojPhyq3cu1w'
|
|
11740
|
+
},
|
|
11448
11741
|
1299: {
|
|
11449
11742
|
name: 'Argochain',
|
|
11450
11743
|
chain: 'Argochain',
|
|
@@ -12078,16 +12371,25 @@ exports.chains = {
|
|
|
12078
12371
|
iconURL: 'https://ipfs.io/ipfs/QmRLtNvkVhC7rRDiLMHLckWbesaSU6sNYhQZgsAM1phTZx'
|
|
12079
12372
|
},
|
|
12080
12373
|
1480: {
|
|
12081
|
-
name: '
|
|
12082
|
-
chain: '
|
|
12083
|
-
rpc: [],
|
|
12084
|
-
nativeCurrency: { name: '
|
|
12085
|
-
faucets: [],
|
|
12086
|
-
infoURL: '',
|
|
12087
|
-
shortName: '
|
|
12374
|
+
name: 'Vana',
|
|
12375
|
+
chain: 'Vana',
|
|
12376
|
+
rpc: ['https://rpc.vana.org/'],
|
|
12377
|
+
nativeCurrency: { name: 'Vana', symbol: 'VANA', decimals: 18 },
|
|
12378
|
+
faucets: ['https://faucet.vana.org/'],
|
|
12379
|
+
infoURL: 'https://vana.org',
|
|
12380
|
+
shortName: 'vana',
|
|
12088
12381
|
chainId: 1480,
|
|
12089
12382
|
networkId: 1480,
|
|
12090
|
-
|
|
12383
|
+
icon: 'vana',
|
|
12384
|
+
explorers: [
|
|
12385
|
+
{
|
|
12386
|
+
name: 'Vana Block Explorer',
|
|
12387
|
+
url: 'https://vanascan.io',
|
|
12388
|
+
icon: 'vana',
|
|
12389
|
+
standard: 'EIP3091'
|
|
12390
|
+
}
|
|
12391
|
+
],
|
|
12392
|
+
iconURL: 'https://ipfs.io/ipfs/QAZt75XixnEtFzqHTrJa8kJkV4ccXWaXqeMeqM8BcBomQc'
|
|
12091
12393
|
},
|
|
12092
12394
|
1490: {
|
|
12093
12395
|
name: 'Vitruveo Mainnet',
|
|
@@ -13086,6 +13388,23 @@ exports.chains = {
|
|
|
13086
13388
|
chainId: 1856,
|
|
13087
13389
|
networkId: 1
|
|
13088
13390
|
},
|
|
13391
|
+
1868: {
|
|
13392
|
+
name: 'Soneium',
|
|
13393
|
+
shortName: 'soneium',
|
|
13394
|
+
title: 'Soneium mainnet',
|
|
13395
|
+
chain: 'ETH',
|
|
13396
|
+
icon: 'soneium',
|
|
13397
|
+
rpc: [],
|
|
13398
|
+
faucets: [],
|
|
13399
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13400
|
+
infoURL: 'https://soneium.org',
|
|
13401
|
+
chainId: 1868,
|
|
13402
|
+
networkId: 1868,
|
|
13403
|
+
status: 'incubating',
|
|
13404
|
+
explorers: [],
|
|
13405
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
13406
|
+
iconURL: 'https://ipfs.io/ipfs/QmWXmnBMtM93iCJ1fsVv8KNFFvxGWUzF4z5xas3zMbFZGe'
|
|
13407
|
+
},
|
|
13089
13408
|
1875: {
|
|
13090
13409
|
name: 'Whitechain',
|
|
13091
13410
|
chain: 'WBT',
|
|
@@ -13352,42 +13671,47 @@ exports.chains = {
|
|
|
13352
13671
|
explorers: []
|
|
13353
13672
|
},
|
|
13354
13673
|
1923: {
|
|
13355
|
-
name: '
|
|
13356
|
-
chain: '
|
|
13357
|
-
rpc: ['https://swell-mainnet.alt.technology'],
|
|
13674
|
+
name: 'Swellchain',
|
|
13675
|
+
chain: 'ETH',
|
|
13676
|
+
rpc: ['https://swell-mainnet.alt.technology', 'https://rpc.ankr.com/swell'],
|
|
13358
13677
|
faucets: [],
|
|
13359
13678
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13360
13679
|
infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
|
|
13361
|
-
shortName: '
|
|
13680
|
+
shortName: 'swellchain',
|
|
13362
13681
|
chainId: 1923,
|
|
13363
13682
|
networkId: 1923,
|
|
13683
|
+
icon: 'swell',
|
|
13364
13684
|
explorers: [
|
|
13365
13685
|
{
|
|
13366
|
-
name: '
|
|
13367
|
-
|
|
13368
|
-
url: 'https://swell-mainnet-explorer.alt.technology',
|
|
13686
|
+
name: 'Swellchain Explorer',
|
|
13687
|
+
url: 'https://explorer.swellnetwork.io',
|
|
13369
13688
|
standard: 'none'
|
|
13370
13689
|
}
|
|
13371
|
-
]
|
|
13690
|
+
],
|
|
13691
|
+
iconURL: 'https://ipfs.io/ipfs/QmZcZreqE6P7JQCduEkXtni8UTJVjtX1PEiPFm7WpSEPc3'
|
|
13372
13692
|
},
|
|
13373
13693
|
1924: {
|
|
13374
|
-
name: '
|
|
13375
|
-
chain: '
|
|
13376
|
-
rpc: [
|
|
13694
|
+
name: 'Swellchain Testnet',
|
|
13695
|
+
chain: 'ETH',
|
|
13696
|
+
rpc: [
|
|
13697
|
+
'https://swell-testnet.alt.technology',
|
|
13698
|
+
'https://rpc.ankr.com/swell-testnet'
|
|
13699
|
+
],
|
|
13377
13700
|
faucets: [],
|
|
13378
13701
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13379
13702
|
infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
|
|
13380
|
-
shortName: '
|
|
13703
|
+
shortName: 'swellchain-sep',
|
|
13381
13704
|
chainId: 1924,
|
|
13382
13705
|
networkId: 1924,
|
|
13706
|
+
icon: 'swell',
|
|
13383
13707
|
explorers: [
|
|
13384
13708
|
{
|
|
13385
|
-
name: '
|
|
13386
|
-
icon: 'swell',
|
|
13709
|
+
name: 'Swellchain Testnet Explorer',
|
|
13387
13710
|
url: 'https://swell-testnet-explorer.alt.technology',
|
|
13388
13711
|
standard: 'none'
|
|
13389
13712
|
}
|
|
13390
|
-
]
|
|
13713
|
+
],
|
|
13714
|
+
iconURL: 'https://ipfs.io/ipfs/QmZcZreqE6P7JQCduEkXtni8UTJVjtX1PEiPFm7WpSEPc3'
|
|
13391
13715
|
},
|
|
13392
13716
|
1927: {
|
|
13393
13717
|
name: 'Arvix Testnet',
|
|
@@ -13801,13 +14125,7 @@ exports.chains = {
|
|
|
13801
14125
|
chainId: 1992,
|
|
13802
14126
|
networkId: 1992,
|
|
13803
14127
|
slip44: 60,
|
|
13804
|
-
explorers: [
|
|
13805
|
-
{
|
|
13806
|
-
name: 'routescan',
|
|
13807
|
-
url: 'https://explorer.hubble.exchange',
|
|
13808
|
-
standard: 'EIP3091'
|
|
13809
|
-
}
|
|
13810
|
-
],
|
|
14128
|
+
explorers: [],
|
|
13811
14129
|
iconURL: 'https://ipfs.io/ipfs/QmU9t9fZaWiqpAZ9dw2ojTpJycnB8BxekLWVSCJikJVgjW'
|
|
13812
14130
|
},
|
|
13813
14131
|
1993: {
|
|
@@ -14086,12 +14404,12 @@ exports.chains = {
|
|
|
14086
14404
|
faucets: ['https://faucet.nowchain.co'],
|
|
14087
14405
|
nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
|
|
14088
14406
|
infoURL: 'https://nowchain.co',
|
|
14089
|
-
shortName: '
|
|
14407
|
+
shortName: 'tnow',
|
|
14090
14408
|
chainId: 2014,
|
|
14091
14409
|
networkId: 2014,
|
|
14092
14410
|
explorers: [
|
|
14093
14411
|
{
|
|
14094
|
-
name: 'nowscan',
|
|
14412
|
+
name: 'nowscan testnet',
|
|
14095
14413
|
url: 'https://testnet.nowscan.io',
|
|
14096
14414
|
standard: 'EIP3091'
|
|
14097
14415
|
}
|
|
@@ -14401,14 +14719,15 @@ exports.chains = {
|
|
|
14401
14719
|
},
|
|
14402
14720
|
2035: {
|
|
14403
14721
|
name: 'Phala Network',
|
|
14404
|
-
chain: '
|
|
14722
|
+
chain: 'ETH',
|
|
14405
14723
|
rpc: [],
|
|
14406
14724
|
faucets: [],
|
|
14407
|
-
nativeCurrency: { name: '
|
|
14725
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14408
14726
|
infoURL: 'https://phala.network',
|
|
14409
|
-
shortName: '
|
|
14727
|
+
shortName: 'phala',
|
|
14410
14728
|
chainId: 2035,
|
|
14411
|
-
networkId: 2035
|
|
14729
|
+
networkId: 2035,
|
|
14730
|
+
status: 'incubating'
|
|
14412
14731
|
},
|
|
14413
14732
|
2037: {
|
|
14414
14733
|
name: 'Kiwi Subnet',
|
|
@@ -15813,6 +16132,27 @@ exports.chains = {
|
|
|
15813
16132
|
],
|
|
15814
16133
|
iconURL: 'https://ipfs.io/ipfs/QmcW64RgqQVHnNbVFyfaMNKt7dJvFqEbfEHZmeyeK8dpEa'
|
|
15815
16134
|
},
|
|
16135
|
+
2488: {
|
|
16136
|
+
name: 'NOW Chain Mainnet',
|
|
16137
|
+
chain: 'NOW',
|
|
16138
|
+
icon: 'nowchain',
|
|
16139
|
+
rpc: ['https://rpc.nowscan.io'],
|
|
16140
|
+
faucets: [],
|
|
16141
|
+
nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
|
|
16142
|
+
infoURL: 'https://nowchain.co',
|
|
16143
|
+
shortName: 'now',
|
|
16144
|
+
chainId: 2488,
|
|
16145
|
+
networkId: 2488,
|
|
16146
|
+
explorers: [
|
|
16147
|
+
{
|
|
16148
|
+
name: 'NOW Scan',
|
|
16149
|
+
url: 'https://nowscan.io',
|
|
16150
|
+
icon: 'nowchain',
|
|
16151
|
+
standard: 'EIP3091'
|
|
16152
|
+
}
|
|
16153
|
+
],
|
|
16154
|
+
iconURL: 'https://ipfs.io/ipfs/QmSUzhRGzMyMyGwBcE3ooZ5jvHKyJ1FjVjh5SfoGHG36MX'
|
|
16155
|
+
},
|
|
15816
16156
|
2511: {
|
|
15817
16157
|
name: 'Karak Goerli',
|
|
15818
16158
|
chain: 'Karak',
|
|
@@ -16965,7 +17305,7 @@ exports.chains = {
|
|
|
16965
17305
|
name: 'EVOLVE Mainnet',
|
|
16966
17306
|
chain: 'EVO',
|
|
16967
17307
|
icon: 'evolveIcon',
|
|
16968
|
-
rpc: ['https://rpc.
|
|
17308
|
+
rpc: ['https://rpc.evoexplorer.com'],
|
|
16969
17309
|
faucets: [],
|
|
16970
17310
|
nativeCurrency: { name: 'Evolve', symbol: 'EVO', decimals: 18 },
|
|
16971
17311
|
infoURL: 'https://evolveblockchain.io',
|
|
@@ -17085,22 +17425,22 @@ exports.chains = {
|
|
|
17085
17425
|
]
|
|
17086
17426
|
},
|
|
17087
17427
|
3502: {
|
|
17088
|
-
name: '
|
|
17089
|
-
chain: '
|
|
17090
|
-
icon: '
|
|
17091
|
-
rpc: ['https://rpc.
|
|
17428
|
+
name: 'JFINPOS',
|
|
17429
|
+
chain: 'JFINPOS',
|
|
17430
|
+
icon: 'jfinpos',
|
|
17431
|
+
rpc: ['https://rpc.jfinpos.com'],
|
|
17092
17432
|
faucets: [],
|
|
17093
17433
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
17094
|
-
nativeCurrency: { name: '
|
|
17095
|
-
infoURL: 'https://
|
|
17434
|
+
nativeCurrency: { name: 'JFINPOS', symbol: 'JPOS', decimals: 18 },
|
|
17435
|
+
infoURL: 'https://jfinpos.com',
|
|
17096
17436
|
shortName: 'jzero',
|
|
17097
17437
|
chainId: 3502,
|
|
17098
17438
|
networkId: 3502,
|
|
17099
17439
|
explorers: [
|
|
17100
17440
|
{
|
|
17101
|
-
name: '
|
|
17102
|
-
url: 'https://exp.
|
|
17103
|
-
icon: '
|
|
17441
|
+
name: 'JFINPOS Explorer',
|
|
17442
|
+
url: 'https://exp.jfinpos.com',
|
|
17443
|
+
icon: 'jfinpos',
|
|
17104
17444
|
standard: 'EIP3091'
|
|
17105
17445
|
}
|
|
17106
17446
|
],
|
|
@@ -18086,6 +18426,27 @@ exports.chains = {
|
|
|
18086
18426
|
],
|
|
18087
18427
|
iconURL: 'https://ipfs.io/ipfs/QmbRJzDeAdMkEXkqDwBwezpUxyjTPHZ2iXEomqKPvWZcWE'
|
|
18088
18428
|
},
|
|
18429
|
+
4158: {
|
|
18430
|
+
name: 'CrossFi Mainnet',
|
|
18431
|
+
icon: 'crossfi',
|
|
18432
|
+
chain: 'crossfi',
|
|
18433
|
+
rpc: ['https://rpc.mainnet.ms/'],
|
|
18434
|
+
faucets: [],
|
|
18435
|
+
nativeCurrency: { name: 'CrossFi Token', symbol: 'XFI', decimals: 18 },
|
|
18436
|
+
infoURL: 'https://crossfi.org',
|
|
18437
|
+
shortName: 'crossfi',
|
|
18438
|
+
chainId: 4158,
|
|
18439
|
+
networkId: 4158,
|
|
18440
|
+
slip44: 1,
|
|
18441
|
+
explorers: [
|
|
18442
|
+
{
|
|
18443
|
+
name: 'CrossFi Mainnet Scan',
|
|
18444
|
+
url: 'https://xfiscan.com',
|
|
18445
|
+
standard: 'none'
|
|
18446
|
+
}
|
|
18447
|
+
],
|
|
18448
|
+
iconURL: 'https://ipfs.io/ipfs/QmbRJzDeAdMkEXkqDwBwezpUxyjTPHZ2iXEomqKPvWZcWE'
|
|
18449
|
+
},
|
|
18089
18450
|
4162: {
|
|
18090
18451
|
name: 'SX Rollup',
|
|
18091
18452
|
chain: 'SX',
|
|
@@ -18274,7 +18635,7 @@ exports.chains = {
|
|
|
18274
18635
|
4321: {
|
|
18275
18636
|
name: 'Echos Chain',
|
|
18276
18637
|
chain: 'Echos',
|
|
18277
|
-
rpc: [],
|
|
18638
|
+
rpc: ['https://rpc-echos-mainnet-0.t.conduit.xyz'],
|
|
18278
18639
|
features: [],
|
|
18279
18640
|
faucets: [],
|
|
18280
18641
|
nativeCurrency: { name: 'USD Coin', symbol: 'USDC', decimals: 18 },
|
|
@@ -18449,17 +18810,41 @@ exports.chains = {
|
|
|
18449
18810
|
faucets: ['https://faucet.emoney.network/faucet'],
|
|
18450
18811
|
nativeCurrency: { name: 'Emoney Network', symbol: 'EMYC', decimals: 18 },
|
|
18451
18812
|
infoURL: 'https://emoney.network/',
|
|
18452
|
-
shortName: '
|
|
18813
|
+
shortName: 'EmoneyTestnet',
|
|
18453
18814
|
chainId: 4544,
|
|
18454
18815
|
networkId: 4544,
|
|
18455
18816
|
slip44: 118,
|
|
18456
18817
|
icon: 'emoney',
|
|
18457
18818
|
explorers: [
|
|
18458
18819
|
{
|
|
18459
|
-
name: 'EMoney
|
|
18460
|
-
url: 'https://
|
|
18820
|
+
name: 'EMoney Explorer',
|
|
18821
|
+
url: 'https://explore-stage.emoney.network',
|
|
18461
18822
|
icon: 'emoney',
|
|
18462
|
-
standard: '
|
|
18823
|
+
standard: 'none'
|
|
18824
|
+
}
|
|
18825
|
+
],
|
|
18826
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigo4gtboztftjdnbvy2rb2ku2gxxbhm4iwutzgnzhvden3vcbsqui'
|
|
18827
|
+
},
|
|
18828
|
+
4545: {
|
|
18829
|
+
name: 'Emoney Network Mainnet',
|
|
18830
|
+
chain: 'Emoney',
|
|
18831
|
+
rpc: [
|
|
18832
|
+
'https://rpc-publicnode.emoney.io/',
|
|
18833
|
+
'https://public-node1-rpc.emoney.network/'
|
|
18834
|
+
],
|
|
18835
|
+
faucets: [],
|
|
18836
|
+
nativeCurrency: { name: 'Emoney Coin', symbol: 'EMYC', decimals: 18 },
|
|
18837
|
+
infoURL: 'https://emoney.io/',
|
|
18838
|
+
shortName: 'emoney',
|
|
18839
|
+
chainId: 4545,
|
|
18840
|
+
networkId: 4545,
|
|
18841
|
+
icon: 'emoney',
|
|
18842
|
+
explorers: [
|
|
18843
|
+
{
|
|
18844
|
+
name: 'EMoney Explorer',
|
|
18845
|
+
url: 'https://explore.emoney.network',
|
|
18846
|
+
icon: 'emoney',
|
|
18847
|
+
standard: 'none'
|
|
18463
18848
|
}
|
|
18464
18849
|
],
|
|
18465
18850
|
iconURL: 'https://ipfs.io/ipfs/bafkreigo4gtboztftjdnbvy2rb2ku2gxxbhm4iwutzgnzhvden3vcbsqui'
|
|
@@ -18486,6 +18871,31 @@ exports.chains = {
|
|
|
18486
18871
|
],
|
|
18487
18872
|
iconURL: 'https://ipfs.io/ipfs/bafkreidyrvphfojaf7iev57trxk3sxbo6qikg26pdy66ke4n22dgm52wwa'
|
|
18488
18873
|
},
|
|
18874
|
+
4646: {
|
|
18875
|
+
name: 'MST Chain',
|
|
18876
|
+
title: 'MST Chain',
|
|
18877
|
+
chain: 'MST',
|
|
18878
|
+
rpc: [
|
|
18879
|
+
'https://mariorpc.mstblockchain.com',
|
|
18880
|
+
'https://craftrpc.mstblockchain.com'
|
|
18881
|
+
],
|
|
18882
|
+
faucets: [],
|
|
18883
|
+
nativeCurrency: { name: 'MST', symbol: 'MST', decimals: 18 },
|
|
18884
|
+
infoURL: 'https://mstblockchain.com',
|
|
18885
|
+
shortName: 'mst',
|
|
18886
|
+
chainId: 4646,
|
|
18887
|
+
networkId: 4646,
|
|
18888
|
+
slip44: 4646,
|
|
18889
|
+
icon: 'mst',
|
|
18890
|
+
explorers: [
|
|
18891
|
+
{
|
|
18892
|
+
name: 'MST Mainnet Scan',
|
|
18893
|
+
url: 'https://mstscan.com',
|
|
18894
|
+
standard: 'EIP3091'
|
|
18895
|
+
}
|
|
18896
|
+
],
|
|
18897
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiepbqd2czcifzkfxk2xjd4nfrlnt5yns3t57umhvhdtpnggn6esym'
|
|
18898
|
+
},
|
|
18489
18899
|
4653: {
|
|
18490
18900
|
name: 'Gold Chain',
|
|
18491
18901
|
title: 'Gold Chain',
|
|
@@ -18501,6 +18911,35 @@ exports.chains = {
|
|
|
18501
18911
|
icon: 'gold',
|
|
18502
18912
|
iconURL: 'https://ipfs.io/ipfs/QmbvuHpn8Np5uTTbVNgv4JHCj2zfHBfmSoRcVNdWbcV5Vq'
|
|
18503
18913
|
},
|
|
18914
|
+
4661: {
|
|
18915
|
+
name: 'AppChain Testnet',
|
|
18916
|
+
chain: 'AppChain Testnet',
|
|
18917
|
+
rpc: [
|
|
18918
|
+
'https://appchaintestnet.rpc.caldera.xyz/http',
|
|
18919
|
+
'wss://appchaintestnet.rpc.caldera.xyz/ws'
|
|
18920
|
+
],
|
|
18921
|
+
faucets: [],
|
|
18922
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18923
|
+
infoURL: 'https://appchain.xyz',
|
|
18924
|
+
shortName: 'appchaintestnet',
|
|
18925
|
+
chainId: 4661,
|
|
18926
|
+
networkId: 4661,
|
|
18927
|
+
icon: 'appchain',
|
|
18928
|
+
explorers: [
|
|
18929
|
+
{
|
|
18930
|
+
name: 'AppChain Testnet Explorer',
|
|
18931
|
+
url: 'https://appchaintestnet.explorer.caldera.xyz',
|
|
18932
|
+
icon: 'blockscout',
|
|
18933
|
+
standard: 'EIP3091'
|
|
18934
|
+
}
|
|
18935
|
+
],
|
|
18936
|
+
parent: {
|
|
18937
|
+
type: 'L2',
|
|
18938
|
+
chain: 'eip155-11155111',
|
|
18939
|
+
bridges: [{ url: 'https://appchaintestnet.bridge.caldera.xyz' }]
|
|
18940
|
+
},
|
|
18941
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeigx76uxvcvet7365sjdzuxxcgl5auzck6vbbigu2jeg6ixl5k3tya'
|
|
18942
|
+
},
|
|
18504
18943
|
4689: {
|
|
18505
18944
|
name: 'IoTeX Network Mainnet',
|
|
18506
18945
|
chain: 'iotex.io',
|
|
@@ -18587,6 +19026,31 @@ exports.chains = {
|
|
|
18587
19026
|
],
|
|
18588
19027
|
iconURL: 'https://ipfs.io/ipfs/QmPasA8xykRtJDivB2bcKDiRCUNWDPtfUTTKVAcaF2wVxC'
|
|
18589
19028
|
},
|
|
19029
|
+
4786: {
|
|
19030
|
+
name: 'Evnode Testnet',
|
|
19031
|
+
chain: 'Evnode',
|
|
19032
|
+
rpc: ['https://rpc-testnet.evnode.org/'],
|
|
19033
|
+
faucets: ['https://faucet.evnode.org'],
|
|
19034
|
+
nativeCurrency: {
|
|
19035
|
+
name: 'Evnode Testnet Native Token',
|
|
19036
|
+
symbol: 'tEVO',
|
|
19037
|
+
decimals: 18
|
|
19038
|
+
},
|
|
19039
|
+
infoURL: 'https://evnode.org',
|
|
19040
|
+
shortName: 'evnode',
|
|
19041
|
+
chainId: 4786,
|
|
19042
|
+
networkId: 4786,
|
|
19043
|
+
icon: 'evnode',
|
|
19044
|
+
explorers: [
|
|
19045
|
+
{
|
|
19046
|
+
name: 'Evnode Explorer Testnet',
|
|
19047
|
+
url: 'https://testnet.evscan.net',
|
|
19048
|
+
standard: 'EIP3091',
|
|
19049
|
+
icon: 'evnode'
|
|
19050
|
+
}
|
|
19051
|
+
],
|
|
19052
|
+
iconURL: 'https://ipfs.io/ipfs/QmWjBJXdpBzNHtakvEkjKXU5XMJn8JaUTNLfaUt8Y1swPE'
|
|
19053
|
+
},
|
|
18590
19054
|
4801: {
|
|
18591
19055
|
name: 'World Chain Sepolia Testnet',
|
|
18592
19056
|
chain: 'ETH',
|
|
@@ -18921,6 +19385,31 @@ exports.chains = {
|
|
|
18921
19385
|
status: 'active',
|
|
18922
19386
|
iconURL: 'https://ipfs.io/ipfs/QmdofX1W8QFt4TSDaq2wyPvYuUba9LabgD1MYcn3Hezu8h'
|
|
18923
19387
|
},
|
|
19388
|
+
5080: {
|
|
19389
|
+
name: 'Pioneer Zero Chain',
|
|
19390
|
+
chain: 'PZO',
|
|
19391
|
+
icon: 'pzo',
|
|
19392
|
+
rpc: ['https://rpc.zeroscan.org'],
|
|
19393
|
+
faucets: ['https://faucet.zeroscan.org/faucet'],
|
|
19394
|
+
nativeCurrency: { name: 'Pioneer Zero', symbol: 'PZO', decimals: 18 },
|
|
19395
|
+
infoURL: 'https://pionechain.com',
|
|
19396
|
+
shortName: 'pzo',
|
|
19397
|
+
chainId: 5080,
|
|
19398
|
+
networkId: 5080,
|
|
19399
|
+
explorers: [
|
|
19400
|
+
{
|
|
19401
|
+
name: 'Pioneer Zero Chain Explorer',
|
|
19402
|
+
url: 'https://zeroscan.org',
|
|
19403
|
+
standard: 'EIP3091'
|
|
19404
|
+
},
|
|
19405
|
+
{
|
|
19406
|
+
name: 'Pioneer Zero Chain Explorer',
|
|
19407
|
+
url: 'https://zero.pionescan.com',
|
|
19408
|
+
standard: 'EIP3091'
|
|
19409
|
+
}
|
|
19410
|
+
],
|
|
19411
|
+
iconURL: 'https://ipfs.io/ipfs/QmVixPVBBnprnjsoG4r6KDT2SwupjFyT2zZ5M77fHyU6ud'
|
|
19412
|
+
},
|
|
18924
19413
|
5090: {
|
|
18925
19414
|
name: 'Pioneer Chain Testnet',
|
|
18926
19415
|
chain: 'PIO',
|
|
@@ -19365,6 +19854,19 @@ exports.chains = {
|
|
|
19365
19854
|
}
|
|
19366
19855
|
]
|
|
19367
19856
|
},
|
|
19857
|
+
5373: {
|
|
19858
|
+
name: 'Settlus Sepolia Testnet',
|
|
19859
|
+
chain: 'ETH',
|
|
19860
|
+
rpc: [],
|
|
19861
|
+
faucets: [],
|
|
19862
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
19863
|
+
infoURL: 'https://settlus.org',
|
|
19864
|
+
shortName: 'setl-sepolia',
|
|
19865
|
+
chainId: 5373,
|
|
19866
|
+
networkId: 5373,
|
|
19867
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
19868
|
+
status: 'incubating'
|
|
19869
|
+
},
|
|
19368
19870
|
5424: {
|
|
19369
19871
|
name: 'edeXa Mainnet',
|
|
19370
19872
|
chain: 'edeXa Network',
|
|
@@ -19401,6 +19903,27 @@ exports.chains = {
|
|
|
19401
19903
|
{ name: 'egoscan', url: 'https://egoscan.io', standard: 'EIP3091' }
|
|
19402
19904
|
]
|
|
19403
19905
|
},
|
|
19906
|
+
5511: {
|
|
19907
|
+
name: 'PointPay Mainnet',
|
|
19908
|
+
chain: 'pointpay',
|
|
19909
|
+
rpc: ['https://rpc-mainnet.pointpay.io'],
|
|
19910
|
+
faucets: [],
|
|
19911
|
+
nativeCurrency: { name: 'PointPay', symbol: 'PXP', decimals: 18 },
|
|
19912
|
+
infoURL: 'https://pointpay.io',
|
|
19913
|
+
shortName: 'PP',
|
|
19914
|
+
chainId: 5511,
|
|
19915
|
+
networkId: 5511,
|
|
19916
|
+
icon: 'pointpay',
|
|
19917
|
+
explorers: [
|
|
19918
|
+
{
|
|
19919
|
+
name: 'PointPay Mainnet Explorer',
|
|
19920
|
+
url: 'https://explorer.pointpay.io',
|
|
19921
|
+
icon: 'pointpay',
|
|
19922
|
+
standard: 'EIP3091'
|
|
19923
|
+
}
|
|
19924
|
+
],
|
|
19925
|
+
iconURL: 'https://ipfs.io/ipfs/QmPVsJrzshxQMVDSqn45aiaNJcFY8zWU27fg8vq5Mht4z7'
|
|
19926
|
+
},
|
|
19404
19927
|
5522: {
|
|
19405
19928
|
name: 'VEX EVM TESTNET',
|
|
19406
19929
|
chain: 'vex',
|
|
@@ -20564,6 +21087,37 @@ exports.chains = {
|
|
|
20564
21087
|
explorers: [],
|
|
20565
21088
|
iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
|
|
20566
21089
|
},
|
|
21090
|
+
6934: {
|
|
21091
|
+
name: 'XYL TestNet',
|
|
21092
|
+
chain: 'XYL',
|
|
21093
|
+
rpc: ['https://xyl-testnet.glitch.me/rpc/'],
|
|
21094
|
+
faucets: ['https://debxylen.github.io/XYL_TestNet/faucet.html'],
|
|
21095
|
+
nativeCurrency: { name: 'XYL', symbol: 'XYL', decimals: 18 },
|
|
21096
|
+
features: [
|
|
21097
|
+
{ name: 'EIP155' },
|
|
21098
|
+
{ name: 'EIP1559' },
|
|
21099
|
+
{ name: 'XYL-DynaPoW' },
|
|
21100
|
+
{ name: 'Smart Contracts' },
|
|
21101
|
+
{ name: 'Custom Gas Model' },
|
|
21102
|
+
{ name: 'XYL-VM' },
|
|
21103
|
+
{ name: 'Dynamic Difficulty Adjustment' },
|
|
21104
|
+
{ name: 'Low-Latency Transactions' }
|
|
21105
|
+
],
|
|
21106
|
+
infoURL: 'https://debxylen.github.io/XYL_TestNet',
|
|
21107
|
+
shortName: 'xyl',
|
|
21108
|
+
chainId: 6934,
|
|
21109
|
+
networkId: 6934,
|
|
21110
|
+
icon: 'xyl-test',
|
|
21111
|
+
explorers: [
|
|
21112
|
+
{
|
|
21113
|
+
name: 'XYL Explorer',
|
|
21114
|
+
url: 'https://debxylen.github.io/BlockExplorer',
|
|
21115
|
+
icon: 'xyl-test',
|
|
21116
|
+
standard: 'EIP3091'
|
|
21117
|
+
}
|
|
21118
|
+
],
|
|
21119
|
+
iconURL: 'https://ipfs.io/ipfs/QmYLd4jRsRiSnGERvzBGmMuXGo6q5AYhmr8UFtmXzGhRc5'
|
|
21120
|
+
},
|
|
20567
21121
|
6942: {
|
|
20568
21122
|
name: 'Laika Mainnet',
|
|
20569
21123
|
chain: 'LAIKA',
|
|
@@ -20892,6 +21446,27 @@ exports.chains = {
|
|
|
20892
21446
|
explorers: [],
|
|
20893
21447
|
iconURL: 'https://ipfs.io/ipfs/QmZ4ujZagoLozYSypp7uJESgExJhGGJTmmpT6AoDV8GzZW'
|
|
20894
21448
|
},
|
|
21449
|
+
7234: {
|
|
21450
|
+
name: 'InitVerse penesis testnet',
|
|
21451
|
+
chain: 'InitVerse',
|
|
21452
|
+
rpc: ['http://rpc-testnet.inichain.com'],
|
|
21453
|
+
faucets: [],
|
|
21454
|
+
nativeCurrency: { name: 'InitVerse', symbol: 'INI', decimals: 18 },
|
|
21455
|
+
infoURL: 'https://genesis-testnet.inichain.com',
|
|
21456
|
+
shortName: 'INICHAIN',
|
|
21457
|
+
chainId: 7234,
|
|
21458
|
+
networkId: 7234,
|
|
21459
|
+
icon: 'initverse',
|
|
21460
|
+
explorers: [
|
|
21461
|
+
{
|
|
21462
|
+
name: 'initverse',
|
|
21463
|
+
url: 'https://genesis-testnet.iniscan.com',
|
|
21464
|
+
icon: 'initverse',
|
|
21465
|
+
standard: 'none'
|
|
21466
|
+
}
|
|
21467
|
+
],
|
|
21468
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreieuowxl2syu2cfiebhqkdjrokbwq4sulcdrww3z4wws3vssm3phzi'
|
|
21469
|
+
},
|
|
20895
21470
|
7244: {
|
|
20896
21471
|
name: 'ZEUS Testnet',
|
|
20897
21472
|
chain: 'tZEUS',
|
|
@@ -22295,6 +22870,11 @@ exports.chains = {
|
|
|
22295
22870
|
url: 'https://base.dex.guru',
|
|
22296
22871
|
icon: 'dexguru',
|
|
22297
22872
|
standard: 'EIP3091'
|
|
22873
|
+
},
|
|
22874
|
+
{
|
|
22875
|
+
name: 'Routescan',
|
|
22876
|
+
url: 'https://base.superscan.network',
|
|
22877
|
+
standard: 'EIP3091'
|
|
22298
22878
|
}
|
|
22299
22879
|
],
|
|
22300
22880
|
status: 'active',
|
|
@@ -23177,6 +23757,25 @@ exports.chains = {
|
|
|
23177
23757
|
],
|
|
23178
23758
|
iconURL: 'https://ipfs.io/ipfs/QmSnqLVwFyeX9AZDvBKVS7diDf2Xb7m9nDcamGgpCMhL3d'
|
|
23179
23759
|
},
|
|
23760
|
+
9090: {
|
|
23761
|
+
name: 'Inco Gentry Testnet',
|
|
23762
|
+
chain: 'INCO',
|
|
23763
|
+
rpc: ['https://testnet.inco.org'],
|
|
23764
|
+
faucets: ['https://faucet.inco.org'],
|
|
23765
|
+
nativeCurrency: { name: 'INCO', symbol: 'INCO', decimals: 18 },
|
|
23766
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
23767
|
+
infoURL: 'https://www.inco.org',
|
|
23768
|
+
shortName: 'inco-gentry',
|
|
23769
|
+
chainId: 9090,
|
|
23770
|
+
networkId: 9090,
|
|
23771
|
+
explorers: [
|
|
23772
|
+
{
|
|
23773
|
+
name: 'Inco Gentry Testnet Explorer',
|
|
23774
|
+
url: 'https://explorer.testnet.inco.org',
|
|
23775
|
+
standard: 'EIP3091'
|
|
23776
|
+
}
|
|
23777
|
+
]
|
|
23778
|
+
},
|
|
23180
23779
|
9091: {
|
|
23181
23780
|
name: 'KPA Smart Chain Testnet',
|
|
23182
23781
|
chain: 'KSC',
|
|
@@ -24873,6 +25472,27 @@ exports.chains = {
|
|
|
24873
25472
|
],
|
|
24874
25473
|
iconURL: 'https://ipfs.io/ipfs/QmUkFZC2ZmoYPTKf7AHdjwRPZoV2h1MCuHaGM4iu8SNFpi'
|
|
24875
25474
|
},
|
|
25475
|
+
11451: {
|
|
25476
|
+
name: 'eGoldChain',
|
|
25477
|
+
chain: 'EGC',
|
|
25478
|
+
icon: 'egoldchain',
|
|
25479
|
+
rpc: ['https://rpc.egoldchain.com', 'wss://wss.egoldchain.com'],
|
|
25480
|
+
faucets: [],
|
|
25481
|
+
nativeCurrency: { name: 'Aurum', symbol: 'XAU', decimals: 18 },
|
|
25482
|
+
infoURL: 'https://www.egoldchain.com',
|
|
25483
|
+
shortName: 'egoldchain',
|
|
25484
|
+
chainId: 11451,
|
|
25485
|
+
networkId: 11451,
|
|
25486
|
+
explorers: [
|
|
25487
|
+
{
|
|
25488
|
+
name: 'eGoldChain Block Explorer',
|
|
25489
|
+
url: 'https://egoldscan.io',
|
|
25490
|
+
standard: 'none',
|
|
25491
|
+
icon: 'egoldchain'
|
|
25492
|
+
}
|
|
25493
|
+
],
|
|
25494
|
+
iconURL: 'https://ipfs.io/ipfs/QmTQh54Rf3DFYxZZoQQ9yCjeAYXwzTaVua4KLmXX8AsFNF'
|
|
25495
|
+
},
|
|
24876
25496
|
11501: {
|
|
24877
25497
|
name: 'BEVM Mainnet',
|
|
24878
25498
|
chain: 'BEVM',
|
|
@@ -25710,8 +26330,8 @@ exports.chains = {
|
|
|
25710
26330
|
iconURL: 'https://ipfs.io/ipfs/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz'
|
|
25711
26331
|
},
|
|
25712
26332
|
14149: {
|
|
25713
|
-
name: 'Bitharvest
|
|
25714
|
-
chain: 'Bitharvest
|
|
26333
|
+
name: 'Bitharvest Chain Mainnet',
|
|
26334
|
+
chain: 'Bitharvest Chain Mainnet',
|
|
25715
26335
|
rpc: ['https://rpc.bthscan.io/'],
|
|
25716
26336
|
features: [{ name: 'EIP1559' }],
|
|
25717
26337
|
faucets: [],
|
|
@@ -26642,6 +27262,26 @@ exports.chains = {
|
|
|
26642
27262
|
],
|
|
26643
27263
|
iconURL: 'https://ipfs.io/ipfs/QmdGCthKA11K9kCZJdbTP5WPAyq1wiRZ3REn6KG58MrWaE'
|
|
26644
27264
|
},
|
|
27265
|
+
18880: {
|
|
27266
|
+
name: 'EXPchain Testnet',
|
|
27267
|
+
chain: 'EXPCHAIN',
|
|
27268
|
+
rpc: ['https://rpc1-testnet.expchain.ai'],
|
|
27269
|
+
faucets: [],
|
|
27270
|
+
nativeCurrency: { name: 'tZKJ', symbol: 'tZKJ', decimals: 18 },
|
|
27271
|
+
infoURL: 'https://expchain.ai',
|
|
27272
|
+
shortName: 'expchain',
|
|
27273
|
+
chainId: 18880,
|
|
27274
|
+
networkId: 18880,
|
|
27275
|
+
icon: 'expchain',
|
|
27276
|
+
explorers: [
|
|
27277
|
+
{
|
|
27278
|
+
name: 'EXPchain Testnet Explorer',
|
|
27279
|
+
url: 'https://blockscout-testnet.expchain.ai',
|
|
27280
|
+
standard: 'EIP3091'
|
|
27281
|
+
}
|
|
27282
|
+
],
|
|
27283
|
+
iconURL: 'https://ipfs.io/ipfs/QmUf9AtP2ZjQFvE8V4UV5RXQJkfUrCAh4tyY7ZHesBhCMB'
|
|
27284
|
+
},
|
|
26645
27285
|
18888: {
|
|
26646
27286
|
name: 'Titan (TKX)',
|
|
26647
27287
|
chain: 'Titan (TKX)',
|
|
@@ -27136,6 +27776,19 @@ exports.chains = {
|
|
|
27136
27776
|
}
|
|
27137
27777
|
]
|
|
27138
27778
|
},
|
|
27779
|
+
21210: {
|
|
27780
|
+
name: '1Money Network Mainnet',
|
|
27781
|
+
chain: '1Money Network',
|
|
27782
|
+
rpc: ['https://mainnet.1money.network'],
|
|
27783
|
+
faucets: [],
|
|
27784
|
+
nativeCurrency: { name: 'USD1', symbol: 'USD1', decimals: 18 },
|
|
27785
|
+
features: [{ name: 'EIP155' }],
|
|
27786
|
+
infoURL: 'https://1money.com',
|
|
27787
|
+
shortName: '1money',
|
|
27788
|
+
chainId: 21210,
|
|
27789
|
+
networkId: 21210,
|
|
27790
|
+
explorers: []
|
|
27791
|
+
},
|
|
27139
27792
|
21223: {
|
|
27140
27793
|
name: 'DCpay Mainnet',
|
|
27141
27794
|
chain: 'DCpay',
|
|
@@ -27958,7 +28611,7 @@ exports.chains = {
|
|
|
27958
28611
|
networkId: 28882,
|
|
27959
28612
|
explorers: [
|
|
27960
28613
|
{
|
|
27961
|
-
name: '
|
|
28614
|
+
name: 'Routescan',
|
|
27962
28615
|
url: 'https://testnet.bobascan.com',
|
|
27963
28616
|
standard: 'none'
|
|
27964
28617
|
}
|
|
@@ -28526,6 +29179,26 @@ exports.chains = {
|
|
|
28526
29179
|
],
|
|
28527
29180
|
iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
|
|
28528
29181
|
},
|
|
29182
|
+
32770: {
|
|
29183
|
+
name: 'Zilliqa 2 EVM proto-mainnet',
|
|
29184
|
+
chain: 'ZIL',
|
|
29185
|
+
rpc: ['https://api.zq2-protomainnet.zilliqa.com'],
|
|
29186
|
+
faucets: ['https://faucet.zq2-protomainnet.zilliqa.com'],
|
|
29187
|
+
nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
|
|
29188
|
+
infoURL: 'https://www.zilliqa.com/',
|
|
29189
|
+
shortName: 'zq2-proto-mainnet',
|
|
29190
|
+
chainId: 32770,
|
|
29191
|
+
networkId: 32770,
|
|
29192
|
+
icon: 'zilliqa',
|
|
29193
|
+
explorers: [
|
|
29194
|
+
{
|
|
29195
|
+
name: 'Zilliqa 2 EVM proto-mainnet explorer',
|
|
29196
|
+
url: 'https://explorer.zq2-protomainnet.zilliqa.com',
|
|
29197
|
+
standard: 'EIP3091'
|
|
29198
|
+
}
|
|
29199
|
+
],
|
|
29200
|
+
iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
|
|
29201
|
+
},
|
|
28529
29202
|
32990: {
|
|
28530
29203
|
name: 'Zilliqa EVM Isolated Server',
|
|
28531
29204
|
chain: 'ZIL',
|
|
@@ -28810,7 +29483,8 @@ exports.chains = {
|
|
|
28810
29483
|
name: 'modescout',
|
|
28811
29484
|
url: 'https://explorer.mode.network',
|
|
28812
29485
|
standard: 'none'
|
|
28813
|
-
}
|
|
29486
|
+
},
|
|
29487
|
+
{ name: 'Routescan', url: 'https://modescan.io', standard: 'none' }
|
|
28814
29488
|
],
|
|
28815
29489
|
iconURL: 'https://ipfs.io/ipfs/bafkreidi5y7afj5z4xrz7uz5rkg2mcsv2p2n4ui4g7q4k4ecdz65i2agou'
|
|
28816
29490
|
},
|
|
@@ -29089,20 +29763,20 @@ exports.chains = {
|
|
|
29089
29763
|
]
|
|
29090
29764
|
},
|
|
29091
29765
|
41923: {
|
|
29092
|
-
name: '
|
|
29093
|
-
chain: '
|
|
29766
|
+
name: 'EDU Chain',
|
|
29767
|
+
chain: 'EDU Chain',
|
|
29094
29768
|
icon: 'occ-mainnet',
|
|
29095
29769
|
rpc: ['https://rpc.edu-chain.raas.gelato.cloud'],
|
|
29096
29770
|
faucets: ['https://bridge.gelato.network/bridge/edu-chain'],
|
|
29097
29771
|
nativeCurrency: { name: 'EDU', symbol: 'EDU', decimals: 18 },
|
|
29098
29772
|
infoURL: 'https://raas.gelato.network/rollups/details/public/edu-chain',
|
|
29099
|
-
shortName: '
|
|
29773
|
+
shortName: 'edu-chain',
|
|
29100
29774
|
chainId: 41923,
|
|
29101
29775
|
networkId: 41923,
|
|
29102
29776
|
explorers: [
|
|
29103
29777
|
{
|
|
29104
|
-
name: '
|
|
29105
|
-
url: 'https://
|
|
29778
|
+
name: 'EDU Chain',
|
|
29779
|
+
url: 'https://educhain.blockscout.com',
|
|
29106
29780
|
icon: 'occ-mainnet',
|
|
29107
29781
|
standard: 'none'
|
|
29108
29782
|
}
|
|
@@ -29474,14 +30148,19 @@ exports.chains = {
|
|
|
29474
30148
|
slip44: 1,
|
|
29475
30149
|
explorers: [
|
|
29476
30150
|
{
|
|
29477
|
-
name: '
|
|
30151
|
+
name: 'Etherscan',
|
|
29478
30152
|
url: 'https://testnet.snowscan.xyz',
|
|
29479
30153
|
standard: 'EIP3091'
|
|
29480
30154
|
},
|
|
29481
30155
|
{
|
|
29482
|
-
name: '
|
|
30156
|
+
name: 'Routescan',
|
|
29483
30157
|
url: 'https://testnet.snowtrace.io',
|
|
29484
30158
|
standard: 'EIP3091'
|
|
30159
|
+
},
|
|
30160
|
+
{
|
|
30161
|
+
name: 'Avascan',
|
|
30162
|
+
url: 'https://testnet.avascan.info',
|
|
30163
|
+
standard: 'EIP3091'
|
|
29485
30164
|
}
|
|
29486
30165
|
],
|
|
29487
30166
|
iconURL: 'https://ipfs.io/ipfs/QmRALA5qvQBRwWre8ofuhCbr3wxVmPS3kGetRR9uJqbqqe'
|
|
@@ -29505,14 +30184,19 @@ exports.chains = {
|
|
|
29505
30184
|
slip44: 9005,
|
|
29506
30185
|
explorers: [
|
|
29507
30186
|
{
|
|
29508
|
-
name: '
|
|
30187
|
+
name: 'Etherscan',
|
|
29509
30188
|
url: 'https://snowscan.xyz',
|
|
29510
30189
|
standard: 'EIP3091'
|
|
29511
30190
|
},
|
|
29512
30191
|
{
|
|
29513
|
-
name: '
|
|
30192
|
+
name: 'Routescan',
|
|
29514
30193
|
url: 'https://snowtrace.io',
|
|
29515
30194
|
standard: 'EIP3091'
|
|
30195
|
+
},
|
|
30196
|
+
{
|
|
30197
|
+
name: 'Avascan',
|
|
30198
|
+
url: 'https://avascan.info',
|
|
30199
|
+
standard: 'EIP3091'
|
|
29516
30200
|
}
|
|
29517
30201
|
],
|
|
29518
30202
|
iconURL: 'https://ipfs.io/ipfs/QmRALA5qvQBRwWre8ofuhCbr3wxVmPS3kGetRR9uJqbqqe'
|
|
@@ -29541,6 +30225,37 @@ exports.chains = {
|
|
|
29541
30225
|
}
|
|
29542
30226
|
]
|
|
29543
30227
|
},
|
|
30228
|
+
43521: {
|
|
30229
|
+
name: 'Formicarium',
|
|
30230
|
+
title: 'MemeCore Testnet Formicarium',
|
|
30231
|
+
chain: 'MemeCore',
|
|
30232
|
+
icon: 'memecore',
|
|
30233
|
+
rpc: [
|
|
30234
|
+
'https://rpc.formicarium.memecore.net',
|
|
30235
|
+
'wss://ws.formicarium.memecore.net'
|
|
30236
|
+
],
|
|
30237
|
+
faucets: ['https://faucet.memecore.com/formicarium'],
|
|
30238
|
+
nativeCurrency: { name: 'Formicarium M', symbol: 'M', decimals: 18 },
|
|
30239
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
30240
|
+
infoURL: 'https://memecore.com',
|
|
30241
|
+
shortName: 'form',
|
|
30242
|
+
chainId: 43521,
|
|
30243
|
+
networkId: 43521,
|
|
30244
|
+
slip44: 1,
|
|
30245
|
+
explorers: [
|
|
30246
|
+
{
|
|
30247
|
+
name: 'OKX-Formicarium',
|
|
30248
|
+
url: 'https://www.okx.com/web3/explorer/formicarium-testnet',
|
|
30249
|
+
standard: 'EIP3091'
|
|
30250
|
+
},
|
|
30251
|
+
{
|
|
30252
|
+
name: 'MemeCoreScan-Formicarium',
|
|
30253
|
+
url: 'https://formicarium.memecorescan.io',
|
|
30254
|
+
standard: 'EIP3091'
|
|
30255
|
+
}
|
|
30256
|
+
],
|
|
30257
|
+
iconURL: 'https://ipfs.io/ipfs/QmX2DPJqHjMRUYD4CMpXBDBpqa3p8c4DkE4iiHtcxBJe3i'
|
|
30258
|
+
},
|
|
29544
30259
|
43851: {
|
|
29545
30260
|
name: 'ZKFair Testnet',
|
|
29546
30261
|
chain: 'ETH',
|
|
@@ -30034,7 +30749,7 @@ exports.chains = {
|
|
|
30034
30749
|
50104: {
|
|
30035
30750
|
name: 'Sophon',
|
|
30036
30751
|
chain: 'Sophon',
|
|
30037
|
-
rpc: ['https://rpc.sophon.xyz'],
|
|
30752
|
+
rpc: ['https://rpc.sophon.xyz', 'wss://rpc.sophon.xyz/ws'],
|
|
30038
30753
|
nativeCurrency: { name: 'Sophon', symbol: 'SOPH', decimals: 18 },
|
|
30039
30754
|
faucets: [],
|
|
30040
30755
|
infoURL: '',
|
|
@@ -30048,7 +30763,55 @@ exports.chains = {
|
|
|
30048
30763
|
icon: 'sophon-testnet',
|
|
30049
30764
|
standard: 'none'
|
|
30050
30765
|
}
|
|
30051
|
-
]
|
|
30766
|
+
],
|
|
30767
|
+
parent: {
|
|
30768
|
+
type: 'L2',
|
|
30769
|
+
chain: 'eip155-1',
|
|
30770
|
+
bridges: [{ url: 'https://portal.sophon.xyz/bridge' }]
|
|
30771
|
+
}
|
|
30772
|
+
},
|
|
30773
|
+
50311: {
|
|
30774
|
+
name: 'Somnia Devnet',
|
|
30775
|
+
chain: 'Somnia',
|
|
30776
|
+
rpc: ['https://dream-rpc.somnia.network'],
|
|
30777
|
+
faucets: [],
|
|
30778
|
+
nativeCurrency: { name: 'Somnia Devnet', symbol: 'STT', decimals: 18 },
|
|
30779
|
+
features: [{ name: 'EIP155' }],
|
|
30780
|
+
infoURL: 'https://somnia.network',
|
|
30781
|
+
shortName: 'STT',
|
|
30782
|
+
chainId: 50311,
|
|
30783
|
+
networkId: 50311,
|
|
30784
|
+
icon: 'somnia',
|
|
30785
|
+
explorers: [
|
|
30786
|
+
{
|
|
30787
|
+
name: 'Somnia Devnet',
|
|
30788
|
+
url: 'https://somnia-devnet.socialscan.io',
|
|
30789
|
+
icon: 'somnia',
|
|
30790
|
+
standard: 'EIP3091'
|
|
30791
|
+
}
|
|
30792
|
+
],
|
|
30793
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreihcfqyihbbqunsozmiwyzk57gcwc5bs2ovo4kkypahe37brdwjlsy'
|
|
30794
|
+
},
|
|
30795
|
+
50341: {
|
|
30796
|
+
name: 'Reddio Devnet',
|
|
30797
|
+
title: 'Reddio Sepolia L2 Rollup Devnet',
|
|
30798
|
+
chain: 'ETH',
|
|
30799
|
+
rpc: ['https://reddio-dev.reddio.com'],
|
|
30800
|
+
faucets: [],
|
|
30801
|
+
nativeCurrency: { name: 'Red', symbol: 'RED', decimals: 18 },
|
|
30802
|
+
infoURL: 'https://www.reddio.com',
|
|
30803
|
+
shortName: 'reddio-devnet',
|
|
30804
|
+
chainId: 50341,
|
|
30805
|
+
networkId: 50341,
|
|
30806
|
+
slip44: 1,
|
|
30807
|
+
explorers: [
|
|
30808
|
+
{
|
|
30809
|
+
name: 'L2scan',
|
|
30810
|
+
url: 'https://reddio-devnet.l2scan.co',
|
|
30811
|
+
standard: 'EIP3091'
|
|
30812
|
+
}
|
|
30813
|
+
],
|
|
30814
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
30052
30815
|
},
|
|
30053
30816
|
50888: {
|
|
30054
30817
|
name: 'Erbie Mainnet',
|
|
@@ -30139,6 +30902,27 @@ exports.chains = {
|
|
|
30139
30902
|
],
|
|
30140
30903
|
iconURL: 'https://ipfs.io/ipfs/QmVgFqXA3kkCrVYGcWFF7Mhx8JUSe9vSCauNamuKWSvCym'
|
|
30141
30904
|
},
|
|
30905
|
+
52225: {
|
|
30906
|
+
name: 'Cytonic Testnet',
|
|
30907
|
+
chain: 'Cytonic',
|
|
30908
|
+
rpc: ['http://rpc.sl.testnet.cytonic.com'],
|
|
30909
|
+
faucets: [],
|
|
30910
|
+
nativeCurrency: { name: 'Cytonic', symbol: 'CCC', decimals: 18 },
|
|
30911
|
+
infoURL: 'https://cytonic.com',
|
|
30912
|
+
shortName: 'CTS',
|
|
30913
|
+
chainId: 52225,
|
|
30914
|
+
networkId: 52225,
|
|
30915
|
+
icon: 'cytonic_l1',
|
|
30916
|
+
explorers: [
|
|
30917
|
+
{
|
|
30918
|
+
name: 'blockscout',
|
|
30919
|
+
url: 'https://explorer.sl.testnet.cytonic.com',
|
|
30920
|
+
icon: 'cytonic_l1',
|
|
30921
|
+
standard: 'EIP3091'
|
|
30922
|
+
}
|
|
30923
|
+
],
|
|
30924
|
+
iconURL: 'https://ipfs.io/ipfs/QmWASoRS8k7YspDLiwz5xfpusBtqHwy5hR5B9NynGx8HGt'
|
|
30925
|
+
},
|
|
30142
30926
|
53277: {
|
|
30143
30927
|
name: 'DOID',
|
|
30144
30928
|
chain: 'DOID',
|
|
@@ -30233,11 +31017,34 @@ exports.chains = {
|
|
|
30233
31017
|
],
|
|
30234
31018
|
iconURL: 'https://ipfs.io/ipfs/QmQB48m15TzhUFrmu56QCRQjkrkgUaKfgCmKE8o3RzmuPJ'
|
|
30235
31019
|
},
|
|
31020
|
+
54170: {
|
|
31021
|
+
name: 'Graphite Testnet',
|
|
31022
|
+
chain: 'Graphite',
|
|
31023
|
+
rpc: [
|
|
31024
|
+
'https://anon-entrypoint-test-1.atgraphite.com',
|
|
31025
|
+
'wss://ws-anon-entrypoint-test-1.atgraphite.com'
|
|
31026
|
+
],
|
|
31027
|
+
faucets: ['https://faucet.atgraphite.com/'],
|
|
31028
|
+
nativeCurrency: { name: 'Graphite', symbol: '@G', decimals: 18 },
|
|
31029
|
+
infoURL: 'https://atgraphite.com/',
|
|
31030
|
+
shortName: 'graphiteTest',
|
|
31031
|
+
chainId: 54170,
|
|
31032
|
+
networkId: 54170,
|
|
31033
|
+
icon: 'graphite',
|
|
31034
|
+
explorers: [
|
|
31035
|
+
{
|
|
31036
|
+
name: 'Graphite Testnet Explorer',
|
|
31037
|
+
url: 'https://test.atgraphite.com',
|
|
31038
|
+
standard: 'EIP3091'
|
|
31039
|
+
}
|
|
31040
|
+
],
|
|
31041
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigzf3eo43njqreysfsnvot3rzdcvj642o4ekjhjla2efyuiy46vmu'
|
|
31042
|
+
},
|
|
30236
31043
|
54176: {
|
|
30237
31044
|
name: 'OverProtocol Mainnet',
|
|
30238
31045
|
chain: 'OverProtocol',
|
|
30239
31046
|
icon: 'overIcon',
|
|
30240
|
-
rpc: ['https://
|
|
31047
|
+
rpc: ['https://rpc.overprotocol.com', 'https://rpc2.overprotocol.com'],
|
|
30241
31048
|
faucets: [],
|
|
30242
31049
|
nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
|
|
30243
31050
|
infoURL: 'https://docs.over.network',
|
|
@@ -30247,7 +31054,7 @@ exports.chains = {
|
|
|
30247
31054
|
explorers: [
|
|
30248
31055
|
{
|
|
30249
31056
|
name: 'OverView',
|
|
30250
|
-
url: 'https://
|
|
31057
|
+
url: 'https://scan.over.network',
|
|
30251
31058
|
standard: 'EIP3091'
|
|
30252
31059
|
}
|
|
30253
31060
|
],
|
|
@@ -30569,6 +31376,28 @@ exports.chains = {
|
|
|
30569
31376
|
}
|
|
30570
31377
|
]
|
|
30571
31378
|
},
|
|
31379
|
+
57054: {
|
|
31380
|
+
name: 'Sonic Blaze Testnet',
|
|
31381
|
+
chain: 'blaze-testnet',
|
|
31382
|
+
rpc: ['https://rpc.blaze.soniclabs.com'],
|
|
31383
|
+
faucets: ['https://blaze.soniclabs.com/account'],
|
|
31384
|
+
nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
|
|
31385
|
+
features: [{ name: 'EIP155' }],
|
|
31386
|
+
infoURL: 'https://blaze.soniclabs.com',
|
|
31387
|
+
shortName: 'blaze',
|
|
31388
|
+
chainId: 57054,
|
|
31389
|
+
networkId: 57054,
|
|
31390
|
+
icon: 'sonic',
|
|
31391
|
+
explorers: [
|
|
31392
|
+
{
|
|
31393
|
+
name: 'sonic blaze testnet',
|
|
31394
|
+
url: 'https://explorer.blaze.soniclabs.com',
|
|
31395
|
+
icon: 'sonic',
|
|
31396
|
+
standard: 'none'
|
|
31397
|
+
}
|
|
31398
|
+
],
|
|
31399
|
+
iconURL: 'https://ipfs.io/ipfs/QmbFqQ87T3HwjF6KejNYYYMcUtc7t64FDbfkpgWchFgMpC'
|
|
31400
|
+
},
|
|
30572
31401
|
57073: {
|
|
30573
31402
|
name: 'Ink',
|
|
30574
31403
|
chain: 'ETH',
|
|
@@ -30965,6 +31794,37 @@ exports.chains = {
|
|
|
30965
31794
|
],
|
|
30966
31795
|
iconURL: 'https://ipfs.io/ipfs/QmWcaVLcPYBxi76HYJc4qudLJwXtfNCDJieLHAs632jMEA'
|
|
30967
31796
|
},
|
|
31797
|
+
61166: {
|
|
31798
|
+
name: 'Treasure',
|
|
31799
|
+
chain: 'Treasure',
|
|
31800
|
+
shortName: 'treasure',
|
|
31801
|
+
chainId: 61166,
|
|
31802
|
+
networkId: 61166,
|
|
31803
|
+
nativeCurrency: { name: 'MAGIC', symbol: 'MAGIC', decimals: 18 },
|
|
31804
|
+
slip44: 1,
|
|
31805
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
31806
|
+
infoURL: 'https://app.treasure.lol',
|
|
31807
|
+
icon: 'treasure',
|
|
31808
|
+
rpc: ['https://rpc.treasure.lol', 'wss://rpc.treasure.lol/ws'],
|
|
31809
|
+
faucets: [
|
|
31810
|
+
'https://app.treasure.lol/chain/faucet',
|
|
31811
|
+
'https://thirdweb.com/treasure'
|
|
31812
|
+
],
|
|
31813
|
+
explorers: [
|
|
31814
|
+
{
|
|
31815
|
+
name: 'Treasure Block Explorer',
|
|
31816
|
+
url: 'https://treasurescan.io',
|
|
31817
|
+
icon: 'treasure',
|
|
31818
|
+
standard: 'EIP3091'
|
|
31819
|
+
}
|
|
31820
|
+
],
|
|
31821
|
+
parent: {
|
|
31822
|
+
type: 'L2',
|
|
31823
|
+
chain: 'eip155-1',
|
|
31824
|
+
bridges: [{ url: 'https://app.treasure.lol/chain/bridge' }]
|
|
31825
|
+
},
|
|
31826
|
+
iconURL: 'https://ipfs.io/ipfs/QmQn3dhxoMDY3R2w9PZtJaVXVh9YtJaozcLesu19B7e1KQ'
|
|
31827
|
+
},
|
|
30968
31828
|
61406: {
|
|
30969
31829
|
name: 'KaiChain',
|
|
30970
31830
|
chain: 'KaiChain',
|
|
@@ -31721,7 +32581,7 @@ exports.chains = {
|
|
|
31721
32581
|
icon: 'wadz',
|
|
31722
32582
|
rpc: ['https://rpc-testnet.wadzchain.io'],
|
|
31723
32583
|
faucets: ['https://faucet-testnet.wadzchain.io'],
|
|
31724
|
-
nativeCurrency: { name: '
|
|
32584
|
+
nativeCurrency: { name: 'WadzChain Coin', symbol: 'WCO', decimals: 18 },
|
|
31725
32585
|
infoURL: 'https://www.wadzchain-network.io',
|
|
31726
32586
|
shortName: 'wadzchain-testnet',
|
|
31727
32587
|
chainId: 71117,
|
|
@@ -31938,6 +32798,25 @@ exports.chains = {
|
|
|
31938
32798
|
],
|
|
31939
32799
|
iconURL: 'https://ipfs.io/ipfs/QmTBszPzBeWPhjozf4TxpL2ws1NkG9yJvisx9h6MFii1zb'
|
|
31940
32800
|
},
|
|
32801
|
+
75338: {
|
|
32802
|
+
name: 'AppLayer Testnet',
|
|
32803
|
+
chain: 'AppLayer',
|
|
32804
|
+
rpc: ['https://testnet-api.applayer.com'],
|
|
32805
|
+
faucets: ['https://testnet-faucet.applayer.com'],
|
|
32806
|
+
nativeCurrency: { name: 'AppLayer', symbol: 'APPL', decimals: 18 },
|
|
32807
|
+
features: [{ name: 'EIP55' }, { name: 'EIP155' }, { name: 'EIP1559' }],
|
|
32808
|
+
infoURL: 'https://applayer.com',
|
|
32809
|
+
shortName: 'applayer-testnet',
|
|
32810
|
+
chainId: 75338,
|
|
32811
|
+
networkId: 75338,
|
|
32812
|
+
explorers: [
|
|
32813
|
+
{
|
|
32814
|
+
name: 'Applayer Testnet Explorer',
|
|
32815
|
+
url: 'https://testnet-explorer.applayer.com',
|
|
32816
|
+
standard: 'EIP3091'
|
|
32817
|
+
}
|
|
32818
|
+
]
|
|
32819
|
+
},
|
|
31941
32820
|
75512: {
|
|
31942
32821
|
name: 'GEEK Verse Mainnet',
|
|
31943
32822
|
chain: 'GEEK',
|
|
@@ -32718,6 +33597,38 @@ exports.chains = {
|
|
|
32718
33597
|
],
|
|
32719
33598
|
iconURL: 'https://ipfs.io/ipfs/QmaxRoHpxZd8PqccAynherrMznMufG6sdmHZLihkECXmZv'
|
|
32720
33599
|
},
|
|
33600
|
+
84841: {
|
|
33601
|
+
name: 'O Chain',
|
|
33602
|
+
chain: 'O',
|
|
33603
|
+
rpc: [
|
|
33604
|
+
'https://rpc.o.xyz',
|
|
33605
|
+
'https://84841.rpc.thirdweb.com',
|
|
33606
|
+
'wss://rpc.o.xyz'
|
|
33607
|
+
],
|
|
33608
|
+
faucets: [],
|
|
33609
|
+
nativeCurrency: { name: 'O.XYZ', symbol: 'O', decimals: 18 },
|
|
33610
|
+
infoURL: 'https://o.xyz',
|
|
33611
|
+
shortName: 'O',
|
|
33612
|
+
chainId: 84841,
|
|
33613
|
+
networkId: 84841,
|
|
33614
|
+
slip44: 1,
|
|
33615
|
+
parent: {
|
|
33616
|
+
type: 'L2',
|
|
33617
|
+
chain: 'eip155-1',
|
|
33618
|
+
bridges: [
|
|
33619
|
+
{ url: 'https://bridge.o.xyz' },
|
|
33620
|
+
{ url: 'https://superbridge.o.xyz' }
|
|
33621
|
+
]
|
|
33622
|
+
},
|
|
33623
|
+
explorers: [
|
|
33624
|
+
{
|
|
33625
|
+
name: 'blockscout',
|
|
33626
|
+
url: 'https://explorer.o.xyz',
|
|
33627
|
+
icon: 'blockscout',
|
|
33628
|
+
standard: 'EIP3091'
|
|
33629
|
+
}
|
|
33630
|
+
]
|
|
33631
|
+
},
|
|
32721
33632
|
84886: {
|
|
32722
33633
|
name: 'Aerie Network',
|
|
32723
33634
|
chain: 'Aerie',
|
|
@@ -32986,6 +33897,27 @@ exports.chains = {
|
|
|
32986
33897
|
],
|
|
32987
33898
|
iconURL: 'https://ipfs.io/ipfs/QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED'
|
|
32988
33899
|
},
|
|
33900
|
+
88899: {
|
|
33901
|
+
name: 'Unite',
|
|
33902
|
+
chain: 'UNITE',
|
|
33903
|
+
rpc: ['https://unite-mainnet.g.alchemy.com/public'],
|
|
33904
|
+
faucets: [],
|
|
33905
|
+
nativeCurrency: { name: 'Unite', symbol: 'UNITE', decimals: 18 },
|
|
33906
|
+
infoURL: 'https://unite.io',
|
|
33907
|
+
shortName: 'unite',
|
|
33908
|
+
chainId: 88899,
|
|
33909
|
+
networkId: 88899,
|
|
33910
|
+
status: 'active',
|
|
33911
|
+
icon: 'unite',
|
|
33912
|
+
explorers: [
|
|
33913
|
+
{
|
|
33914
|
+
name: 'Unite Explorer',
|
|
33915
|
+
url: 'https://unite-mainnet.explorer.alchemy.com',
|
|
33916
|
+
standard: 'EIP3091'
|
|
33917
|
+
}
|
|
33918
|
+
],
|
|
33919
|
+
iconURL: 'https://ipfs.io/ipfs/QmajJp6gbZbTMNm5NjGFMv9gYKzDJsW4vVxTECu8NzGXa2'
|
|
33920
|
+
},
|
|
32989
33921
|
90001: {
|
|
32990
33922
|
name: 'F(x)Core Testnet Network',
|
|
32991
33923
|
chain: 'Fxcore',
|
|
@@ -33223,6 +34155,56 @@ exports.chains = {
|
|
|
33223
34155
|
}
|
|
33224
34156
|
]
|
|
33225
34157
|
},
|
|
34158
|
+
96368: {
|
|
34159
|
+
name: 'Lux Testnet',
|
|
34160
|
+
chain: 'Lux',
|
|
34161
|
+
icon: 'lux',
|
|
34162
|
+
rpc: ['https://api.lux-test.network'],
|
|
34163
|
+
faucets: ['https://faucet.lux-test.network'],
|
|
34164
|
+
nativeCurrency: { name: 'tLux', symbol: 'tLUX', decimals: 18 },
|
|
34165
|
+
infoURL: 'https://lux.network',
|
|
34166
|
+
shortName: 'tlux',
|
|
34167
|
+
chainId: 96368,
|
|
34168
|
+
networkId: 96368,
|
|
34169
|
+
explorers: [
|
|
34170
|
+
{
|
|
34171
|
+
name: 'Lux Network Explorer',
|
|
34172
|
+
url: 'https://explore.lux.network',
|
|
34173
|
+
standard: 'EIP3091'
|
|
34174
|
+
},
|
|
34175
|
+
{
|
|
34176
|
+
name: 'Lux Network Explorer',
|
|
34177
|
+
url: 'https://explore.lux-test.network',
|
|
34178
|
+
standard: 'EIP3091'
|
|
34179
|
+
}
|
|
34180
|
+
],
|
|
34181
|
+
iconURL: 'https://ipfs.io/ipfs/QmSjXJFpVAEdstq5JiUKciokm9fCwqS7Z9fg6M1XBdpePe'
|
|
34182
|
+
},
|
|
34183
|
+
96369: {
|
|
34184
|
+
name: 'Lux Mainnet',
|
|
34185
|
+
chain: 'Lux',
|
|
34186
|
+
icon: 'lux',
|
|
34187
|
+
rpc: ['https://api.lux.network'],
|
|
34188
|
+
faucets: ['https://faucet.lux-test.network'],
|
|
34189
|
+
nativeCurrency: { name: 'Lux', symbol: 'LUX', decimals: 18 },
|
|
34190
|
+
infoURL: 'https://lux.network',
|
|
34191
|
+
shortName: 'lux',
|
|
34192
|
+
chainId: 96369,
|
|
34193
|
+
networkId: 96369,
|
|
34194
|
+
explorers: [
|
|
34195
|
+
{
|
|
34196
|
+
name: 'Lux Network Explorer',
|
|
34197
|
+
url: 'https://explore.lux.network',
|
|
34198
|
+
standard: 'EIP3091'
|
|
34199
|
+
},
|
|
34200
|
+
{
|
|
34201
|
+
name: 'Lux Network Explorer',
|
|
34202
|
+
url: 'https://explore.lux-test.network',
|
|
34203
|
+
standard: 'EIP3091'
|
|
34204
|
+
}
|
|
34205
|
+
],
|
|
34206
|
+
iconURL: 'https://ipfs.io/ipfs/QmSjXJFpVAEdstq5JiUKciokm9fCwqS7Z9fg6M1XBdpePe'
|
|
34207
|
+
},
|
|
33226
34208
|
96970: {
|
|
33227
34209
|
name: 'Mantis Testnet (Hexapod)',
|
|
33228
34210
|
chain: 'Mantis',
|
|
@@ -34303,6 +35285,30 @@ exports.chains = {
|
|
|
34303
35285
|
},
|
|
34304
35286
|
iconURL: 'https://ipfs.io/ipfs/QmNUmWC7jNEBcTs6ZqkrQ5vMAQG8qjq7n3FcZnXvJZLoQ9'
|
|
34305
35287
|
},
|
|
35288
|
+
111451: {
|
|
35289
|
+
name: 'eGoldChain Testnet',
|
|
35290
|
+
chain: 'EGC',
|
|
35291
|
+
icon: 'egoldchain',
|
|
35292
|
+
rpc: [
|
|
35293
|
+
'https://rpc-testnet.egoldchain.com',
|
|
35294
|
+
'wss://wss-testnet.egoldchain.com'
|
|
35295
|
+
],
|
|
35296
|
+
faucets: [],
|
|
35297
|
+
nativeCurrency: { name: 'Aurum', symbol: 'XAU', decimals: 18 },
|
|
35298
|
+
infoURL: 'https://www.egoldchain.com',
|
|
35299
|
+
shortName: 'egoldchaint',
|
|
35300
|
+
chainId: 111451,
|
|
35301
|
+
networkId: 111451,
|
|
35302
|
+
explorers: [
|
|
35303
|
+
{
|
|
35304
|
+
name: 'eGoldChain Block Explorer',
|
|
35305
|
+
url: 'http://testnet.egoldscan.io',
|
|
35306
|
+
standard: 'none',
|
|
35307
|
+
icon: 'egoldchain'
|
|
35308
|
+
}
|
|
35309
|
+
],
|
|
35310
|
+
iconURL: 'https://ipfs.io/ipfs/QmTQh54Rf3DFYxZZoQQ9yCjeAYXwzTaVua4KLmXX8AsFNF'
|
|
35311
|
+
},
|
|
34306
35312
|
112358: {
|
|
34307
35313
|
name: 'Metachain One Mainnet',
|
|
34308
35314
|
chain: 'METAO',
|
|
@@ -34387,6 +35393,24 @@ exports.chains = {
|
|
|
34387
35393
|
],
|
|
34388
35394
|
iconURL: 'https://ipfs.io/ipfs/QmeHNYUx6n8CjUFSLWNT17oAtDYrUq6r8buyvGCUBXCJw6'
|
|
34389
35395
|
},
|
|
35396
|
+
124832: {
|
|
35397
|
+
name: 'Mitosis Testnet',
|
|
35398
|
+
chain: 'Mitosis Testnet',
|
|
35399
|
+
rpc: ['https://rpc.testnet.mitosis.org'],
|
|
35400
|
+
faucets: ['https://testnet.mitosis.org/faucet'],
|
|
35401
|
+
nativeCurrency: { name: 'MITO', symbol: 'MITO', decimals: 18 },
|
|
35402
|
+
infoURL: 'https://mitosis.org',
|
|
35403
|
+
shortName: 'mitosis-testnet',
|
|
35404
|
+
chainId: 124832,
|
|
35405
|
+
networkId: 124832,
|
|
35406
|
+
explorers: [
|
|
35407
|
+
{
|
|
35408
|
+
name: 'mitosis testnet explorer',
|
|
35409
|
+
url: 'https://testnet.mitosiscan.xyz',
|
|
35410
|
+
standard: 'EIP3091'
|
|
35411
|
+
}
|
|
35412
|
+
]
|
|
35413
|
+
},
|
|
34390
35414
|
128123: {
|
|
34391
35415
|
name: 'Etherlink Testnet',
|
|
34392
35416
|
chain: 'Etherlink',
|
|
@@ -34448,27 +35472,27 @@ exports.chains = {
|
|
|
34448
35472
|
title: 'Form Testnet',
|
|
34449
35473
|
chain: 'formtestnet',
|
|
34450
35474
|
rpc: [
|
|
34451
|
-
'https://
|
|
34452
|
-
'wss://
|
|
35475
|
+
'https://sepolia-rpc.form.network/http',
|
|
35476
|
+
'wss://sepolia-rpc.form.network/ws'
|
|
34453
35477
|
],
|
|
34454
35478
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
34455
35479
|
faucets: ['https://info.form.network/faucet'],
|
|
34456
35480
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
34457
|
-
infoURL: 'https://form.network
|
|
35481
|
+
infoURL: 'https://sepolia-info.form.network',
|
|
34458
35482
|
shortName: 'formtestnet',
|
|
34459
35483
|
chainId: 132902,
|
|
34460
35484
|
networkId: 132902,
|
|
34461
35485
|
explorers: [
|
|
34462
35486
|
{
|
|
34463
35487
|
name: 'Form Testnet explorer',
|
|
34464
|
-
url: 'https://
|
|
35488
|
+
url: 'https://sepolia-explorer.form.network',
|
|
34465
35489
|
standard: 'EIP3091'
|
|
34466
35490
|
}
|
|
34467
35491
|
],
|
|
34468
35492
|
parent: {
|
|
34469
35493
|
type: 'L2',
|
|
34470
35494
|
chain: 'eip155-11155111',
|
|
34471
|
-
bridges: [{ url: 'https://bridge.form.network
|
|
35495
|
+
bridges: [{ url: 'https://sepolia-op-bridge.form.network' }]
|
|
34472
35496
|
}
|
|
34473
35497
|
},
|
|
34474
35498
|
141319: {
|
|
@@ -34495,14 +35519,14 @@ exports.chains = {
|
|
|
34495
35519
|
iconURL: 'https://ipfs.io/ipfs/QmPsxWMvnxnZ9dZcRJJMaE24o34dQsnsAMCJh3kVDrE1aB'
|
|
34496
35520
|
},
|
|
34497
35521
|
141491: {
|
|
34498
|
-
name: 'Bitharvest
|
|
34499
|
-
chain: 'Bitharvest
|
|
35522
|
+
name: 'Bitharvest Chain Testnet',
|
|
35523
|
+
chain: 'Bitharvest Chain Testnet',
|
|
34500
35524
|
rpc: ['https://rpc-testnet.bthscan.io/'],
|
|
34501
35525
|
features: [{ name: 'EIP1559' }],
|
|
34502
35526
|
faucets: [],
|
|
34503
35527
|
nativeCurrency: {
|
|
34504
35528
|
name: 'Bitharvest Testnet Native Token',
|
|
34505
|
-
symbol: '
|
|
35529
|
+
symbol: 'BTH',
|
|
34506
35530
|
decimals: 18
|
|
34507
35531
|
},
|
|
34508
35532
|
infoURL: '',
|
|
@@ -34652,6 +35676,11 @@ exports.chains = {
|
|
|
34652
35676
|
name: 'etherscan',
|
|
34653
35677
|
url: 'https://taikoscan.io',
|
|
34654
35678
|
standard: 'EIP3091'
|
|
35679
|
+
},
|
|
35680
|
+
{
|
|
35681
|
+
name: 'Routescan',
|
|
35682
|
+
url: 'https://taikoexplorer.com',
|
|
35683
|
+
standard: 'EIP3091'
|
|
34655
35684
|
}
|
|
34656
35685
|
],
|
|
34657
35686
|
iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
|
|
@@ -34780,8 +35809,8 @@ exports.chains = {
|
|
|
34780
35809
|
standard: 'EIP3091'
|
|
34781
35810
|
},
|
|
34782
35811
|
{
|
|
34783
|
-
name: '
|
|
34784
|
-
url: 'https://hekla.
|
|
35812
|
+
name: 'Routescan',
|
|
35813
|
+
url: 'https://hekla.taikoexplorer.com',
|
|
34785
35814
|
standard: 'EIP3091'
|
|
34786
35815
|
}
|
|
34787
35816
|
],
|
|
@@ -34819,6 +35848,27 @@ exports.chains = {
|
|
|
34819
35848
|
chainId: 171000,
|
|
34820
35849
|
networkId: 171000
|
|
34821
35850
|
},
|
|
35851
|
+
171717: {
|
|
35852
|
+
name: 'Wadzchain Mainnet',
|
|
35853
|
+
title: 'Wadzchain Mainnet',
|
|
35854
|
+
chain: 'Wadzchain-Mainnet',
|
|
35855
|
+
icon: 'wadz',
|
|
35856
|
+
rpc: ['https://rpc.wadzchain.io'],
|
|
35857
|
+
faucets: [],
|
|
35858
|
+
nativeCurrency: { name: 'WadzChain Token', symbol: 'WCO', decimals: 18 },
|
|
35859
|
+
infoURL: 'https://www.wadzchain-network.io',
|
|
35860
|
+
shortName: 'wadzchain-mainnet',
|
|
35861
|
+
chainId: 171717,
|
|
35862
|
+
networkId: 171717,
|
|
35863
|
+
explorers: [
|
|
35864
|
+
{
|
|
35865
|
+
name: 'Wadzchain Mainnet Explorer',
|
|
35866
|
+
url: 'https://scan.wadzchain.io',
|
|
35867
|
+
standard: 'EIP3091'
|
|
35868
|
+
}
|
|
35869
|
+
],
|
|
35870
|
+
iconURL: 'https://ipfs.io/ipfs/QmRBVFviqdhyarkTAxrnq2r2em6dJXCzpNxZL4yaXPbLou'
|
|
35871
|
+
},
|
|
34822
35872
|
175177: {
|
|
34823
35873
|
name: 'Chronicle - Lit Protocol Testnet',
|
|
34824
35874
|
chain: 'LPC',
|
|
@@ -34989,6 +36039,31 @@ exports.chains = {
|
|
|
34989
36039
|
],
|
|
34990
36040
|
iconURL: 'https://ipfs.io/ipfs/QmdoUtvHDybu5ppYBZT8BMRp6AqByVSoQs8nFwKbaS55jd'
|
|
34991
36041
|
},
|
|
36042
|
+
200200: {
|
|
36043
|
+
name: 'Zoo Mainnet',
|
|
36044
|
+
chain: 'Zoo',
|
|
36045
|
+
icon: 'zoo',
|
|
36046
|
+
rpc: ['https://api.zoo.network'],
|
|
36047
|
+
faucets: ['https://faucet.zoo-test.network'],
|
|
36048
|
+
nativeCurrency: { name: 'Zoo', symbol: 'ZOO', decimals: 18 },
|
|
36049
|
+
infoURL: 'https://zoo.network',
|
|
36050
|
+
shortName: 'zoo',
|
|
36051
|
+
chainId: 200200,
|
|
36052
|
+
networkId: 200200,
|
|
36053
|
+
explorers: [
|
|
36054
|
+
{
|
|
36055
|
+
name: 'Zoo Network Explorer',
|
|
36056
|
+
url: 'https://explore.zoo.network',
|
|
36057
|
+
standard: 'EIP3091'
|
|
36058
|
+
},
|
|
36059
|
+
{
|
|
36060
|
+
name: 'Zoo Network Explorer',
|
|
36061
|
+
url: 'https://explore.zoo-test.network',
|
|
36062
|
+
standard: 'EIP3091'
|
|
36063
|
+
}
|
|
36064
|
+
],
|
|
36065
|
+
iconURL: 'https://ipfs.io/ipfs/QmUXemD3eYrWLeFNadHtz6WbCMVs5xX5knuu71sEKhPMgA'
|
|
36066
|
+
},
|
|
34992
36067
|
200202: {
|
|
34993
36068
|
name: 'Milkomeda A1 Testnet',
|
|
34994
36069
|
chain: 'milkTAlgo',
|
|
@@ -35495,16 +36570,16 @@ exports.chains = {
|
|
|
35495
36570
|
iconURL: 'https://ipfs.io/ipfs/QmevQ8jmDWHmdnUQg6BpoMwVB3NhpzS75adbMnKL78Ls2h'
|
|
35496
36571
|
},
|
|
35497
36572
|
222222: {
|
|
35498
|
-
name: '
|
|
36573
|
+
name: 'Hydration',
|
|
35499
36574
|
chain: 'HDX',
|
|
35500
36575
|
rpc: ['https://rpc.hydradx.cloud', 'wss://rpc.hydradx.cloud'],
|
|
35501
36576
|
faucets: [],
|
|
35502
36577
|
nativeCurrency: { name: 'Wrapped ETH', symbol: 'WETH', decimals: 18 },
|
|
35503
|
-
infoURL: 'https://
|
|
36578
|
+
infoURL: 'https://hydration.net/',
|
|
35504
36579
|
shortName: 'hdx',
|
|
35505
36580
|
chainId: 222222,
|
|
35506
36581
|
networkId: 222222,
|
|
35507
|
-
icon: '
|
|
36582
|
+
icon: 'hydration',
|
|
35508
36583
|
explorers: [
|
|
35509
36584
|
{
|
|
35510
36585
|
name: 'blockscout',
|
|
@@ -35512,7 +36587,7 @@ exports.chains = {
|
|
|
35512
36587
|
standard: 'EIP3091'
|
|
35513
36588
|
}
|
|
35514
36589
|
],
|
|
35515
|
-
iconURL: 'https://ipfs.io/ipfs/
|
|
36590
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreibipnyu4vdcvkgkxtgqlf7wdpmntstdy6q52bz5b7xekfaiduylru'
|
|
35516
36591
|
},
|
|
35517
36592
|
222555: {
|
|
35518
36593
|
name: 'DeepL Mainnet',
|
|
@@ -35681,6 +36756,51 @@ exports.chains = {
|
|
|
35681
36756
|
networkId: 234666,
|
|
35682
36757
|
slip44: 1
|
|
35683
36758
|
},
|
|
36759
|
+
235711: {
|
|
36760
|
+
name: 'Universe Testnet',
|
|
36761
|
+
chain: 'Universe',
|
|
36762
|
+
rpc: ['https://blockchain.dev-universe-bank.com'],
|
|
36763
|
+
faucets: [],
|
|
36764
|
+
nativeCurrency: { name: 'Universe Token', symbol: 'UNI', decimals: 18 },
|
|
36765
|
+
infoURL: 'https://www.universe-bank.com/universal-ledger-system',
|
|
36766
|
+
shortName: 'unitestnet',
|
|
36767
|
+
chainId: 235711,
|
|
36768
|
+
networkId: 235711,
|
|
36769
|
+
icon: 'universe',
|
|
36770
|
+
explorers: [
|
|
36771
|
+
{
|
|
36772
|
+
name: 'Universe Testnet Explorer',
|
|
36773
|
+
url: 'https://blockchain-explorer.dev-universe-bank.com',
|
|
36774
|
+
standard: 'none'
|
|
36775
|
+
}
|
|
36776
|
+
],
|
|
36777
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreif53g2ynhznaqs5y5fxnj5ub3rfrwfsmvsyw23od3clmevnjqw46e'
|
|
36778
|
+
},
|
|
36779
|
+
240240: {
|
|
36780
|
+
name: 'Studio Testnet',
|
|
36781
|
+
chain: 'STO',
|
|
36782
|
+
icon: 'studio',
|
|
36783
|
+
rpc: [
|
|
36784
|
+
'https://rpc.studio-blockchain.com',
|
|
36785
|
+
'wss://ws.studio-blockchain.com'
|
|
36786
|
+
],
|
|
36787
|
+
faucets: [],
|
|
36788
|
+
nativeCurrency: { name: 'Studio Token', symbol: 'STO', decimals: 18 },
|
|
36789
|
+
features: [{ name: 'EIP155' }],
|
|
36790
|
+
infoURL: 'https://studio-blockchain.com',
|
|
36791
|
+
shortName: 'sto',
|
|
36792
|
+
chainId: 240240,
|
|
36793
|
+
networkId: 240240,
|
|
36794
|
+
explorers: [
|
|
36795
|
+
{
|
|
36796
|
+
name: 'Studio Scan',
|
|
36797
|
+
url: 'https://studio-scan.com',
|
|
36798
|
+
standard: 'EIP3091'
|
|
36799
|
+
}
|
|
36800
|
+
],
|
|
36801
|
+
status: 'active',
|
|
36802
|
+
iconURL: 'https://ipfs.io/ipfs/QmamYSLuQSiAvqfQdejQn2PKXV6ZPQCagpXH5MLRz1GeCf'
|
|
36803
|
+
},
|
|
35684
36804
|
240515: {
|
|
35685
36805
|
name: 'Orange Chain Testnet',
|
|
35686
36806
|
title: 'Orange Chain Testnet',
|
|
@@ -36149,7 +37269,7 @@ exports.chains = {
|
|
|
36149
37269
|
},
|
|
36150
37270
|
327126: {
|
|
36151
37271
|
name: 'WABA Chain Testnet',
|
|
36152
|
-
chain: 'WABA
|
|
37272
|
+
chain: 'WABA Mainnet',
|
|
36153
37273
|
icon: 'waba',
|
|
36154
37274
|
rpc: ['https://rpc.wabaworld.com'],
|
|
36155
37275
|
faucets: [],
|
|
@@ -36833,6 +37953,30 @@ exports.chains = {
|
|
|
36833
37953
|
],
|
|
36834
37954
|
iconURL: 'https://ipfs.io/ipfs/QmfVxdrWjtUKiGzqFDzAxHH2FqwP2aRuZTGcYWdWg519Xy'
|
|
36835
37955
|
},
|
|
37956
|
+
440017: {
|
|
37957
|
+
name: 'Graphite Mainnet',
|
|
37958
|
+
chain: 'Graphite',
|
|
37959
|
+
rpc: [
|
|
37960
|
+
'https://anon-entrypoint-1.atgraphite.com',
|
|
37961
|
+
'wss://ws-anon-entrypoint-1.atgraphite.com'
|
|
37962
|
+
],
|
|
37963
|
+
faucets: [],
|
|
37964
|
+
nativeCurrency: { name: 'Graphite', symbol: '@G', decimals: 18 },
|
|
37965
|
+
infoURL: 'https://atgraphite.com/',
|
|
37966
|
+
shortName: 'graphite',
|
|
37967
|
+
chainId: 440017,
|
|
37968
|
+
networkId: 440017,
|
|
37969
|
+
slip44: 440017,
|
|
37970
|
+
icon: 'graphite',
|
|
37971
|
+
explorers: [
|
|
37972
|
+
{
|
|
37973
|
+
name: 'Graphite Mainnet Explorer',
|
|
37974
|
+
url: 'https://main.atgraphite.com',
|
|
37975
|
+
standard: 'EIP3091'
|
|
37976
|
+
}
|
|
37977
|
+
],
|
|
37978
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigzf3eo43njqreysfsnvot3rzdcvj642o4ekjhjla2efyuiy46vmu'
|
|
37979
|
+
},
|
|
36836
37980
|
444444: {
|
|
36837
37981
|
name: 'Syndr L3 Sepolia',
|
|
36838
37982
|
title: 'Syndr L3 Sepolia Rollup Testnet',
|
|
@@ -37213,7 +38357,7 @@ exports.chains = {
|
|
|
37213
38357
|
name: 'OverProtocol Testnet',
|
|
37214
38358
|
chain: 'OverProtocol',
|
|
37215
38359
|
icon: 'overIcon',
|
|
37216
|
-
rpc: ['https://
|
|
38360
|
+
rpc: ['https://rpc.dolphin.overprotocol.com'],
|
|
37217
38361
|
faucets: [],
|
|
37218
38362
|
nativeCurrency: { name: 'Over', symbol: 'OVER', decimals: 18 },
|
|
37219
38363
|
infoURL: 'https://docs.over.network',
|
|
@@ -37223,7 +38367,7 @@ exports.chains = {
|
|
|
37223
38367
|
explorers: [
|
|
37224
38368
|
{
|
|
37225
38369
|
name: 'OverView Testnet',
|
|
37226
|
-
url: 'https://dolphin.
|
|
38370
|
+
url: 'https://dolphin-scan.over.network',
|
|
37227
38371
|
standard: 'EIP3091'
|
|
37228
38372
|
}
|
|
37229
38373
|
],
|
|
@@ -37341,6 +38485,27 @@ exports.chains = {
|
|
|
37341
38485
|
parent: { type: 'L2', chain: 'eip155-1' },
|
|
37342
38486
|
iconURL: 'https://ipfs.io/ipfs/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3'
|
|
37343
38487
|
},
|
|
38488
|
+
621847: {
|
|
38489
|
+
name: 'DJT Testnet',
|
|
38490
|
+
chain: 'DJT',
|
|
38491
|
+
icon: 'djt',
|
|
38492
|
+
rpc: ['https://testnet-rpc.trumpchain.io'],
|
|
38493
|
+
faucets: [],
|
|
38494
|
+
nativeCurrency: { name: 'TrumpChain', symbol: 'DJT', decimals: 18 },
|
|
38495
|
+
infoURL: 'https://testnet-explorer.trumpchain.io',
|
|
38496
|
+
shortName: 'DJT',
|
|
38497
|
+
chainId: 621847,
|
|
38498
|
+
networkId: 621847,
|
|
38499
|
+
explorers: [
|
|
38500
|
+
{
|
|
38501
|
+
name: 'DJT Testnet Explorer',
|
|
38502
|
+
url: 'https://testnet-explorer.trumpchain.io',
|
|
38503
|
+
icon: 'djt',
|
|
38504
|
+
standard: 'EIP3091'
|
|
38505
|
+
}
|
|
38506
|
+
],
|
|
38507
|
+
iconURL: 'https://ipfs.io/ipfs/QmVCjy8yDeqWHFRNV2CaB82cLheVp37RdVGjwAxxjKqD5L'
|
|
38508
|
+
},
|
|
37344
38509
|
622277: {
|
|
37345
38510
|
name: 'Hypra Mainnet',
|
|
37346
38511
|
chain: 'HYP',
|
|
@@ -37461,8 +38626,8 @@ exports.chains = {
|
|
|
37461
38626
|
iconURL: 'https://ipfs.io/ipfs/bafkreibqe2mgiqezi24sx272kunqt6pv7uzxhpkxuobvpbsptce3q6nn5i'
|
|
37462
38627
|
},
|
|
37463
38628
|
656476: {
|
|
37464
|
-
name: '
|
|
37465
|
-
chain: '
|
|
38629
|
+
name: 'EDU Chain Testnet',
|
|
38630
|
+
chain: 'EDU Chain Testnet',
|
|
37466
38631
|
icon: 'open-campus-codex',
|
|
37467
38632
|
rpc: ['https://rpc.open-campus-codex.gelato.digital'],
|
|
37468
38633
|
faucets: [],
|
|
@@ -37474,7 +38639,7 @@ exports.chains = {
|
|
|
37474
38639
|
explorers: [
|
|
37475
38640
|
{
|
|
37476
38641
|
name: 'Open Campus Codex',
|
|
37477
|
-
url: 'https://
|
|
38642
|
+
url: 'https://edu-chain-testnet.blockscout.com',
|
|
37478
38643
|
icon: 'open-campus-codex',
|
|
37479
38644
|
standard: 'none'
|
|
37480
38645
|
}
|
|
@@ -37532,6 +38697,28 @@ exports.chains = {
|
|
|
37532
38697
|
],
|
|
37533
38698
|
iconURL: 'https://ipfs.io/ipfs/QmQbUVcaxFwY8gqMq1Jeup4NEyivo12QYhbLvVRvgXRBFb'
|
|
37534
38699
|
},
|
|
38700
|
+
668668: {
|
|
38701
|
+
name: 'Conwai Mainnet',
|
|
38702
|
+
chain: 'CNW',
|
|
38703
|
+
rpc: ['https://conwai.calderachain.xyz/http'],
|
|
38704
|
+
faucets: [],
|
|
38705
|
+
nativeCurrency: { name: 'Conwai', symbol: 'CNW', decimals: 18 },
|
|
38706
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
38707
|
+
infoURL: 'https://conwai.net',
|
|
38708
|
+
shortName: 'cnw',
|
|
38709
|
+
chainId: 668668,
|
|
38710
|
+
networkId: 668668,
|
|
38711
|
+
icon: 'conwai',
|
|
38712
|
+
explorers: [
|
|
38713
|
+
{
|
|
38714
|
+
name: 'conwaiscan',
|
|
38715
|
+
icon: 'conwaiscan',
|
|
38716
|
+
url: 'https://conwai.calderaexplorer.xyz',
|
|
38717
|
+
standard: 'EIP3091'
|
|
38718
|
+
}
|
|
38719
|
+
],
|
|
38720
|
+
iconURL: 'https://ipfs.io/ipfs/QmbCavc5ge8bp2neLuUzDbbZd737kHTN59dFgGDNsZezSD'
|
|
38721
|
+
},
|
|
37535
38722
|
686868: {
|
|
37536
38723
|
name: 'Won Network',
|
|
37537
38724
|
chainId: 686868,
|
|
@@ -38241,6 +39428,25 @@ exports.chains = {
|
|
|
38241
39428
|
networkId: 888888,
|
|
38242
39429
|
slip44: 60
|
|
38243
39430
|
},
|
|
39431
|
+
888991: {
|
|
39432
|
+
name: 'Unite Testnet',
|
|
39433
|
+
chain: 'UNITE',
|
|
39434
|
+
rpc: ['https://unite-testnet.g.alchemy.com/public'],
|
|
39435
|
+
faucets: [],
|
|
39436
|
+
nativeCurrency: { name: 'Testnet Unite', symbol: 'UNITE', decimals: 18 },
|
|
39437
|
+
infoURL: 'https://unite.io',
|
|
39438
|
+
shortName: 'unitetestnet',
|
|
39439
|
+
chainId: 888991,
|
|
39440
|
+
networkId: 888991,
|
|
39441
|
+
status: 'active',
|
|
39442
|
+
explorers: [
|
|
39443
|
+
{
|
|
39444
|
+
name: 'Unite Testnet Explorer',
|
|
39445
|
+
url: 'https://unite-testnet.explorer.alchemy.com',
|
|
39446
|
+
standard: 'EIP3091'
|
|
39447
|
+
}
|
|
39448
|
+
]
|
|
39449
|
+
},
|
|
38244
39450
|
900000: {
|
|
38245
39451
|
name: 'Posichain Mainnet Shard 0',
|
|
38246
39452
|
chain: 'PSC',
|
|
@@ -38325,6 +39531,21 @@ exports.chains = {
|
|
|
38325
39531
|
],
|
|
38326
39532
|
iconURL: 'https://ipfs.io/ipfs/QmVbzZYXdVFY3uFaWQd7iSRtdM2UKWohj9fVqqEwxcw2RV'
|
|
38327
39533
|
},
|
|
39534
|
+
918273: {
|
|
39535
|
+
name: 'Owshen Mainnet',
|
|
39536
|
+
chain: 'ETH',
|
|
39537
|
+
status: 'active',
|
|
39538
|
+
icon: 'owshen',
|
|
39539
|
+
rpc: ['https://rpc.owshen.io'],
|
|
39540
|
+
faucets: [],
|
|
39541
|
+
nativeCurrency: { name: 'DIVE', symbol: 'DIVE', decimals: 18 },
|
|
39542
|
+
infoURL: 'https://owshen.io',
|
|
39543
|
+
shortName: 'owshen-mainnet',
|
|
39544
|
+
chainId: 918273,
|
|
39545
|
+
networkId: 918273,
|
|
39546
|
+
explorers: [],
|
|
39547
|
+
iconURL: 'https://ipfs.io/ipfs/QmPraJeGkPBaJqSrFc5yfcazpK1TN5Nz8t56tYWMhXycbz'
|
|
39548
|
+
},
|
|
38328
39549
|
920000: {
|
|
38329
39550
|
name: 'Posichain Devnet Shard 0',
|
|
38330
39551
|
chain: 'PSC',
|
|
@@ -38451,32 +39672,19 @@ exports.chains = {
|
|
|
38451
39672
|
nativeCurrency: { name: 'Testnet MAGIC', symbol: 'MAGIC', decimals: 18 },
|
|
38452
39673
|
slip44: 1,
|
|
38453
39674
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
38454
|
-
infoURL: 'https://
|
|
39675
|
+
infoURL: 'https://app.treasure.lol',
|
|
38455
39676
|
icon: 'treasureruby',
|
|
38456
|
-
rpc: [
|
|
38457
|
-
|
|
38458
|
-
|
|
38459
|
-
],
|
|
38460
|
-
|
|
38461
|
-
explorers: [
|
|
38462
|
-
{
|
|
38463
|
-
name: 'treasurescan',
|
|
38464
|
-
url: 'https://testnet.treasurescan.io',
|
|
38465
|
-
icon: 'treasure',
|
|
38466
|
-
standard: 'EIP3091'
|
|
38467
|
-
}
|
|
38468
|
-
],
|
|
38469
|
-
parent: {
|
|
38470
|
-
type: 'L2',
|
|
38471
|
-
chain: 'eip155-1',
|
|
38472
|
-
bridges: [{ url: 'https://portal.treasure.lol/bridge' }]
|
|
38473
|
-
},
|
|
39677
|
+
rpc: [],
|
|
39678
|
+
faucets: [],
|
|
39679
|
+
status: 'deprecated',
|
|
39680
|
+
explorers: [],
|
|
39681
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
38474
39682
|
iconURL: 'https://ipfs.io/ipfs/QmbALStb7WtVPHMdwp5DBhE1pUs9QdTgYU1XqRnyJKobE4'
|
|
38475
39683
|
},
|
|
38476
39684
|
978658: {
|
|
38477
39685
|
name: 'Treasure Topaz',
|
|
38478
39686
|
chain: 'Treasure Topaz',
|
|
38479
|
-
shortName: '
|
|
39687
|
+
shortName: 'treasure-topaz',
|
|
38480
39688
|
chainId: 978658,
|
|
38481
39689
|
networkId: 978658,
|
|
38482
39690
|
nativeCurrency: { name: 'Testnet MAGIC', symbol: 'MAGIC', decimals: 18 },
|
|
@@ -38491,7 +39699,7 @@ exports.chains = {
|
|
|
38491
39699
|
],
|
|
38492
39700
|
explorers: [
|
|
38493
39701
|
{
|
|
38494
|
-
name: '
|
|
39702
|
+
name: 'Treasure Topaz Block Explorer',
|
|
38495
39703
|
url: 'https://topaz.treasurescan.io',
|
|
38496
39704
|
icon: 'treasure',
|
|
38497
39705
|
standard: 'EIP3091'
|
|
@@ -38500,10 +39708,7 @@ exports.chains = {
|
|
|
38500
39708
|
parent: {
|
|
38501
39709
|
type: 'L2',
|
|
38502
39710
|
chain: 'eip155-1',
|
|
38503
|
-
bridges: [
|
|
38504
|
-
{ url: 'https://app.treasure.lol/chain/bridge' },
|
|
38505
|
-
{ url: 'https://portal.topaz.treasure.lol/bridge' }
|
|
38506
|
-
]
|
|
39711
|
+
bridges: [{ url: 'https://app.treasure.lol/chain/bridge' }]
|
|
38507
39712
|
},
|
|
38508
39713
|
iconURL: 'https://ipfs.io/ipfs/QmT9TS1vsxxq4pToEXPouuYtDcpQZWZfh91NZdNXVQGPrY'
|
|
38509
39714
|
},
|
|
@@ -38654,6 +39859,19 @@ exports.chains = {
|
|
|
38654
39859
|
}
|
|
38655
39860
|
]
|
|
38656
39861
|
},
|
|
39862
|
+
1212101: {
|
|
39863
|
+
name: '1Money Network Testnet',
|
|
39864
|
+
chain: '1Money Testnet',
|
|
39865
|
+
rpc: ['https://testnet.1money.network'],
|
|
39866
|
+
faucets: [],
|
|
39867
|
+
nativeCurrency: { name: 'USD1', symbol: 'USD1', decimals: 18 },
|
|
39868
|
+
features: [{ name: 'EIP155' }],
|
|
39869
|
+
infoURL: 'https://1money.com',
|
|
39870
|
+
shortName: '1money-testnet',
|
|
39871
|
+
chainId: 1212101,
|
|
39872
|
+
networkId: 1212101,
|
|
39873
|
+
explorers: []
|
|
39874
|
+
},
|
|
38657
39875
|
1234567: {
|
|
38658
39876
|
name: 'Sharecle Mainnet',
|
|
38659
39877
|
chain: 'SHARECLE',
|
|
@@ -38860,6 +40078,28 @@ exports.chains = {
|
|
|
38860
40078
|
],
|
|
38861
40079
|
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
38862
40080
|
},
|
|
40081
|
+
1501869: {
|
|
40082
|
+
name: 'Waterfall 9 Test Network',
|
|
40083
|
+
chain: 'Waterfall TestNet9',
|
|
40084
|
+
rpc: ['https://rpc.testnet9.waterfall.network'],
|
|
40085
|
+
faucets: ['https://faucet.testnet9.waterfall.network'],
|
|
40086
|
+
nativeCurrency: { name: 'WATER', symbol: 'WATER', decimals: 18 },
|
|
40087
|
+
features: [{ name: 'EIP1559' }],
|
|
40088
|
+
infoURL: 'https://waterfall.network',
|
|
40089
|
+
shortName: 'water9',
|
|
40090
|
+
chainId: 1501869,
|
|
40091
|
+
networkId: 1501869,
|
|
40092
|
+
icon: 'waterfall',
|
|
40093
|
+
explorers: [
|
|
40094
|
+
{
|
|
40095
|
+
name: 'Waterfall Explorer Testnet9',
|
|
40096
|
+
url: 'https://explorer.testnet9.waterfall.network',
|
|
40097
|
+
icon: 'waterfall',
|
|
40098
|
+
standard: 'EIP3091'
|
|
40099
|
+
}
|
|
40100
|
+
],
|
|
40101
|
+
iconURL: 'https://ipfs.io/ipfs/QmSDJPBKh9cLVL8UZ5KYwdwPyhD8bRWNb33jjt48wtu5Uc'
|
|
40102
|
+
},
|
|
38863
40103
|
1612127: {
|
|
38864
40104
|
name: 'PlayFi Albireo Testnet',
|
|
38865
40105
|
chain: 'ETH',
|
|
@@ -39378,6 +40618,27 @@ exports.chains = {
|
|
|
39378
40618
|
],
|
|
39379
40619
|
iconURL: 'https://ipfs.io/ipfs/QmZewyubd3zC17pmmGbjix6gFsppYpLsP3ntu3aB7rCJmW'
|
|
39380
40620
|
},
|
|
40621
|
+
5511555: {
|
|
40622
|
+
name: 'PointPay Testnet',
|
|
40623
|
+
chain: 'pointpay',
|
|
40624
|
+
rpc: ['https://rpc-testnet.pointpay.io'],
|
|
40625
|
+
faucets: [],
|
|
40626
|
+
nativeCurrency: { name: 'PointPay', symbol: 'PXP', decimals: 18 },
|
|
40627
|
+
infoURL: 'https://pointpay.io',
|
|
40628
|
+
shortName: 'PPTEST',
|
|
40629
|
+
chainId: 5511555,
|
|
40630
|
+
networkId: 5511555,
|
|
40631
|
+
icon: 'pointpay',
|
|
40632
|
+
explorers: [
|
|
40633
|
+
{
|
|
40634
|
+
name: 'PointPay Testnet Explorer',
|
|
40635
|
+
url: 'https://testnet.pointpay.io',
|
|
40636
|
+
icon: 'pointpay',
|
|
40637
|
+
standard: 'EIP3091'
|
|
40638
|
+
}
|
|
40639
|
+
],
|
|
40640
|
+
iconURL: 'https://ipfs.io/ipfs/QmPVsJrzshxQMVDSqn45aiaNJcFY8zWU27fg8vq5Mht4z7'
|
|
40641
|
+
},
|
|
39381
40642
|
5555555: {
|
|
39382
40643
|
name: 'Imversed Mainnet',
|
|
39383
40644
|
chain: 'Imversed',
|
|
@@ -39518,7 +40779,11 @@ exports.chains = {
|
|
|
39518
40779
|
title: 'COTI Testnet',
|
|
39519
40780
|
chain: 'COTI',
|
|
39520
40781
|
icon: 'coti',
|
|
39521
|
-
rpc: [
|
|
40782
|
+
rpc: [
|
|
40783
|
+
'https://testnet.coti.io/rpc',
|
|
40784
|
+
'https://testnet-magnus-validator.coti.io/rpc',
|
|
40785
|
+
'https://testnet-minor-validator.coti.io/rpc'
|
|
40786
|
+
],
|
|
39522
40787
|
faucets: ['https://faucet.coti.io'],
|
|
39523
40788
|
nativeCurrency: { name: 'COTI', symbol: 'COTI', decimals: 18 },
|
|
39524
40789
|
infoURL: 'https://coti.io/',
|
|
@@ -39976,7 +41241,8 @@ exports.chains = {
|
|
|
39976
41241
|
'wss://ethereum-sepolia-rpc.publicnode.com',
|
|
39977
41242
|
'https://sepolia.drpc.org',
|
|
39978
41243
|
'wss://sepolia.drpc.org',
|
|
39979
|
-
'https://rpc-sepolia.rockx.com'
|
|
41244
|
+
'https://rpc-sepolia.rockx.com',
|
|
41245
|
+
'https://eth-sepolia.g.alchemy.com/v2/WddzdzI2o9S3COdT73d5w6AIogbKq4X-'
|
|
39980
41246
|
],
|
|
39981
41247
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
39982
41248
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
@@ -39995,6 +41261,11 @@ exports.chains = {
|
|
|
39995
41261
|
name: 'otterscan-sepolia',
|
|
39996
41262
|
url: 'https://sepolia.otterscan.io',
|
|
39997
41263
|
standard: 'EIP3091'
|
|
41264
|
+
},
|
|
41265
|
+
{
|
|
41266
|
+
name: 'Routescan',
|
|
41267
|
+
url: 'https://11155111.testnet.routescan.io',
|
|
41268
|
+
standard: 'EIP3091'
|
|
39998
41269
|
}
|
|
39999
41270
|
]
|
|
40000
41271
|
},
|
|
@@ -40265,7 +41536,7 @@ exports.chains = {
|
|
|
40265
41536
|
chain: 'DeepBrainChain',
|
|
40266
41537
|
rpc: ['https://rpc-testnet.dbcwallet.io'],
|
|
40267
41538
|
faucets: [],
|
|
40268
|
-
nativeCurrency: { name: 'DeepBrainChain', symbol: '
|
|
41539
|
+
nativeCurrency: { name: 'DeepBrainChain', symbol: 'tDBC', decimals: 18 },
|
|
40269
41540
|
infoURL: 'https://www.deepbrainchain.org',
|
|
40270
41541
|
shortName: 'tDBC',
|
|
40271
41542
|
chainId: 19850818,
|
|
@@ -40275,7 +41546,7 @@ exports.chains = {
|
|
|
40275
41546
|
explorers: [
|
|
40276
41547
|
{
|
|
40277
41548
|
name: 'DeepBrainChain Testnet',
|
|
40278
|
-
url: 'https://
|
|
41549
|
+
url: 'https://testnet.dbcscan.io',
|
|
40279
41550
|
icon: 'dbc',
|
|
40280
41551
|
standard: 'EIP3091'
|
|
40281
41552
|
}
|
|
@@ -40297,7 +41568,7 @@ exports.chains = {
|
|
|
40297
41568
|
explorers: [
|
|
40298
41569
|
{
|
|
40299
41570
|
name: 'DeepBrainChain Mainnet',
|
|
40300
|
-
url: 'https://
|
|
41571
|
+
url: 'https://www.dbcscan.io',
|
|
40301
41572
|
icon: 'dbc',
|
|
40302
41573
|
standard: 'EIP3091'
|
|
40303
41574
|
}
|
|
@@ -40498,22 +41769,62 @@ exports.chains = {
|
|
|
40498
41769
|
iconURL: 'https://ipfs.io/ipfs/QmafrUmh1FD48WWQwk6pfW1Y7eA9VQTdpeL387Wt2JFrAd'
|
|
40499
41770
|
},
|
|
40500
41771
|
21000000: {
|
|
40501
|
-
name: 'Corn
|
|
41772
|
+
name: 'Corn',
|
|
40502
41773
|
chain: 'BTCN',
|
|
40503
|
-
rpc: [
|
|
41774
|
+
rpc: [
|
|
41775
|
+
'https://mainnet.corn-rpc.com',
|
|
41776
|
+
'https://rpc.ankr.com/corn_maizenet',
|
|
41777
|
+
'https://maizenet-rpc.usecorn.com'
|
|
41778
|
+
],
|
|
40504
41779
|
faucets: [],
|
|
40505
41780
|
nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
|
|
40506
41781
|
infoURL: 'https://usecorn.com',
|
|
40507
|
-
shortName: '
|
|
41782
|
+
shortName: 'corn',
|
|
40508
41783
|
chainId: 21000000,
|
|
40509
41784
|
networkId: 21000000,
|
|
41785
|
+
icon: 'corn',
|
|
40510
41786
|
explorers: [
|
|
40511
41787
|
{
|
|
40512
|
-
name: 'Corn
|
|
41788
|
+
name: 'Corn Explorer',
|
|
41789
|
+
url: 'https://cornscan.io',
|
|
41790
|
+
standard: 'EIP3091'
|
|
41791
|
+
},
|
|
41792
|
+
{
|
|
41793
|
+
name: 'Corn Blockscout',
|
|
40513
41794
|
url: 'https://maizenet-explorer.usecorn.com',
|
|
40514
41795
|
standard: 'EIP3091'
|
|
40515
41796
|
}
|
|
40516
|
-
]
|
|
41797
|
+
],
|
|
41798
|
+
parent: { type: 'L2', chain: 'eip155-1' },
|
|
41799
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreiho2xcmjcg6tv7dbns5jl7zsp7f5rpymjuv3c2h2trvmfwm3hmwce'
|
|
41800
|
+
},
|
|
41801
|
+
21000001: {
|
|
41802
|
+
name: 'Corn Testnet',
|
|
41803
|
+
chain: 'BTCN',
|
|
41804
|
+
rpc: [
|
|
41805
|
+
'https://testnet.corn-rpc.com',
|
|
41806
|
+
'https://rpc.ankr.com/corn_testnet',
|
|
41807
|
+
'https://testnet-rpc.usecorn.com'
|
|
41808
|
+
],
|
|
41809
|
+
faucets: [],
|
|
41810
|
+
nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
|
|
41811
|
+
infoURL: 'https://usecorn.com',
|
|
41812
|
+
shortName: 'corn-testnet',
|
|
41813
|
+
chainId: 21000001,
|
|
41814
|
+
networkId: 21000001,
|
|
41815
|
+
explorers: [
|
|
41816
|
+
{
|
|
41817
|
+
name: 'Corn Testnet Explorer',
|
|
41818
|
+
url: 'https://testnet.cornscan.io',
|
|
41819
|
+
standard: 'EIP3091'
|
|
41820
|
+
},
|
|
41821
|
+
{
|
|
41822
|
+
name: 'Corn Testnet Blockscout',
|
|
41823
|
+
url: 'https://testnet-explorer.usecorn.com',
|
|
41824
|
+
standard: 'EIP3091'
|
|
41825
|
+
}
|
|
41826
|
+
],
|
|
41827
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
40517
41828
|
},
|
|
40518
41829
|
22052002: {
|
|
40519
41830
|
name: 'Excelon Mainnet',
|
|
@@ -40708,6 +42019,28 @@ exports.chains = {
|
|
|
40708
42019
|
}
|
|
40709
42020
|
]
|
|
40710
42021
|
},
|
|
42022
|
+
33772211: {
|
|
42023
|
+
name: 'Xone Testnet',
|
|
42024
|
+
chain: 'XOC',
|
|
42025
|
+
icon: 'xone-test',
|
|
42026
|
+
rpc: ['https://rpc-testnet.xone.plus'],
|
|
42027
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
42028
|
+
faucets: [],
|
|
42029
|
+
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
|
42030
|
+
infoURL: 'https://xone.plus',
|
|
42031
|
+
shortName: 'txoc',
|
|
42032
|
+
chainId: 33772211,
|
|
42033
|
+
networkId: 33772211,
|
|
42034
|
+
explorers: [
|
|
42035
|
+
{
|
|
42036
|
+
name: 'testnet-xscscan',
|
|
42037
|
+
url: 'https://testnet.xscscan.com',
|
|
42038
|
+
icon: 'testnet-xscscan',
|
|
42039
|
+
standard: 'EIP3091'
|
|
42040
|
+
}
|
|
42041
|
+
],
|
|
42042
|
+
iconURL: 'https://ipfs.io/ipfs/Qmc7tCmpb4ppXkwnbMyXbfy7eEoKAjsjWZ8ajkVXGydmyy'
|
|
42043
|
+
},
|
|
40711
42044
|
34949059: {
|
|
40712
42045
|
name: 'citronus-citro',
|
|
40713
42046
|
title: 'Citronus-Citro',
|
|
@@ -40818,6 +42151,33 @@ exports.chains = {
|
|
|
40818
42151
|
}
|
|
40819
42152
|
]
|
|
40820
42153
|
},
|
|
42154
|
+
50591822: {
|
|
42155
|
+
name: 'Stavanger Public Testnet',
|
|
42156
|
+
chain: 'stavanger',
|
|
42157
|
+
rpc: ['https://rpc.stavanger.gateway.fm'],
|
|
42158
|
+
faucets: ['https://faucet.stavanger.gateway.fm'],
|
|
42159
|
+
nativeCurrency: { name: 'Polygon', symbol: 'POL', decimals: 18 },
|
|
42160
|
+
features: [{ name: 'EIP155' }],
|
|
42161
|
+
infoURL: 'https://gateway.fm',
|
|
42162
|
+
shortName: 'stavanger',
|
|
42163
|
+
chainId: 50591822,
|
|
42164
|
+
networkId: 50591822,
|
|
42165
|
+
icon: 'stavanger',
|
|
42166
|
+
explorers: [
|
|
42167
|
+
{
|
|
42168
|
+
name: 'BlockScout',
|
|
42169
|
+
url: 'https://explorer.stavanger.gateway.fm',
|
|
42170
|
+
icon: 'stavanger',
|
|
42171
|
+
standard: 'EIP3091'
|
|
42172
|
+
}
|
|
42173
|
+
],
|
|
42174
|
+
parent: {
|
|
42175
|
+
type: 'L2',
|
|
42176
|
+
chain: 'eip155-11155111',
|
|
42177
|
+
bridges: [{ url: 'https://bridge.stavanger.gateway.fm' }]
|
|
42178
|
+
},
|
|
42179
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeighctebzusfrmvuahcswjrseyno3eaetu4oskwcu6ubivd7c7elqa'
|
|
42180
|
+
},
|
|
40821
42181
|
52027071: {
|
|
40822
42182
|
name: 'Deviant Token Blockchain',
|
|
40823
42183
|
chain: 'DTBC',
|
|
@@ -40947,11 +42307,9 @@ exports.chains = {
|
|
|
40947
42307
|
},
|
|
40948
42308
|
65010003: {
|
|
40949
42309
|
name: 'Autonity Bakerloo (Yamuna) Testnet',
|
|
42310
|
+
status: 'deprecated',
|
|
40950
42311
|
chain: 'AUT',
|
|
40951
|
-
rpc: [
|
|
40952
|
-
'https://rpc1.bakerloo.autonity.org/',
|
|
40953
|
-
'wss://rpc1.bakerloo.autonity.org/ws/'
|
|
40954
|
-
],
|
|
42312
|
+
rpc: [],
|
|
40955
42313
|
faucets: ['https://faucet.autonity.org/'],
|
|
40956
42314
|
nativeCurrency: { name: 'Bakerloo Auton', symbol: 'ATN', decimals: 18 },
|
|
40957
42315
|
infoURL: 'https://autonity.org/',
|
|
@@ -41037,11 +42395,9 @@ exports.chains = {
|
|
|
41037
42395
|
},
|
|
41038
42396
|
65100003: {
|
|
41039
42397
|
name: 'Autonity Piccadilly (Yamuna) Testnet',
|
|
42398
|
+
status: 'deprecated',
|
|
41040
42399
|
chain: 'AUT',
|
|
41041
|
-
rpc: [
|
|
41042
|
-
'https://rpc1.piccadilly.autonity.org/',
|
|
41043
|
-
'wss://rpc1.piccadilly.autonity.org/ws/'
|
|
41044
|
-
],
|
|
42400
|
+
rpc: [],
|
|
41045
42401
|
faucets: [],
|
|
41046
42402
|
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
|
41047
42403
|
infoURL: 'https://autonity.org/',
|
|
@@ -41059,6 +42415,33 @@ exports.chains = {
|
|
|
41059
42415
|
],
|
|
41060
42416
|
iconURL: 'https://ipfs.io/ipfs/Qme5nxFZZoNNpiT8u9WwcBot4HyLTg2jxMxRnsbc5voQwB'
|
|
41061
42417
|
},
|
|
42418
|
+
65100004: {
|
|
42419
|
+
name: 'Autonity Piccadilly (Tiber) Testnet',
|
|
42420
|
+
chain: 'AUT',
|
|
42421
|
+
rpc: [
|
|
42422
|
+
'https://autonity.rpc.web3cdn.network/testnet',
|
|
42423
|
+
'wss://autonity.rpc.web3cdn.network/testnet/ws',
|
|
42424
|
+
'https://autonity-piccadilly.rpc.subquery.network/public',
|
|
42425
|
+
'https://picadilly.autonity-apis.com',
|
|
42426
|
+
'wss://picadilly-ws.autonity-apis.com'
|
|
42427
|
+
],
|
|
42428
|
+
faucets: [],
|
|
42429
|
+
nativeCurrency: { name: 'Piccadilly Auton', symbol: 'ATN', decimals: 18 },
|
|
42430
|
+
infoURL: 'https://autonity.org/',
|
|
42431
|
+
shortName: 'piccadilly-04',
|
|
42432
|
+
chainId: 65100004,
|
|
42433
|
+
networkId: 65100004,
|
|
42434
|
+
slip44: 1,
|
|
42435
|
+
icon: 'autonity',
|
|
42436
|
+
explorers: [
|
|
42437
|
+
{
|
|
42438
|
+
name: 'autonity-blockscout',
|
|
42439
|
+
url: 'https://piccadilly.autonity.org',
|
|
42440
|
+
standard: 'EIP3091'
|
|
42441
|
+
}
|
|
42442
|
+
],
|
|
42443
|
+
iconURL: 'https://ipfs.io/ipfs/Qme5nxFZZoNNpiT8u9WwcBot4HyLTg2jxMxRnsbc5voQwB'
|
|
42444
|
+
},
|
|
41062
42445
|
68840142: {
|
|
41063
42446
|
name: 'Frame Testnet',
|
|
41064
42447
|
chain: 'ETH',
|
|
@@ -42182,6 +43565,26 @@ exports.chains = {
|
|
|
42182
43565
|
],
|
|
42183
43566
|
iconURL: 'https://ipfs.io/ipfs/bafkreib2sabb6vgfoskobp2wdr6if7v6s34f2xwjecfceui6qhjudmu4u4'
|
|
42184
43567
|
},
|
|
43568
|
+
1313161567: {
|
|
43569
|
+
name: 'Turbo',
|
|
43570
|
+
chain: 'NEAR',
|
|
43571
|
+
rpc: ['https://rpc-0x4e45415f.aurora-cloud.dev'],
|
|
43572
|
+
icon: 'turbo',
|
|
43573
|
+
faucets: [],
|
|
43574
|
+
nativeCurrency: { name: 'Turbo', symbol: 'TURBO', decimals: 18 },
|
|
43575
|
+
infoURL: 'https://turbotoken.io',
|
|
43576
|
+
shortName: 'turbo',
|
|
43577
|
+
chainId: 1313161567,
|
|
43578
|
+
networkId: 1313161567,
|
|
43579
|
+
explorers: [
|
|
43580
|
+
{
|
|
43581
|
+
name: 'Turbo explorer',
|
|
43582
|
+
url: 'https://explorer.turbo.aurora.dev',
|
|
43583
|
+
standard: 'EIP3091'
|
|
43584
|
+
}
|
|
43585
|
+
],
|
|
43586
|
+
iconURL: 'https://ipfs.io/ipfs/QmXUP4JFNX2ET2vZHh9p4a6wEVC5os13evrWtF65EUfNkn'
|
|
43587
|
+
},
|
|
42185
43588
|
1350216234: {
|
|
42186
43589
|
name: 'SKALE Titan Hub',
|
|
42187
43590
|
chain: 'parallel-stormy-spica',
|
|
@@ -42916,6 +44319,32 @@ exports.chains = {
|
|
|
42916
44319
|
],
|
|
42917
44320
|
infoURL: 'https://xai.games'
|
|
42918
44321
|
},
|
|
44322
|
+
44474237230: {
|
|
44323
|
+
name: 'Deriw Devnet',
|
|
44324
|
+
chainId: 44474237230,
|
|
44325
|
+
shortName: 'deriw-dev',
|
|
44326
|
+
title: 'Deriw Devnet',
|
|
44327
|
+
chain: 'Deriw Devnet',
|
|
44328
|
+
networkId: 44474237230,
|
|
44329
|
+
icon: 'deriw',
|
|
44330
|
+
rpc: ['https://rpc.dev.deriw.com'],
|
|
44331
|
+
faucets: [],
|
|
44332
|
+
nativeCurrency: { name: 'Deriw', symbol: 'Der', decimals: 18 },
|
|
44333
|
+
infoURL: 'https://deriw.com',
|
|
44334
|
+
explorers: [
|
|
44335
|
+
{
|
|
44336
|
+
name: 'Deriw Explorer',
|
|
44337
|
+
url: 'https://explorer.dev.deriw.com',
|
|
44338
|
+
standard: 'EIP3091'
|
|
44339
|
+
}
|
|
44340
|
+
],
|
|
44341
|
+
parent: {
|
|
44342
|
+
type: 'L2',
|
|
44343
|
+
chain: 'eip155-421614',
|
|
44344
|
+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
|
|
44345
|
+
},
|
|
44346
|
+
iconURL: 'https://ipfs.io/ipfs/Qmf3bGpAoPV6K4JLpmzDW748Toqb9WArGzYP5rMUY5P9ED'
|
|
44347
|
+
},
|
|
42919
44348
|
88153591557: {
|
|
42920
44349
|
name: 'Arbitrum Blueberry',
|
|
42921
44350
|
title: 'Arbitrum Blueberry Testnet',
|