@revoke.cash/chains 56.0.0 → 57.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 +933 -103
- package/dist/src/enums.d.ts +88 -20
- package/dist/src/enums.js +88 -20
- 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
|
}
|
|
@@ -2522,7 +2538,7 @@ exports.chains = {
|
|
|
2522
2538
|
standard: 'EIP3091'
|
|
2523
2539
|
},
|
|
2524
2540
|
{
|
|
2525
|
-
name: '
|
|
2541
|
+
name: 'Routescan',
|
|
2526
2542
|
url: 'https://coston2.testnet.flarescan.com',
|
|
2527
2543
|
standard: 'EIP3091'
|
|
2528
2544
|
}
|
|
@@ -3171,6 +3187,28 @@ exports.chains = {
|
|
|
3171
3187
|
},
|
|
3172
3188
|
iconURL: 'https://ipfs.io/ipfs/QmdwQDr6vmBtXmK2TmknkEuZNoaDqTasFdZdu3DRw8b2wt'
|
|
3173
3189
|
},
|
|
3190
|
+
146: {
|
|
3191
|
+
name: 'Sonic Mainnet',
|
|
3192
|
+
chain: 'sonic',
|
|
3193
|
+
rpc: ['https://rpc.soniclabs.com'],
|
|
3194
|
+
faucets: [],
|
|
3195
|
+
nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
|
|
3196
|
+
features: [{ name: 'EIP155' }],
|
|
3197
|
+
infoURL: 'https://soniclabs.com',
|
|
3198
|
+
shortName: 'sonic',
|
|
3199
|
+
chainId: 146,
|
|
3200
|
+
networkId: 146,
|
|
3201
|
+
icon: 'sonic',
|
|
3202
|
+
explorers: [
|
|
3203
|
+
{
|
|
3204
|
+
name: 'sonic',
|
|
3205
|
+
url: 'https://explorer.soniclabs.com',
|
|
3206
|
+
icon: 'sonic',
|
|
3207
|
+
standard: 'none'
|
|
3208
|
+
}
|
|
3209
|
+
],
|
|
3210
|
+
iconURL: 'https://ipfs.io/ipfs/QmbFqQ87T3HwjF6KejNYYYMcUtc7t64FDbfkpgWchFgMpC'
|
|
3211
|
+
},
|
|
3174
3212
|
147: {
|
|
3175
3213
|
name: 'Flag Mainnet',
|
|
3176
3214
|
chain: 'Flag',
|
|
@@ -3245,7 +3283,7 @@ exports.chains = {
|
|
|
3245
3283
|
chainId: 151,
|
|
3246
3284
|
networkId: 151,
|
|
3247
3285
|
slip44: 824,
|
|
3248
|
-
rpc: [],
|
|
3286
|
+
rpc: ['https://governors.mainnet.redbelly.network'],
|
|
3249
3287
|
faucets: [],
|
|
3250
3288
|
infoURL: 'https://redbelly.network',
|
|
3251
3289
|
nativeCurrency: {
|
|
@@ -3253,7 +3291,14 @@ exports.chains = {
|
|
|
3253
3291
|
symbol: 'RBNT',
|
|
3254
3292
|
decimals: 18
|
|
3255
3293
|
},
|
|
3256
|
-
status: '
|
|
3294
|
+
status: 'active',
|
|
3295
|
+
explorers: [
|
|
3296
|
+
{
|
|
3297
|
+
name: 'Routescan',
|
|
3298
|
+
url: 'https://redbelly.routescan.io',
|
|
3299
|
+
standard: 'EIP3091'
|
|
3300
|
+
}
|
|
3301
|
+
]
|
|
3257
3302
|
},
|
|
3258
3303
|
152: {
|
|
3259
3304
|
name: 'Redbelly Network Devnet',
|
|
@@ -3288,9 +3333,9 @@ exports.chains = {
|
|
|
3288
3333
|
},
|
|
3289
3334
|
explorers: [
|
|
3290
3335
|
{
|
|
3291
|
-
name: '
|
|
3292
|
-
url: 'https://
|
|
3293
|
-
standard: '
|
|
3336
|
+
name: 'Routescan',
|
|
3337
|
+
url: 'https://redbelly.testnet.routescan.io',
|
|
3338
|
+
standard: 'EIP3091'
|
|
3294
3339
|
}
|
|
3295
3340
|
],
|
|
3296
3341
|
status: 'active'
|
|
@@ -3778,7 +3823,10 @@ exports.chains = {
|
|
|
3778
3823
|
182: {
|
|
3779
3824
|
name: 'IOST Mainnet',
|
|
3780
3825
|
chain: 'iost',
|
|
3781
|
-
rpc: [
|
|
3826
|
+
rpc: [
|
|
3827
|
+
'https://iost-mainnet.alt.technology',
|
|
3828
|
+
'wss://iost-mainnet.alt.technology/ws'
|
|
3829
|
+
],
|
|
3782
3830
|
faucets: [],
|
|
3783
3831
|
nativeCurrency: {
|
|
3784
3832
|
name: 'BNB Chain Native Token',
|
|
@@ -3786,7 +3834,7 @@ exports.chains = {
|
|
|
3786
3834
|
decimals: 18
|
|
3787
3835
|
},
|
|
3788
3836
|
infoURL: 'https://iost.io',
|
|
3789
|
-
shortName: 'iost
|
|
3837
|
+
shortName: 'iost',
|
|
3790
3838
|
chainId: 182,
|
|
3791
3839
|
networkId: 182,
|
|
3792
3840
|
icon: 'bnbchain',
|
|
@@ -5829,9 +5877,9 @@ exports.chains = {
|
|
|
5829
5877
|
iconURL: 'https://ipfs.io/ipfs/QmRkhUD6J3B9WhT4hEWLrcFVTrBhx3CQgNC783aJsrwxSN'
|
|
5830
5878
|
},
|
|
5831
5879
|
325: {
|
|
5832
|
-
name: 'GRVT
|
|
5880
|
+
name: 'GRVT Exchange',
|
|
5833
5881
|
chain: 'ETH',
|
|
5834
|
-
rpc: [],
|
|
5882
|
+
rpc: ['https://rpc.grvt.io'],
|
|
5835
5883
|
faucets: [],
|
|
5836
5884
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
5837
5885
|
infoURL: 'https://grvt.io/',
|
|
@@ -5843,9 +5891,9 @@ exports.chains = {
|
|
|
5843
5891
|
iconURL: 'https://ipfs.io/ipfs/QmVRdhjaBYeUVCkF8SUYMqAgGtbePYaozzy4YtMVKazLut'
|
|
5844
5892
|
},
|
|
5845
5893
|
326: {
|
|
5846
|
-
name: 'GRVT
|
|
5894
|
+
name: 'GRVT Exchange Testnet',
|
|
5847
5895
|
chain: 'ETH',
|
|
5848
|
-
rpc: [],
|
|
5896
|
+
rpc: ['https://zkrpc.testnet.grvt.io'],
|
|
5849
5897
|
faucets: [],
|
|
5850
5898
|
nativeCurrency: { name: 'ETH', symbol: 'ETH', decimals: 18 },
|
|
5851
5899
|
infoURL: 'https://grvt.io/',
|
|
@@ -6763,6 +6811,32 @@ exports.chains = {
|
|
|
6763
6811
|
],
|
|
6764
6812
|
iconURL: 'https://ipfs.io/ipfs/bafkreihs2nrnizpcuzjmuu2yi7wrtwd7qlqje46qnil5bnntfbfkb2roea'
|
|
6765
6813
|
},
|
|
6814
|
+
466: {
|
|
6815
|
+
name: 'AppChain',
|
|
6816
|
+
chain: 'AppChain',
|
|
6817
|
+
rpc: ['https://rpc.appchain.xyz/http', 'wss://rpc.appchain.xyz/ws'],
|
|
6818
|
+
faucets: [],
|
|
6819
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
6820
|
+
infoURL: 'https://appchain.xyz',
|
|
6821
|
+
shortName: 'appchain',
|
|
6822
|
+
chainId: 466,
|
|
6823
|
+
networkId: 466,
|
|
6824
|
+
icon: 'appchain',
|
|
6825
|
+
explorers: [
|
|
6826
|
+
{
|
|
6827
|
+
name: 'AppChain Explorer',
|
|
6828
|
+
url: 'https://explorer.appchain.xyz',
|
|
6829
|
+
icon: 'blockscout',
|
|
6830
|
+
standard: 'EIP3091'
|
|
6831
|
+
}
|
|
6832
|
+
],
|
|
6833
|
+
parent: {
|
|
6834
|
+
type: 'L2',
|
|
6835
|
+
chain: 'eip155-1',
|
|
6836
|
+
bridges: [{ url: 'https://bridge.appchain.xyz' }]
|
|
6837
|
+
},
|
|
6838
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeigx76uxvcvet7365sjdzuxxcgl5auzck6vbbigu2jeg6ixl5k3tya'
|
|
6839
|
+
},
|
|
6766
6840
|
480: {
|
|
6767
6841
|
name: 'World Chain',
|
|
6768
6842
|
chain: 'ETH',
|
|
@@ -8585,6 +8659,46 @@ exports.chains = {
|
|
|
8585
8659
|
],
|
|
8586
8660
|
iconURL: 'https://ipfs.io/ipfs/QmW3RZKwBq12F7jVV2pn6T9WzwU5rosLYkVqoRQckfKvXo'
|
|
8587
8661
|
},
|
|
8662
|
+
824: {
|
|
8663
|
+
name: 'Daily Network Mainnet',
|
|
8664
|
+
chain: 'Daily Network',
|
|
8665
|
+
icon: 'daily',
|
|
8666
|
+
rpc: ['https://rpc.mainnet.dailycrypto.net'],
|
|
8667
|
+
faucets: [],
|
|
8668
|
+
nativeCurrency: { name: 'Daily', symbol: 'DLY', decimals: 18 },
|
|
8669
|
+
infoURL: 'https://dailycrypto.net',
|
|
8670
|
+
shortName: 'dly',
|
|
8671
|
+
chainId: 824,
|
|
8672
|
+
networkId: 824,
|
|
8673
|
+
explorers: [
|
|
8674
|
+
{
|
|
8675
|
+
name: 'Daily Mainnet Explorer',
|
|
8676
|
+
url: 'https://explorer.mainnet.dailycrypto.net',
|
|
8677
|
+
standard: 'none'
|
|
8678
|
+
}
|
|
8679
|
+
],
|
|
8680
|
+
iconURL: 'https://ipfs.io/ipfs/Qme8Ju8Bn1XHMGGx2FfXCookAPLLhzxYpfZL7Fcm3QLgLp'
|
|
8681
|
+
},
|
|
8682
|
+
825: {
|
|
8683
|
+
name: 'Daily Network Testnet',
|
|
8684
|
+
chain: 'Daily Network',
|
|
8685
|
+
icon: 'daily',
|
|
8686
|
+
rpc: ['https://rpc.testnet.dailycrypto.net'],
|
|
8687
|
+
faucets: [],
|
|
8688
|
+
nativeCurrency: { name: 'Daily', symbol: 'DLY', decimals: 18 },
|
|
8689
|
+
infoURL: 'https://dailycrypto.net',
|
|
8690
|
+
shortName: 'tdly',
|
|
8691
|
+
chainId: 825,
|
|
8692
|
+
networkId: 825,
|
|
8693
|
+
explorers: [
|
|
8694
|
+
{
|
|
8695
|
+
name: 'Daily Testnet Explorer',
|
|
8696
|
+
url: 'https://explorer.testnet.dailycrypto.net',
|
|
8697
|
+
standard: 'none'
|
|
8698
|
+
}
|
|
8699
|
+
],
|
|
8700
|
+
iconURL: 'https://ipfs.io/ipfs/Qme8Ju8Bn1XHMGGx2FfXCookAPLLhzxYpfZL7Fcm3QLgLp'
|
|
8701
|
+
},
|
|
8588
8702
|
831: {
|
|
8589
8703
|
name: 'CheckDot Blockchain Devnet',
|
|
8590
8704
|
chain: 'CDT Blockchain',
|
|
@@ -8605,7 +8719,7 @@ exports.chains = {
|
|
|
8605
8719
|
},
|
|
8606
8720
|
841: {
|
|
8607
8721
|
name: 'Taraxa Mainnet',
|
|
8608
|
-
chain: '
|
|
8722
|
+
chain: 'TARA',
|
|
8609
8723
|
icon: 'taraxa',
|
|
8610
8724
|
rpc: ['https://rpc.mainnet.taraxa.io/', 'https://ws.mainnet.taraxa.io'],
|
|
8611
8725
|
faucets: [],
|
|
@@ -8614,21 +8728,29 @@ exports.chains = {
|
|
|
8614
8728
|
shortName: 'tara',
|
|
8615
8729
|
chainId: 841,
|
|
8616
8730
|
networkId: 841,
|
|
8731
|
+
slip44: 726,
|
|
8617
8732
|
explorers: [
|
|
8733
|
+
{
|
|
8734
|
+
name: 'Tara.to Explorer',
|
|
8735
|
+
url: 'https://tara.to',
|
|
8736
|
+
standard: 'EIP3091',
|
|
8737
|
+
icon: 'blockscout'
|
|
8738
|
+
},
|
|
8618
8739
|
{
|
|
8619
8740
|
name: 'Taraxa Explorer',
|
|
8620
8741
|
url: 'https://explorer.mainnet.taraxa.io',
|
|
8621
|
-
standard: 'none'
|
|
8742
|
+
standard: 'none',
|
|
8743
|
+
icon: 'taraxa'
|
|
8622
8744
|
}
|
|
8623
8745
|
],
|
|
8624
8746
|
iconURL: 'https://ipfs.io/ipfs/QmVeZJ3DfDuksxw58cHCRDKWDdhbmQsvrJdTxhZ74pv3tE'
|
|
8625
8747
|
},
|
|
8626
8748
|
842: {
|
|
8627
8749
|
name: 'Taraxa Testnet',
|
|
8628
|
-
chain: '
|
|
8750
|
+
chain: 'TARA',
|
|
8629
8751
|
icon: 'taraxa',
|
|
8630
8752
|
rpc: ['https://rpc.testnet.taraxa.io/', 'https://ws.testnet.taraxa.io'],
|
|
8631
|
-
faucets: [],
|
|
8753
|
+
faucets: ['https://explorer.testnet.taraxa.io/faucet'],
|
|
8632
8754
|
nativeCurrency: { name: 'Tara', symbol: 'TARA', decimals: 18 },
|
|
8633
8755
|
infoURL: 'https://taraxa.io',
|
|
8634
8756
|
shortName: 'taratest',
|
|
@@ -8636,6 +8758,12 @@ exports.chains = {
|
|
|
8636
8758
|
networkId: 842,
|
|
8637
8759
|
slip44: 1,
|
|
8638
8760
|
explorers: [
|
|
8761
|
+
{
|
|
8762
|
+
name: 'Tara.to Explorer',
|
|
8763
|
+
url: 'https://testnet.to',
|
|
8764
|
+
standard: 'EIP3091',
|
|
8765
|
+
icon: 'blockscout'
|
|
8766
|
+
},
|
|
8639
8767
|
{
|
|
8640
8768
|
name: 'Taraxa Explorer',
|
|
8641
8769
|
url: 'https://explorer.testnet.taraxa.io',
|
|
@@ -9026,6 +9154,11 @@ exports.chains = {
|
|
|
9026
9154
|
name: 'modescout',
|
|
9027
9155
|
url: 'https://sepolia.explorer.mode.network',
|
|
9028
9156
|
standard: 'none'
|
|
9157
|
+
},
|
|
9158
|
+
{
|
|
9159
|
+
name: 'Routesan',
|
|
9160
|
+
url: 'https://testnet.modescan.io',
|
|
9161
|
+
standard: 'none'
|
|
9029
9162
|
}
|
|
9030
9163
|
],
|
|
9031
9164
|
parent: {
|
|
@@ -9613,9 +9746,9 @@ exports.chains = {
|
|
|
9613
9746
|
parent: { type: 'L2', chain: 'eip155-1' }
|
|
9614
9747
|
},
|
|
9615
9748
|
1001: {
|
|
9616
|
-
name: 'Kaia Testnet
|
|
9749
|
+
name: 'Kaia Kairos Testnet',
|
|
9617
9750
|
chain: 'KAIA',
|
|
9618
|
-
rpc: ['https://public-en
|
|
9751
|
+
rpc: ['https://public-en-kairos.node.kaia.io'],
|
|
9619
9752
|
faucets: ['https://faucet.kaia.io'],
|
|
9620
9753
|
nativeCurrency: { name: 'KAIA', symbol: 'KAIA', decimals: 18 },
|
|
9621
9754
|
infoURL: 'https://kaia.io/',
|
|
@@ -9740,7 +9873,12 @@ exports.chains = {
|
|
|
9740
9873
|
1009: {
|
|
9741
9874
|
name: 'Jumbochain Mainnet',
|
|
9742
9875
|
chain: 'Jumbo',
|
|
9743
|
-
rpc: [
|
|
9876
|
+
rpc: [
|
|
9877
|
+
'https://rpcpriv.jumbochain.org',
|
|
9878
|
+
'https://rpc-datajumbo1.jumbochain.org',
|
|
9879
|
+
'https://rpc-datajumbo2.jumbochain.org',
|
|
9880
|
+
'https://rpc-datajumbo3.jumbochain.org'
|
|
9881
|
+
],
|
|
9744
9882
|
faucets: [],
|
|
9745
9883
|
nativeCurrency: { name: 'JNFTC', symbol: 'JNFTC', decimals: 18 },
|
|
9746
9884
|
features: [{ name: 'EIP155' }],
|
|
@@ -11445,6 +11583,29 @@ exports.chains = {
|
|
|
11445
11583
|
}
|
|
11446
11584
|
]
|
|
11447
11585
|
},
|
|
11586
|
+
1298: {
|
|
11587
|
+
name: 'Argochain Testnet',
|
|
11588
|
+
chain: 'Argochain',
|
|
11589
|
+
icon: 'argochain',
|
|
11590
|
+
rpc: [
|
|
11591
|
+
'https://rpc-testnet.devolvedai.com',
|
|
11592
|
+
'https://test-rpc.devolvedai.com'
|
|
11593
|
+
],
|
|
11594
|
+
faucets: ['https://faucet.argoscan.net'],
|
|
11595
|
+
nativeCurrency: { name: 'Argocoin', symbol: 'AGC', decimals: 18 },
|
|
11596
|
+
infoURL: 'https://devolvedai.com',
|
|
11597
|
+
shortName: 'tAGC',
|
|
11598
|
+
chainId: 1298,
|
|
11599
|
+
networkId: 1298,
|
|
11600
|
+
explorers: [
|
|
11601
|
+
{
|
|
11602
|
+
name: 'Argochain Test Scanner',
|
|
11603
|
+
url: 'https://test-scanner.devolvedai.com',
|
|
11604
|
+
standard: 'EIP3091'
|
|
11605
|
+
}
|
|
11606
|
+
],
|
|
11607
|
+
iconURL: 'https://ipfs.io/ipfs/QmVbs4mkn6N86izwQS1HzMP2uFxQLCPxsppojPhyq3cu1w'
|
|
11608
|
+
},
|
|
11448
11609
|
1299: {
|
|
11449
11610
|
name: 'Argochain',
|
|
11450
11611
|
chain: 'Argochain',
|
|
@@ -12078,16 +12239,25 @@ exports.chains = {
|
|
|
12078
12239
|
iconURL: 'https://ipfs.io/ipfs/QmRLtNvkVhC7rRDiLMHLckWbesaSU6sNYhQZgsAM1phTZx'
|
|
12079
12240
|
},
|
|
12080
12241
|
1480: {
|
|
12081
|
-
name: '
|
|
12082
|
-
chain: '
|
|
12083
|
-
rpc: [],
|
|
12084
|
-
nativeCurrency: { name: '
|
|
12085
|
-
faucets: [],
|
|
12086
|
-
infoURL: '',
|
|
12087
|
-
shortName: '
|
|
12242
|
+
name: 'Vana',
|
|
12243
|
+
chain: 'Vana',
|
|
12244
|
+
rpc: ['https://rpc.vana.org/'],
|
|
12245
|
+
nativeCurrency: { name: 'Vana', symbol: 'VANA', decimals: 18 },
|
|
12246
|
+
faucets: ['https://faucet.vana.org/'],
|
|
12247
|
+
infoURL: 'https://vana.org',
|
|
12248
|
+
shortName: 'vana',
|
|
12088
12249
|
chainId: 1480,
|
|
12089
12250
|
networkId: 1480,
|
|
12090
|
-
|
|
12251
|
+
icon: 'vana',
|
|
12252
|
+
explorers: [
|
|
12253
|
+
{
|
|
12254
|
+
name: 'Vana Block Explorer',
|
|
12255
|
+
url: 'https://vanascan.io',
|
|
12256
|
+
icon: 'vana',
|
|
12257
|
+
standard: 'EIP3091'
|
|
12258
|
+
}
|
|
12259
|
+
],
|
|
12260
|
+
iconURL: 'https://ipfs.io/ipfs/QAZt75XixnEtFzqHTrJa8kJkV4ccXWaXqeMeqM8BcBomQc'
|
|
12091
12261
|
},
|
|
12092
12262
|
1490: {
|
|
12093
12263
|
name: 'Vitruveo Mainnet',
|
|
@@ -13086,6 +13256,23 @@ exports.chains = {
|
|
|
13086
13256
|
chainId: 1856,
|
|
13087
13257
|
networkId: 1
|
|
13088
13258
|
},
|
|
13259
|
+
1868: {
|
|
13260
|
+
name: 'Soneium',
|
|
13261
|
+
shortName: 'soneium',
|
|
13262
|
+
title: 'Soneium mainnet',
|
|
13263
|
+
chain: 'ETH',
|
|
13264
|
+
icon: 'soneium',
|
|
13265
|
+
rpc: [],
|
|
13266
|
+
faucets: [],
|
|
13267
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13268
|
+
infoURL: 'https://soneium.org',
|
|
13269
|
+
chainId: 1868,
|
|
13270
|
+
networkId: 1868,
|
|
13271
|
+
status: 'incubating',
|
|
13272
|
+
explorers: [],
|
|
13273
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
13274
|
+
iconURL: 'https://ipfs.io/ipfs/QmWXmnBMtM93iCJ1fsVv8KNFFvxGWUzF4z5xas3zMbFZGe'
|
|
13275
|
+
},
|
|
13089
13276
|
1875: {
|
|
13090
13277
|
name: 'Whitechain',
|
|
13091
13278
|
chain: 'WBT',
|
|
@@ -13352,42 +13539,47 @@ exports.chains = {
|
|
|
13352
13539
|
explorers: []
|
|
13353
13540
|
},
|
|
13354
13541
|
1923: {
|
|
13355
|
-
name: '
|
|
13356
|
-
chain: '
|
|
13357
|
-
rpc: ['https://swell-mainnet.alt.technology'],
|
|
13542
|
+
name: 'Swellchain',
|
|
13543
|
+
chain: 'ETH',
|
|
13544
|
+
rpc: ['https://swell-mainnet.alt.technology', 'https://rpc.ankr.com/swell'],
|
|
13358
13545
|
faucets: [],
|
|
13359
13546
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13360
13547
|
infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
|
|
13361
|
-
shortName: '
|
|
13548
|
+
shortName: 'swellchain',
|
|
13362
13549
|
chainId: 1923,
|
|
13363
13550
|
networkId: 1923,
|
|
13551
|
+
icon: 'swell',
|
|
13364
13552
|
explorers: [
|
|
13365
13553
|
{
|
|
13366
|
-
name: '
|
|
13367
|
-
|
|
13368
|
-
url: 'https://swell-mainnet-explorer.alt.technology',
|
|
13554
|
+
name: 'Swellchain Explorer',
|
|
13555
|
+
url: 'https://explorer.swellnetwork.io',
|
|
13369
13556
|
standard: 'none'
|
|
13370
13557
|
}
|
|
13371
|
-
]
|
|
13558
|
+
],
|
|
13559
|
+
iconURL: 'https://ipfs.io/ipfs/QmZcZreqE6P7JQCduEkXtni8UTJVjtX1PEiPFm7WpSEPc3'
|
|
13372
13560
|
},
|
|
13373
13561
|
1924: {
|
|
13374
|
-
name: '
|
|
13375
|
-
chain: '
|
|
13376
|
-
rpc: [
|
|
13562
|
+
name: 'Swellchain Testnet',
|
|
13563
|
+
chain: 'ETH',
|
|
13564
|
+
rpc: [
|
|
13565
|
+
'https://swell-testnet.alt.technology',
|
|
13566
|
+
'https://rpc.ankr.com/swell-testnet'
|
|
13567
|
+
],
|
|
13377
13568
|
faucets: [],
|
|
13378
13569
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
13379
13570
|
infoURL: 'https://app.swellnetwork.io/layer2/swell-l2',
|
|
13380
|
-
shortName: '
|
|
13571
|
+
shortName: 'swellchain-sep',
|
|
13381
13572
|
chainId: 1924,
|
|
13382
13573
|
networkId: 1924,
|
|
13574
|
+
icon: 'swell',
|
|
13383
13575
|
explorers: [
|
|
13384
13576
|
{
|
|
13385
|
-
name: '
|
|
13386
|
-
icon: 'swell',
|
|
13577
|
+
name: 'Swellchain Testnet Explorer',
|
|
13387
13578
|
url: 'https://swell-testnet-explorer.alt.technology',
|
|
13388
13579
|
standard: 'none'
|
|
13389
13580
|
}
|
|
13390
|
-
]
|
|
13581
|
+
],
|
|
13582
|
+
iconURL: 'https://ipfs.io/ipfs/QmZcZreqE6P7JQCduEkXtni8UTJVjtX1PEiPFm7WpSEPc3'
|
|
13391
13583
|
},
|
|
13392
13584
|
1927: {
|
|
13393
13585
|
name: 'Arvix Testnet',
|
|
@@ -13801,13 +13993,7 @@ exports.chains = {
|
|
|
13801
13993
|
chainId: 1992,
|
|
13802
13994
|
networkId: 1992,
|
|
13803
13995
|
slip44: 60,
|
|
13804
|
-
explorers: [
|
|
13805
|
-
{
|
|
13806
|
-
name: 'routescan',
|
|
13807
|
-
url: 'https://explorer.hubble.exchange',
|
|
13808
|
-
standard: 'EIP3091'
|
|
13809
|
-
}
|
|
13810
|
-
],
|
|
13996
|
+
explorers: [],
|
|
13811
13997
|
iconURL: 'https://ipfs.io/ipfs/QmU9t9fZaWiqpAZ9dw2ojTpJycnB8BxekLWVSCJikJVgjW'
|
|
13812
13998
|
},
|
|
13813
13999
|
1993: {
|
|
@@ -14086,12 +14272,12 @@ exports.chains = {
|
|
|
14086
14272
|
faucets: ['https://faucet.nowchain.co'],
|
|
14087
14273
|
nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
|
|
14088
14274
|
infoURL: 'https://nowchain.co',
|
|
14089
|
-
shortName: '
|
|
14275
|
+
shortName: 'tnow',
|
|
14090
14276
|
chainId: 2014,
|
|
14091
14277
|
networkId: 2014,
|
|
14092
14278
|
explorers: [
|
|
14093
14279
|
{
|
|
14094
|
-
name: 'nowscan',
|
|
14280
|
+
name: 'nowscan testnet',
|
|
14095
14281
|
url: 'https://testnet.nowscan.io',
|
|
14096
14282
|
standard: 'EIP3091'
|
|
14097
14283
|
}
|
|
@@ -15813,6 +15999,27 @@ exports.chains = {
|
|
|
15813
15999
|
],
|
|
15814
16000
|
iconURL: 'https://ipfs.io/ipfs/QmcW64RgqQVHnNbVFyfaMNKt7dJvFqEbfEHZmeyeK8dpEa'
|
|
15815
16001
|
},
|
|
16002
|
+
2488: {
|
|
16003
|
+
name: 'NOW Chain Mainnet',
|
|
16004
|
+
chain: 'NOW',
|
|
16005
|
+
icon: 'nowchain',
|
|
16006
|
+
rpc: ['https://rpc.nowscan.io'],
|
|
16007
|
+
faucets: [],
|
|
16008
|
+
nativeCurrency: { name: 'NOW Coin', symbol: 'NOW', decimals: 18 },
|
|
16009
|
+
infoURL: 'https://nowchain.co',
|
|
16010
|
+
shortName: 'now',
|
|
16011
|
+
chainId: 2488,
|
|
16012
|
+
networkId: 2488,
|
|
16013
|
+
explorers: [
|
|
16014
|
+
{
|
|
16015
|
+
name: 'NOW Scan',
|
|
16016
|
+
url: 'https://nowscan.io',
|
|
16017
|
+
icon: 'nowchain',
|
|
16018
|
+
standard: 'EIP3091'
|
|
16019
|
+
}
|
|
16020
|
+
],
|
|
16021
|
+
iconURL: 'https://ipfs.io/ipfs/QmSUzhRGzMyMyGwBcE3ooZ5jvHKyJ1FjVjh5SfoGHG36MX'
|
|
16022
|
+
},
|
|
15816
16023
|
2511: {
|
|
15817
16024
|
name: 'Karak Goerli',
|
|
15818
16025
|
chain: 'Karak',
|
|
@@ -18086,6 +18293,27 @@ exports.chains = {
|
|
|
18086
18293
|
],
|
|
18087
18294
|
iconURL: 'https://ipfs.io/ipfs/QmbRJzDeAdMkEXkqDwBwezpUxyjTPHZ2iXEomqKPvWZcWE'
|
|
18088
18295
|
},
|
|
18296
|
+
4158: {
|
|
18297
|
+
name: 'CrossFi Mainnet',
|
|
18298
|
+
icon: 'crossfi',
|
|
18299
|
+
chain: 'crossfi',
|
|
18300
|
+
rpc: ['https://rpc.mainnet.ms/'],
|
|
18301
|
+
faucets: [],
|
|
18302
|
+
nativeCurrency: { name: 'CrossFi Token', symbol: 'XFI', decimals: 18 },
|
|
18303
|
+
infoURL: 'https://crossfi.org',
|
|
18304
|
+
shortName: 'crossfi',
|
|
18305
|
+
chainId: 4158,
|
|
18306
|
+
networkId: 4158,
|
|
18307
|
+
slip44: 1,
|
|
18308
|
+
explorers: [
|
|
18309
|
+
{
|
|
18310
|
+
name: 'CrossFi Mainnet Scan',
|
|
18311
|
+
url: 'https://xfiscan.com',
|
|
18312
|
+
standard: 'none'
|
|
18313
|
+
}
|
|
18314
|
+
],
|
|
18315
|
+
iconURL: 'https://ipfs.io/ipfs/QmbRJzDeAdMkEXkqDwBwezpUxyjTPHZ2iXEomqKPvWZcWE'
|
|
18316
|
+
},
|
|
18089
18317
|
4162: {
|
|
18090
18318
|
name: 'SX Rollup',
|
|
18091
18319
|
chain: 'SX',
|
|
@@ -18449,17 +18677,41 @@ exports.chains = {
|
|
|
18449
18677
|
faucets: ['https://faucet.emoney.network/faucet'],
|
|
18450
18678
|
nativeCurrency: { name: 'Emoney Network', symbol: 'EMYC', decimals: 18 },
|
|
18451
18679
|
infoURL: 'https://emoney.network/',
|
|
18452
|
-
shortName: '
|
|
18680
|
+
shortName: 'EmoneyTestnet',
|
|
18453
18681
|
chainId: 4544,
|
|
18454
18682
|
networkId: 4544,
|
|
18455
18683
|
slip44: 118,
|
|
18456
18684
|
icon: 'emoney',
|
|
18457
18685
|
explorers: [
|
|
18458
18686
|
{
|
|
18459
|
-
name: 'EMoney
|
|
18460
|
-
url: 'https://
|
|
18687
|
+
name: 'EMoney Explorer',
|
|
18688
|
+
url: 'https://explore-stage.emoney.network',
|
|
18461
18689
|
icon: 'emoney',
|
|
18462
|
-
standard: '
|
|
18690
|
+
standard: 'none'
|
|
18691
|
+
}
|
|
18692
|
+
],
|
|
18693
|
+
iconURL: 'https://ipfs.io/ipfs/bafkreigo4gtboztftjdnbvy2rb2ku2gxxbhm4iwutzgnzhvden3vcbsqui'
|
|
18694
|
+
},
|
|
18695
|
+
4545: {
|
|
18696
|
+
name: 'Emoney Network Mainnet',
|
|
18697
|
+
chain: 'Emoney',
|
|
18698
|
+
rpc: [
|
|
18699
|
+
'https://rpc-publicnode.emoney.io/',
|
|
18700
|
+
'https://public-node1-rpc.emoney.network/'
|
|
18701
|
+
],
|
|
18702
|
+
faucets: [],
|
|
18703
|
+
nativeCurrency: { name: 'Emoney Coin', symbol: 'EMYC', decimals: 18 },
|
|
18704
|
+
infoURL: 'https://emoney.io/',
|
|
18705
|
+
shortName: 'emoney',
|
|
18706
|
+
chainId: 4545,
|
|
18707
|
+
networkId: 4545,
|
|
18708
|
+
icon: 'emoney',
|
|
18709
|
+
explorers: [
|
|
18710
|
+
{
|
|
18711
|
+
name: 'EMoney Explorer',
|
|
18712
|
+
url: 'https://explore.emoney.network',
|
|
18713
|
+
icon: 'emoney',
|
|
18714
|
+
standard: 'none'
|
|
18463
18715
|
}
|
|
18464
18716
|
],
|
|
18465
18717
|
iconURL: 'https://ipfs.io/ipfs/bafkreigo4gtboztftjdnbvy2rb2ku2gxxbhm4iwutzgnzhvden3vcbsqui'
|
|
@@ -18501,6 +18753,35 @@ exports.chains = {
|
|
|
18501
18753
|
icon: 'gold',
|
|
18502
18754
|
iconURL: 'https://ipfs.io/ipfs/QmbvuHpn8Np5uTTbVNgv4JHCj2zfHBfmSoRcVNdWbcV5Vq'
|
|
18503
18755
|
},
|
|
18756
|
+
4661: {
|
|
18757
|
+
name: 'AppChain Testnet',
|
|
18758
|
+
chain: 'AppChain Testnet',
|
|
18759
|
+
rpc: [
|
|
18760
|
+
'https://appchaintestnet.rpc.caldera.xyz/http',
|
|
18761
|
+
'wss://appchaintestnet.rpc.caldera.xyz/ws'
|
|
18762
|
+
],
|
|
18763
|
+
faucets: [],
|
|
18764
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18765
|
+
infoURL: 'https://appchain.xyz',
|
|
18766
|
+
shortName: 'appchaintestnet',
|
|
18767
|
+
chainId: 4661,
|
|
18768
|
+
networkId: 4661,
|
|
18769
|
+
icon: 'appchain',
|
|
18770
|
+
explorers: [
|
|
18771
|
+
{
|
|
18772
|
+
name: 'AppChain Testnet Explorer',
|
|
18773
|
+
url: 'https://appchaintestnet.explorer.caldera.xyz',
|
|
18774
|
+
icon: 'blockscout',
|
|
18775
|
+
standard: 'EIP3091'
|
|
18776
|
+
}
|
|
18777
|
+
],
|
|
18778
|
+
parent: {
|
|
18779
|
+
type: 'L2',
|
|
18780
|
+
chain: 'eip155-11155111',
|
|
18781
|
+
bridges: [{ url: 'https://appchaintestnet.bridge.caldera.xyz' }]
|
|
18782
|
+
},
|
|
18783
|
+
iconURL: 'https://ipfs.io/ipfs/bafybeigx76uxvcvet7365sjdzuxxcgl5auzck6vbbigu2jeg6ixl5k3tya'
|
|
18784
|
+
},
|
|
18504
18785
|
4689: {
|
|
18505
18786
|
name: 'IoTeX Network Mainnet',
|
|
18506
18787
|
chain: 'iotex.io',
|
|
@@ -18921,6 +19202,31 @@ exports.chains = {
|
|
|
18921
19202
|
status: 'active',
|
|
18922
19203
|
iconURL: 'https://ipfs.io/ipfs/QmdofX1W8QFt4TSDaq2wyPvYuUba9LabgD1MYcn3Hezu8h'
|
|
18923
19204
|
},
|
|
19205
|
+
5080: {
|
|
19206
|
+
name: 'Pioneer Zero Chain',
|
|
19207
|
+
chain: 'PZO',
|
|
19208
|
+
icon: 'pzo',
|
|
19209
|
+
rpc: ['https://rpc.zeroscan.org'],
|
|
19210
|
+
faucets: ['https://faucet.zeroscan.org/faucet'],
|
|
19211
|
+
nativeCurrency: { name: 'Pioneer Zero', symbol: 'PZO', decimals: 18 },
|
|
19212
|
+
infoURL: 'https://pionechain.com',
|
|
19213
|
+
shortName: 'pzo',
|
|
19214
|
+
chainId: 5080,
|
|
19215
|
+
networkId: 5080,
|
|
19216
|
+
explorers: [
|
|
19217
|
+
{
|
|
19218
|
+
name: 'Pioneer Zero Chain Explorer',
|
|
19219
|
+
url: 'https://zeroscan.org',
|
|
19220
|
+
standard: 'EIP3091'
|
|
19221
|
+
},
|
|
19222
|
+
{
|
|
19223
|
+
name: 'Pioneer Zero Chain Explorer',
|
|
19224
|
+
url: 'https://zero.pionescan.com',
|
|
19225
|
+
standard: 'EIP3091'
|
|
19226
|
+
}
|
|
19227
|
+
],
|
|
19228
|
+
iconURL: 'https://ipfs.io/ipfs/QmVixPVBBnprnjsoG4r6KDT2SwupjFyT2zZ5M77fHyU6ud'
|
|
19229
|
+
},
|
|
18924
19230
|
5090: {
|
|
18925
19231
|
name: 'Pioneer Chain Testnet',
|
|
18926
19232
|
chain: 'PIO',
|
|
@@ -19365,6 +19671,19 @@ exports.chains = {
|
|
|
19365
19671
|
}
|
|
19366
19672
|
]
|
|
19367
19673
|
},
|
|
19674
|
+
5373: {
|
|
19675
|
+
name: 'Settlus Sepolia Testnet',
|
|
19676
|
+
chain: 'ETH',
|
|
19677
|
+
rpc: [],
|
|
19678
|
+
faucets: [],
|
|
19679
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
19680
|
+
infoURL: 'https://settlus.org',
|
|
19681
|
+
shortName: 'setl-sepolia',
|
|
19682
|
+
chainId: 5373,
|
|
19683
|
+
networkId: 5373,
|
|
19684
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
19685
|
+
status: 'incubating'
|
|
19686
|
+
},
|
|
19368
19687
|
5424: {
|
|
19369
19688
|
name: 'edeXa Mainnet',
|
|
19370
19689
|
chain: 'edeXa Network',
|
|
@@ -22295,6 +22614,11 @@ exports.chains = {
|
|
|
22295
22614
|
url: 'https://base.dex.guru',
|
|
22296
22615
|
icon: 'dexguru',
|
|
22297
22616
|
standard: 'EIP3091'
|
|
22617
|
+
},
|
|
22618
|
+
{
|
|
22619
|
+
name: 'Routescan',
|
|
22620
|
+
url: 'https://base.superscan.network',
|
|
22621
|
+
standard: 'EIP3091'
|
|
22298
22622
|
}
|
|
22299
22623
|
],
|
|
22300
22624
|
status: 'active',
|
|
@@ -25710,8 +26034,8 @@ exports.chains = {
|
|
|
25710
26034
|
iconURL: 'https://ipfs.io/ipfs/QmVz2jPdp5vXo4mJVuTXLmwcfQsw3XVojkmochPckvCowz'
|
|
25711
26035
|
},
|
|
25712
26036
|
14149: {
|
|
25713
|
-
name: 'Bitharvest
|
|
25714
|
-
chain: 'Bitharvest
|
|
26037
|
+
name: 'Bitharvest Chain Mainnet',
|
|
26038
|
+
chain: 'Bitharvest Chain Mainnet',
|
|
25715
26039
|
rpc: ['https://rpc.bthscan.io/'],
|
|
25716
26040
|
features: [{ name: 'EIP1559' }],
|
|
25717
26041
|
faucets: [],
|
|
@@ -26642,6 +26966,26 @@ exports.chains = {
|
|
|
26642
26966
|
],
|
|
26643
26967
|
iconURL: 'https://ipfs.io/ipfs/QmdGCthKA11K9kCZJdbTP5WPAyq1wiRZ3REn6KG58MrWaE'
|
|
26644
26968
|
},
|
|
26969
|
+
18880: {
|
|
26970
|
+
name: 'EXPchain Testnet',
|
|
26971
|
+
chain: 'EXPCHAIN',
|
|
26972
|
+
rpc: ['https://rpc1-testnet.expchain.ai'],
|
|
26973
|
+
faucets: [],
|
|
26974
|
+
nativeCurrency: { name: 'tZKJ', symbol: 'tZKJ', decimals: 18 },
|
|
26975
|
+
infoURL: 'https://expchain.ai',
|
|
26976
|
+
shortName: 'expchain',
|
|
26977
|
+
chainId: 18880,
|
|
26978
|
+
networkId: 18880,
|
|
26979
|
+
icon: 'expchain',
|
|
26980
|
+
explorers: [
|
|
26981
|
+
{
|
|
26982
|
+
name: 'EXPchain Testnet Explorer',
|
|
26983
|
+
url: 'https://blockscout-testnet.expchain.ai',
|
|
26984
|
+
standard: 'EIP3091'
|
|
26985
|
+
}
|
|
26986
|
+
],
|
|
26987
|
+
iconURL: 'https://ipfs.io/ipfs/QmUf9AtP2ZjQFvE8V4UV5RXQJkfUrCAh4tyY7ZHesBhCMB'
|
|
26988
|
+
},
|
|
26645
26989
|
18888: {
|
|
26646
26990
|
name: 'Titan (TKX)',
|
|
26647
26991
|
chain: 'Titan (TKX)',
|
|
@@ -27136,6 +27480,19 @@ exports.chains = {
|
|
|
27136
27480
|
}
|
|
27137
27481
|
]
|
|
27138
27482
|
},
|
|
27483
|
+
21210: {
|
|
27484
|
+
name: '1Money Network Mainnet',
|
|
27485
|
+
chain: '1Money Network',
|
|
27486
|
+
rpc: ['https://mainnet.1money.network'],
|
|
27487
|
+
faucets: [],
|
|
27488
|
+
nativeCurrency: { name: 'USD1', symbol: 'USD1', decimals: 18 },
|
|
27489
|
+
features: [{ name: 'EIP155' }],
|
|
27490
|
+
infoURL: 'https://1money.com',
|
|
27491
|
+
shortName: '1money',
|
|
27492
|
+
chainId: 21210,
|
|
27493
|
+
networkId: 21210,
|
|
27494
|
+
explorers: []
|
|
27495
|
+
},
|
|
27139
27496
|
21223: {
|
|
27140
27497
|
name: 'DCpay Mainnet',
|
|
27141
27498
|
chain: 'DCpay',
|
|
@@ -27958,7 +28315,7 @@ exports.chains = {
|
|
|
27958
28315
|
networkId: 28882,
|
|
27959
28316
|
explorers: [
|
|
27960
28317
|
{
|
|
27961
|
-
name: '
|
|
28318
|
+
name: 'Routescan',
|
|
27962
28319
|
url: 'https://testnet.bobascan.com',
|
|
27963
28320
|
standard: 'none'
|
|
27964
28321
|
}
|
|
@@ -28526,6 +28883,26 @@ exports.chains = {
|
|
|
28526
28883
|
],
|
|
28527
28884
|
iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
|
|
28528
28885
|
},
|
|
28886
|
+
32770: {
|
|
28887
|
+
name: 'Zilliqa 2 EVM proto-mainnet',
|
|
28888
|
+
chain: 'ZIL',
|
|
28889
|
+
rpc: ['https://api.zq2-protomainnet.zilliqa.com'],
|
|
28890
|
+
faucets: ['https://faucet.zq2-protomainnet.zilliqa.com'],
|
|
28891
|
+
nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
|
|
28892
|
+
infoURL: 'https://www.zilliqa.com/',
|
|
28893
|
+
shortName: 'zq2-proto-mainnet',
|
|
28894
|
+
chainId: 32770,
|
|
28895
|
+
networkId: 32770,
|
|
28896
|
+
icon: 'zilliqa',
|
|
28897
|
+
explorers: [
|
|
28898
|
+
{
|
|
28899
|
+
name: 'Zilliqa 2 EVM proto-mainnet explorer',
|
|
28900
|
+
url: 'https://explorer.zq2-protomainnet.zilliqa.com',
|
|
28901
|
+
standard: 'EIP3091'
|
|
28902
|
+
}
|
|
28903
|
+
],
|
|
28904
|
+
iconURL: 'https://ipfs.io/ipfs/QmTREXNgGtUhSoxFsrkhTe5LUnDBTKL5byaX8kpET6UuKp'
|
|
28905
|
+
},
|
|
28529
28906
|
32990: {
|
|
28530
28907
|
name: 'Zilliqa EVM Isolated Server',
|
|
28531
28908
|
chain: 'ZIL',
|
|
@@ -28810,7 +29187,8 @@ exports.chains = {
|
|
|
28810
29187
|
name: 'modescout',
|
|
28811
29188
|
url: 'https://explorer.mode.network',
|
|
28812
29189
|
standard: 'none'
|
|
28813
|
-
}
|
|
29190
|
+
},
|
|
29191
|
+
{ name: 'Routescan', url: 'https://modescan.io', standard: 'none' }
|
|
28814
29192
|
],
|
|
28815
29193
|
iconURL: 'https://ipfs.io/ipfs/bafkreidi5y7afj5z4xrz7uz5rkg2mcsv2p2n4ui4g7q4k4ecdz65i2agou'
|
|
28816
29194
|
},
|
|
@@ -29089,20 +29467,20 @@ exports.chains = {
|
|
|
29089
29467
|
]
|
|
29090
29468
|
},
|
|
29091
29469
|
41923: {
|
|
29092
|
-
name: '
|
|
29093
|
-
chain: '
|
|
29470
|
+
name: 'EDU Chain',
|
|
29471
|
+
chain: 'EDU Chain',
|
|
29094
29472
|
icon: 'occ-mainnet',
|
|
29095
29473
|
rpc: ['https://rpc.edu-chain.raas.gelato.cloud'],
|
|
29096
29474
|
faucets: ['https://bridge.gelato.network/bridge/edu-chain'],
|
|
29097
29475
|
nativeCurrency: { name: 'EDU', symbol: 'EDU', decimals: 18 },
|
|
29098
29476
|
infoURL: 'https://raas.gelato.network/rollups/details/public/edu-chain',
|
|
29099
|
-
shortName: '
|
|
29477
|
+
shortName: 'edu-chain',
|
|
29100
29478
|
chainId: 41923,
|
|
29101
29479
|
networkId: 41923,
|
|
29102
29480
|
explorers: [
|
|
29103
29481
|
{
|
|
29104
|
-
name: '
|
|
29105
|
-
url: 'https://
|
|
29482
|
+
name: 'EDU Chain',
|
|
29483
|
+
url: 'https://educhain.blockscout.com',
|
|
29106
29484
|
icon: 'occ-mainnet',
|
|
29107
29485
|
standard: 'none'
|
|
29108
29486
|
}
|
|
@@ -29474,14 +29852,19 @@ exports.chains = {
|
|
|
29474
29852
|
slip44: 1,
|
|
29475
29853
|
explorers: [
|
|
29476
29854
|
{
|
|
29477
|
-
name: '
|
|
29855
|
+
name: 'Etherscan',
|
|
29478
29856
|
url: 'https://testnet.snowscan.xyz',
|
|
29479
29857
|
standard: 'EIP3091'
|
|
29480
29858
|
},
|
|
29481
29859
|
{
|
|
29482
|
-
name: '
|
|
29860
|
+
name: 'Routescan',
|
|
29483
29861
|
url: 'https://testnet.snowtrace.io',
|
|
29484
29862
|
standard: 'EIP3091'
|
|
29863
|
+
},
|
|
29864
|
+
{
|
|
29865
|
+
name: 'Avascan',
|
|
29866
|
+
url: 'https://testnet.avascan.info',
|
|
29867
|
+
standard: 'EIP3091'
|
|
29485
29868
|
}
|
|
29486
29869
|
],
|
|
29487
29870
|
iconURL: 'https://ipfs.io/ipfs/QmRALA5qvQBRwWre8ofuhCbr3wxVmPS3kGetRR9uJqbqqe'
|
|
@@ -29505,14 +29888,19 @@ exports.chains = {
|
|
|
29505
29888
|
slip44: 9005,
|
|
29506
29889
|
explorers: [
|
|
29507
29890
|
{
|
|
29508
|
-
name: '
|
|
29891
|
+
name: 'Etherscan',
|
|
29509
29892
|
url: 'https://snowscan.xyz',
|
|
29510
29893
|
standard: 'EIP3091'
|
|
29511
29894
|
},
|
|
29512
29895
|
{
|
|
29513
|
-
name: '
|
|
29896
|
+
name: 'Routescan',
|
|
29514
29897
|
url: 'https://snowtrace.io',
|
|
29515
29898
|
standard: 'EIP3091'
|
|
29899
|
+
},
|
|
29900
|
+
{
|
|
29901
|
+
name: 'Avascan',
|
|
29902
|
+
url: 'https://avascan.info',
|
|
29903
|
+
standard: 'EIP3091'
|
|
29516
29904
|
}
|
|
29517
29905
|
],
|
|
29518
29906
|
iconURL: 'https://ipfs.io/ipfs/QmRALA5qvQBRwWre8ofuhCbr3wxVmPS3kGetRR9uJqbqqe'
|
|
@@ -29541,6 +29929,37 @@ exports.chains = {
|
|
|
29541
29929
|
}
|
|
29542
29930
|
]
|
|
29543
29931
|
},
|
|
29932
|
+
43521: {
|
|
29933
|
+
name: 'Formicarium',
|
|
29934
|
+
title: 'MemeCore Testnet Formicarium',
|
|
29935
|
+
chain: 'MemeCore',
|
|
29936
|
+
icon: 'memecore',
|
|
29937
|
+
rpc: [
|
|
29938
|
+
'https://rpc.formicarium.memecore.net',
|
|
29939
|
+
'wss://ws.formicarium.memecore.net'
|
|
29940
|
+
],
|
|
29941
|
+
faucets: ['https://faucet.memecore.com/formicarium'],
|
|
29942
|
+
nativeCurrency: { name: 'Formicarium M', symbol: 'M', decimals: 18 },
|
|
29943
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
29944
|
+
infoURL: 'https://memecore.com',
|
|
29945
|
+
shortName: 'form',
|
|
29946
|
+
chainId: 43521,
|
|
29947
|
+
networkId: 43521,
|
|
29948
|
+
slip44: 1,
|
|
29949
|
+
explorers: [
|
|
29950
|
+
{
|
|
29951
|
+
name: 'OKX-Formicarium',
|
|
29952
|
+
url: 'https://www.okx.com/web3/explorer/formicarium-testnet',
|
|
29953
|
+
standard: 'EIP3091'
|
|
29954
|
+
},
|
|
29955
|
+
{
|
|
29956
|
+
name: 'MemeCoreScan-Formicarium',
|
|
29957
|
+
url: 'https://formicarium.memecorescan.io',
|
|
29958
|
+
standard: 'EIP3091'
|
|
29959
|
+
}
|
|
29960
|
+
],
|
|
29961
|
+
iconURL: 'https://ipfs.io/ipfs/QmX2DPJqHjMRUYD4CMpXBDBpqa3p8c4DkE4iiHtcxBJe3i'
|
|
29962
|
+
},
|
|
29544
29963
|
43851: {
|
|
29545
29964
|
name: 'ZKFair Testnet',
|
|
29546
29965
|
chain: 'ETH',
|
|
@@ -30034,7 +30453,7 @@ exports.chains = {
|
|
|
30034
30453
|
50104: {
|
|
30035
30454
|
name: 'Sophon',
|
|
30036
30455
|
chain: 'Sophon',
|
|
30037
|
-
rpc: ['https://rpc.sophon.xyz'],
|
|
30456
|
+
rpc: ['https://rpc.sophon.xyz', 'wss://rpc.sophon.xyz/ws'],
|
|
30038
30457
|
nativeCurrency: { name: 'Sophon', symbol: 'SOPH', decimals: 18 },
|
|
30039
30458
|
faucets: [],
|
|
30040
30459
|
infoURL: '',
|
|
@@ -30048,7 +30467,33 @@ exports.chains = {
|
|
|
30048
30467
|
icon: 'sophon-testnet',
|
|
30049
30468
|
standard: 'none'
|
|
30050
30469
|
}
|
|
30051
|
-
]
|
|
30470
|
+
],
|
|
30471
|
+
parent: {
|
|
30472
|
+
type: 'L2',
|
|
30473
|
+
chain: 'eip155-1',
|
|
30474
|
+
bridges: [{ url: 'https://portal.sophon.xyz/bridge' }]
|
|
30475
|
+
}
|
|
30476
|
+
},
|
|
30477
|
+
50341: {
|
|
30478
|
+
name: 'Reddio Devnet',
|
|
30479
|
+
title: 'Reddio Sepolia L2 Rollup Devnet',
|
|
30480
|
+
chain: 'ETH',
|
|
30481
|
+
rpc: ['https://reddio-dev.reddio.com'],
|
|
30482
|
+
faucets: [],
|
|
30483
|
+
nativeCurrency: { name: 'Red', symbol: 'RED', decimals: 18 },
|
|
30484
|
+
infoURL: 'https://www.reddio.com',
|
|
30485
|
+
shortName: 'reddio-devnet',
|
|
30486
|
+
chainId: 50341,
|
|
30487
|
+
networkId: 50341,
|
|
30488
|
+
slip44: 1,
|
|
30489
|
+
explorers: [
|
|
30490
|
+
{
|
|
30491
|
+
name: 'L2scan',
|
|
30492
|
+
url: 'https://reddio-devnet.l2scan.co',
|
|
30493
|
+
standard: 'EIP3091'
|
|
30494
|
+
}
|
|
30495
|
+
],
|
|
30496
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
30052
30497
|
},
|
|
30053
30498
|
50888: {
|
|
30054
30499
|
name: 'Erbie Mainnet',
|
|
@@ -30139,6 +30584,27 @@ exports.chains = {
|
|
|
30139
30584
|
],
|
|
30140
30585
|
iconURL: 'https://ipfs.io/ipfs/QmVgFqXA3kkCrVYGcWFF7Mhx8JUSe9vSCauNamuKWSvCym'
|
|
30141
30586
|
},
|
|
30587
|
+
52225: {
|
|
30588
|
+
name: 'Cytonic Testnet',
|
|
30589
|
+
chain: 'Cytonic',
|
|
30590
|
+
rpc: ['http://rpc.sl.testnet.cytonic.com'],
|
|
30591
|
+
faucets: [],
|
|
30592
|
+
nativeCurrency: { name: 'Cytonic', symbol: 'CCC', decimals: 18 },
|
|
30593
|
+
infoURL: 'https://cytonic.com',
|
|
30594
|
+
shortName: 'CTS',
|
|
30595
|
+
chainId: 52225,
|
|
30596
|
+
networkId: 52225,
|
|
30597
|
+
icon: 'cytonic_l1',
|
|
30598
|
+
explorers: [
|
|
30599
|
+
{
|
|
30600
|
+
name: 'blockscout',
|
|
30601
|
+
url: 'https://explorer.sl.testnet.cytonic.com',
|
|
30602
|
+
icon: 'cytonic_l1',
|
|
30603
|
+
standard: 'EIP3091'
|
|
30604
|
+
}
|
|
30605
|
+
],
|
|
30606
|
+
iconURL: 'https://ipfs.io/ipfs/QmWASoRS8k7YspDLiwz5xfpusBtqHwy5hR5B9NynGx8HGt'
|
|
30607
|
+
},
|
|
30142
30608
|
53277: {
|
|
30143
30609
|
name: 'DOID',
|
|
30144
30610
|
chain: 'DOID',
|
|
@@ -30569,6 +31035,28 @@ exports.chains = {
|
|
|
30569
31035
|
}
|
|
30570
31036
|
]
|
|
30571
31037
|
},
|
|
31038
|
+
57054: {
|
|
31039
|
+
name: 'Sonic Blaze Testnet',
|
|
31040
|
+
chain: 'blaze-testnet',
|
|
31041
|
+
rpc: ['https://rpc.blaze.soniclabs.com'],
|
|
31042
|
+
faucets: ['https://blaze.soniclabs.com/account'],
|
|
31043
|
+
nativeCurrency: { name: 'Sonic', symbol: 'S', decimals: 18 },
|
|
31044
|
+
features: [{ name: 'EIP155' }],
|
|
31045
|
+
infoURL: 'https://blaze.soniclabs.com',
|
|
31046
|
+
shortName: 'blaze',
|
|
31047
|
+
chainId: 57054,
|
|
31048
|
+
networkId: 57054,
|
|
31049
|
+
icon: 'sonic',
|
|
31050
|
+
explorers: [
|
|
31051
|
+
{
|
|
31052
|
+
name: 'sonic blaze testnet',
|
|
31053
|
+
url: 'https://explorer.blaze.soniclabs.com',
|
|
31054
|
+
icon: 'sonic',
|
|
31055
|
+
standard: 'none'
|
|
31056
|
+
}
|
|
31057
|
+
],
|
|
31058
|
+
iconURL: 'https://ipfs.io/ipfs/QmbFqQ87T3HwjF6KejNYYYMcUtc7t64FDbfkpgWchFgMpC'
|
|
31059
|
+
},
|
|
30572
31060
|
57073: {
|
|
30573
31061
|
name: 'Ink',
|
|
30574
31062
|
chain: 'ETH',
|
|
@@ -31938,6 +32426,25 @@ exports.chains = {
|
|
|
31938
32426
|
],
|
|
31939
32427
|
iconURL: 'https://ipfs.io/ipfs/QmTBszPzBeWPhjozf4TxpL2ws1NkG9yJvisx9h6MFii1zb'
|
|
31940
32428
|
},
|
|
32429
|
+
75338: {
|
|
32430
|
+
name: 'AppLayer Testnet',
|
|
32431
|
+
chain: 'AppLayer',
|
|
32432
|
+
rpc: ['https://testnet-api.applayer.com'],
|
|
32433
|
+
faucets: ['https://testnet-faucet.applayer.com'],
|
|
32434
|
+
nativeCurrency: { name: 'AppLayer', symbol: 'APPL', decimals: 18 },
|
|
32435
|
+
features: [{ name: 'EIP55' }, { name: 'EIP155' }, { name: 'EIP1559' }],
|
|
32436
|
+
infoURL: 'https://applayer.com',
|
|
32437
|
+
shortName: 'applayer-testnet',
|
|
32438
|
+
chainId: 75338,
|
|
32439
|
+
networkId: 75338,
|
|
32440
|
+
explorers: [
|
|
32441
|
+
{
|
|
32442
|
+
name: 'Applayer Testnet Explorer',
|
|
32443
|
+
url: 'https://testnet-explorer.applayer.com',
|
|
32444
|
+
standard: 'EIP3091'
|
|
32445
|
+
}
|
|
32446
|
+
]
|
|
32447
|
+
},
|
|
31941
32448
|
75512: {
|
|
31942
32449
|
name: 'GEEK Verse Mainnet',
|
|
31943
32450
|
chain: 'GEEK',
|
|
@@ -32986,6 +33493,27 @@ exports.chains = {
|
|
|
32986
33493
|
],
|
|
32987
33494
|
iconURL: 'https://ipfs.io/ipfs/QmYV5xUVZhHRzLy7ie9D8qZeygJHvNZZAxwnB9GXYy6EED'
|
|
32988
33495
|
},
|
|
33496
|
+
88899: {
|
|
33497
|
+
name: 'Unite',
|
|
33498
|
+
chain: 'UNITE',
|
|
33499
|
+
rpc: ['https://unite-mainnet.g.alchemy.com/public'],
|
|
33500
|
+
faucets: [],
|
|
33501
|
+
nativeCurrency: { name: 'Unite', symbol: 'UNITE', decimals: 18 },
|
|
33502
|
+
infoURL: 'https://unite.io',
|
|
33503
|
+
shortName: 'unite',
|
|
33504
|
+
chainId: 88899,
|
|
33505
|
+
networkId: 88899,
|
|
33506
|
+
status: 'active',
|
|
33507
|
+
icon: 'unite',
|
|
33508
|
+
explorers: [
|
|
33509
|
+
{
|
|
33510
|
+
name: 'Unite Explorer',
|
|
33511
|
+
url: 'https://unite-mainnet.explorer.alchemy.com',
|
|
33512
|
+
standard: 'EIP3091'
|
|
33513
|
+
}
|
|
33514
|
+
],
|
|
33515
|
+
iconURL: 'https://ipfs.io/ipfs/QmajJp6gbZbTMNm5NjGFMv9gYKzDJsW4vVxTECu8NzGXa2'
|
|
33516
|
+
},
|
|
32989
33517
|
90001: {
|
|
32990
33518
|
name: 'F(x)Core Testnet Network',
|
|
32991
33519
|
chain: 'Fxcore',
|
|
@@ -33223,6 +33751,56 @@ exports.chains = {
|
|
|
33223
33751
|
}
|
|
33224
33752
|
]
|
|
33225
33753
|
},
|
|
33754
|
+
96368: {
|
|
33755
|
+
name: 'Lux Testnet',
|
|
33756
|
+
chain: 'Lux',
|
|
33757
|
+
icon: 'lux',
|
|
33758
|
+
rpc: ['https://api.lux-test.network'],
|
|
33759
|
+
faucets: ['https://faucet.lux-test.network'],
|
|
33760
|
+
nativeCurrency: { name: 'tLux', symbol: 'tLUX', decimals: 18 },
|
|
33761
|
+
infoURL: 'https://lux.network',
|
|
33762
|
+
shortName: 'tlux',
|
|
33763
|
+
chainId: 96368,
|
|
33764
|
+
networkId: 96368,
|
|
33765
|
+
explorers: [
|
|
33766
|
+
{
|
|
33767
|
+
name: 'Lux Network Explorer',
|
|
33768
|
+
url: 'https://explore.lux.network',
|
|
33769
|
+
standard: 'EIP3091'
|
|
33770
|
+
},
|
|
33771
|
+
{
|
|
33772
|
+
name: 'Lux Network Explorer',
|
|
33773
|
+
url: 'https://explore.lux-test.network',
|
|
33774
|
+
standard: 'EIP3091'
|
|
33775
|
+
}
|
|
33776
|
+
],
|
|
33777
|
+
iconURL: 'https://ipfs.io/ipfs/QmSjXJFpVAEdstq5JiUKciokm9fCwqS7Z9fg6M1XBdpePe'
|
|
33778
|
+
},
|
|
33779
|
+
96369: {
|
|
33780
|
+
name: 'Lux Mainnet',
|
|
33781
|
+
chain: 'Lux',
|
|
33782
|
+
icon: 'lux',
|
|
33783
|
+
rpc: ['https://api.lux.network'],
|
|
33784
|
+
faucets: ['https://faucet.lux-test.network'],
|
|
33785
|
+
nativeCurrency: { name: 'Lux', symbol: 'LUX', decimals: 18 },
|
|
33786
|
+
infoURL: 'https://lux.network',
|
|
33787
|
+
shortName: 'lux',
|
|
33788
|
+
chainId: 96369,
|
|
33789
|
+
networkId: 96369,
|
|
33790
|
+
explorers: [
|
|
33791
|
+
{
|
|
33792
|
+
name: 'Lux Network Explorer',
|
|
33793
|
+
url: 'https://explore.lux.network',
|
|
33794
|
+
standard: 'EIP3091'
|
|
33795
|
+
},
|
|
33796
|
+
{
|
|
33797
|
+
name: 'Lux Network Explorer',
|
|
33798
|
+
url: 'https://explore.lux-test.network',
|
|
33799
|
+
standard: 'EIP3091'
|
|
33800
|
+
}
|
|
33801
|
+
],
|
|
33802
|
+
iconURL: 'https://ipfs.io/ipfs/QmSjXJFpVAEdstq5JiUKciokm9fCwqS7Z9fg6M1XBdpePe'
|
|
33803
|
+
},
|
|
33226
33804
|
96970: {
|
|
33227
33805
|
name: 'Mantis Testnet (Hexapod)',
|
|
33228
33806
|
chain: 'Mantis',
|
|
@@ -34387,6 +34965,24 @@ exports.chains = {
|
|
|
34387
34965
|
],
|
|
34388
34966
|
iconURL: 'https://ipfs.io/ipfs/QmeHNYUx6n8CjUFSLWNT17oAtDYrUq6r8buyvGCUBXCJw6'
|
|
34389
34967
|
},
|
|
34968
|
+
124832: {
|
|
34969
|
+
name: 'Mitosis Testnet',
|
|
34970
|
+
chain: 'Mitosis Testnet',
|
|
34971
|
+
rpc: ['https://rpc.testnet.mitosis.org'],
|
|
34972
|
+
faucets: ['https://testnet.mitosis.org/faucet'],
|
|
34973
|
+
nativeCurrency: { name: 'MITO', symbol: 'MITO', decimals: 18 },
|
|
34974
|
+
infoURL: 'https://mitosis.org',
|
|
34975
|
+
shortName: 'mitosis-testnet',
|
|
34976
|
+
chainId: 124832,
|
|
34977
|
+
networkId: 124832,
|
|
34978
|
+
explorers: [
|
|
34979
|
+
{
|
|
34980
|
+
name: 'mitosis testnet explorer',
|
|
34981
|
+
url: 'https://testnet.mitosiscan.xyz',
|
|
34982
|
+
standard: 'EIP3091'
|
|
34983
|
+
}
|
|
34984
|
+
]
|
|
34985
|
+
},
|
|
34390
34986
|
128123: {
|
|
34391
34987
|
name: 'Etherlink Testnet',
|
|
34392
34988
|
chain: 'Etherlink',
|
|
@@ -34495,14 +35091,14 @@ exports.chains = {
|
|
|
34495
35091
|
iconURL: 'https://ipfs.io/ipfs/QmPsxWMvnxnZ9dZcRJJMaE24o34dQsnsAMCJh3kVDrE1aB'
|
|
34496
35092
|
},
|
|
34497
35093
|
141491: {
|
|
34498
|
-
name: 'Bitharvest
|
|
34499
|
-
chain: 'Bitharvest
|
|
35094
|
+
name: 'Bitharvest Chain Testnet',
|
|
35095
|
+
chain: 'Bitharvest Chain Testnet',
|
|
34500
35096
|
rpc: ['https://rpc-testnet.bthscan.io/'],
|
|
34501
35097
|
features: [{ name: 'EIP1559' }],
|
|
34502
35098
|
faucets: [],
|
|
34503
35099
|
nativeCurrency: {
|
|
34504
35100
|
name: 'Bitharvest Testnet Native Token',
|
|
34505
|
-
symbol: '
|
|
35101
|
+
symbol: 'BTH',
|
|
34506
35102
|
decimals: 18
|
|
34507
35103
|
},
|
|
34508
35104
|
infoURL: '',
|
|
@@ -34652,6 +35248,11 @@ exports.chains = {
|
|
|
34652
35248
|
name: 'etherscan',
|
|
34653
35249
|
url: 'https://taikoscan.io',
|
|
34654
35250
|
standard: 'EIP3091'
|
|
35251
|
+
},
|
|
35252
|
+
{
|
|
35253
|
+
name: 'Routescan',
|
|
35254
|
+
url: 'https://taikoexplorer.com',
|
|
35255
|
+
standard: 'EIP3091'
|
|
34655
35256
|
}
|
|
34656
35257
|
],
|
|
34657
35258
|
iconURL: 'https://ipfs.io/ipfs/QmcHdmVr5VRUJq13jnM6tgah5Ge7hn3Dm14eY6vwivJ5ui'
|
|
@@ -34780,8 +35381,8 @@ exports.chains = {
|
|
|
34780
35381
|
standard: 'EIP3091'
|
|
34781
35382
|
},
|
|
34782
35383
|
{
|
|
34783
|
-
name: '
|
|
34784
|
-
url: 'https://hekla.
|
|
35384
|
+
name: 'Routescan',
|
|
35385
|
+
url: 'https://hekla.taikoexplorer.com',
|
|
34785
35386
|
standard: 'EIP3091'
|
|
34786
35387
|
}
|
|
34787
35388
|
],
|
|
@@ -34819,6 +35420,27 @@ exports.chains = {
|
|
|
34819
35420
|
chainId: 171000,
|
|
34820
35421
|
networkId: 171000
|
|
34821
35422
|
},
|
|
35423
|
+
171717: {
|
|
35424
|
+
name: 'Wadzchain Mainnet',
|
|
35425
|
+
title: 'Wadzchain Mainnet',
|
|
35426
|
+
chain: 'Wadzchain-Mainnet',
|
|
35427
|
+
icon: 'wadz',
|
|
35428
|
+
rpc: ['https://rpc.wadzchain.io'],
|
|
35429
|
+
faucets: [],
|
|
35430
|
+
nativeCurrency: { name: 'WadzChain Token', symbol: 'WCO', decimals: 18 },
|
|
35431
|
+
infoURL: 'https://www.wadzchain-network.io',
|
|
35432
|
+
shortName: 'wadzchain-mainnet',
|
|
35433
|
+
chainId: 171717,
|
|
35434
|
+
networkId: 171717,
|
|
35435
|
+
explorers: [
|
|
35436
|
+
{
|
|
35437
|
+
name: 'Wadzchain Mainnet Explorer',
|
|
35438
|
+
url: 'https://scan.wadzchain.io',
|
|
35439
|
+
standard: 'EIP3091'
|
|
35440
|
+
}
|
|
35441
|
+
],
|
|
35442
|
+
iconURL: 'https://ipfs.io/ipfs/QmRBVFviqdhyarkTAxrnq2r2em6dJXCzpNxZL4yaXPbLou'
|
|
35443
|
+
},
|
|
34822
35444
|
175177: {
|
|
34823
35445
|
name: 'Chronicle - Lit Protocol Testnet',
|
|
34824
35446
|
chain: 'LPC',
|
|
@@ -34989,6 +35611,31 @@ exports.chains = {
|
|
|
34989
35611
|
],
|
|
34990
35612
|
iconURL: 'https://ipfs.io/ipfs/QmdoUtvHDybu5ppYBZT8BMRp6AqByVSoQs8nFwKbaS55jd'
|
|
34991
35613
|
},
|
|
35614
|
+
200200: {
|
|
35615
|
+
name: 'Zoo Mainnet',
|
|
35616
|
+
chain: 'Zoo',
|
|
35617
|
+
icon: 'zoo',
|
|
35618
|
+
rpc: ['https://api.zoo.network'],
|
|
35619
|
+
faucets: ['https://faucet.zoo-test.network'],
|
|
35620
|
+
nativeCurrency: { name: 'Zoo', symbol: 'ZOO', decimals: 18 },
|
|
35621
|
+
infoURL: 'https://zoo.network',
|
|
35622
|
+
shortName: 'zoo',
|
|
35623
|
+
chainId: 200200,
|
|
35624
|
+
networkId: 200200,
|
|
35625
|
+
explorers: [
|
|
35626
|
+
{
|
|
35627
|
+
name: 'Zoo Network Explorer',
|
|
35628
|
+
url: 'https://explore.zoo.network',
|
|
35629
|
+
standard: 'EIP3091'
|
|
35630
|
+
},
|
|
35631
|
+
{
|
|
35632
|
+
name: 'Zoo Network Explorer',
|
|
35633
|
+
url: 'https://explore.zoo-test.network',
|
|
35634
|
+
standard: 'EIP3091'
|
|
35635
|
+
}
|
|
35636
|
+
],
|
|
35637
|
+
iconURL: 'https://ipfs.io/ipfs/QmUXemD3eYrWLeFNadHtz6WbCMVs5xX5knuu71sEKhPMgA'
|
|
35638
|
+
},
|
|
34992
35639
|
200202: {
|
|
34993
35640
|
name: 'Milkomeda A1 Testnet',
|
|
34994
35641
|
chain: 'milkTAlgo',
|
|
@@ -36149,7 +36796,7 @@ exports.chains = {
|
|
|
36149
36796
|
},
|
|
36150
36797
|
327126: {
|
|
36151
36798
|
name: 'WABA Chain Testnet',
|
|
36152
|
-
chain: 'WABA
|
|
36799
|
+
chain: 'WABA Mainnet',
|
|
36153
36800
|
icon: 'waba',
|
|
36154
36801
|
rpc: ['https://rpc.wabaworld.com'],
|
|
36155
36802
|
faucets: [],
|
|
@@ -37341,6 +37988,27 @@ exports.chains = {
|
|
|
37341
37988
|
parent: { type: 'L2', chain: 'eip155-1' },
|
|
37342
37989
|
iconURL: 'https://ipfs.io/ipfs/QmV8Ks2Bikdy3VejY1YRAoucB5nifVocBhG7GJqfGmZuF3'
|
|
37343
37990
|
},
|
|
37991
|
+
621847: {
|
|
37992
|
+
name: 'DJT Testnet',
|
|
37993
|
+
chain: 'DJT',
|
|
37994
|
+
icon: 'djt',
|
|
37995
|
+
rpc: ['https://testnet-rpc.trumpchain.io'],
|
|
37996
|
+
faucets: [],
|
|
37997
|
+
nativeCurrency: { name: 'TrumpChain', symbol: 'DJT', decimals: 18 },
|
|
37998
|
+
infoURL: 'https://testnet-explorer.trumpchain.io',
|
|
37999
|
+
shortName: 'DJT',
|
|
38000
|
+
chainId: 621847,
|
|
38001
|
+
networkId: 621847,
|
|
38002
|
+
explorers: [
|
|
38003
|
+
{
|
|
38004
|
+
name: 'DJT Testnet Explorer',
|
|
38005
|
+
url: 'https://testnet-explorer.trumpchain.io',
|
|
38006
|
+
icon: 'djt',
|
|
38007
|
+
standard: 'EIP3091'
|
|
38008
|
+
}
|
|
38009
|
+
],
|
|
38010
|
+
iconURL: 'https://ipfs.io/ipfs/QmVCjy8yDeqWHFRNV2CaB82cLheVp37RdVGjwAxxjKqD5L'
|
|
38011
|
+
},
|
|
37344
38012
|
622277: {
|
|
37345
38013
|
name: 'Hypra Mainnet',
|
|
37346
38014
|
chain: 'HYP',
|
|
@@ -37461,8 +38129,8 @@ exports.chains = {
|
|
|
37461
38129
|
iconURL: 'https://ipfs.io/ipfs/bafkreibqe2mgiqezi24sx272kunqt6pv7uzxhpkxuobvpbsptce3q6nn5i'
|
|
37462
38130
|
},
|
|
37463
38131
|
656476: {
|
|
37464
|
-
name: '
|
|
37465
|
-
chain: '
|
|
38132
|
+
name: 'EDU Chain Testnet',
|
|
38133
|
+
chain: 'EDU Chain Testnet',
|
|
37466
38134
|
icon: 'open-campus-codex',
|
|
37467
38135
|
rpc: ['https://rpc.open-campus-codex.gelato.digital'],
|
|
37468
38136
|
faucets: [],
|
|
@@ -37474,7 +38142,7 @@ exports.chains = {
|
|
|
37474
38142
|
explorers: [
|
|
37475
38143
|
{
|
|
37476
38144
|
name: 'Open Campus Codex',
|
|
37477
|
-
url: 'https://
|
|
38145
|
+
url: 'https://edu-chain-testnet.blockscout.com',
|
|
37478
38146
|
icon: 'open-campus-codex',
|
|
37479
38147
|
standard: 'none'
|
|
37480
38148
|
}
|
|
@@ -38241,6 +38909,25 @@ exports.chains = {
|
|
|
38241
38909
|
networkId: 888888,
|
|
38242
38910
|
slip44: 60
|
|
38243
38911
|
},
|
|
38912
|
+
888991: {
|
|
38913
|
+
name: 'Unite Testnet',
|
|
38914
|
+
chain: 'UNITE',
|
|
38915
|
+
rpc: ['https://unite-testnet.g.alchemy.com/public'],
|
|
38916
|
+
faucets: [],
|
|
38917
|
+
nativeCurrency: { name: 'Testnet Unite', symbol: 'UNITE', decimals: 18 },
|
|
38918
|
+
infoURL: 'https://unite.io',
|
|
38919
|
+
shortName: 'unitetestnet',
|
|
38920
|
+
chainId: 888991,
|
|
38921
|
+
networkId: 888991,
|
|
38922
|
+
status: 'active',
|
|
38923
|
+
explorers: [
|
|
38924
|
+
{
|
|
38925
|
+
name: 'Unite Testnet Explorer',
|
|
38926
|
+
url: 'https://unite-testnet.explorer.alchemy.com',
|
|
38927
|
+
standard: 'EIP3091'
|
|
38928
|
+
}
|
|
38929
|
+
]
|
|
38930
|
+
},
|
|
38244
38931
|
900000: {
|
|
38245
38932
|
name: 'Posichain Mainnet Shard 0',
|
|
38246
38933
|
chain: 'PSC',
|
|
@@ -38325,6 +39012,21 @@ exports.chains = {
|
|
|
38325
39012
|
],
|
|
38326
39013
|
iconURL: 'https://ipfs.io/ipfs/QmVbzZYXdVFY3uFaWQd7iSRtdM2UKWohj9fVqqEwxcw2RV'
|
|
38327
39014
|
},
|
|
39015
|
+
918273: {
|
|
39016
|
+
name: 'Owshen Mainnet',
|
|
39017
|
+
chain: 'ETH',
|
|
39018
|
+
status: 'active',
|
|
39019
|
+
icon: 'owshen',
|
|
39020
|
+
rpc: ['https://rpc.owshen.io'],
|
|
39021
|
+
faucets: [],
|
|
39022
|
+
nativeCurrency: { name: 'DIVE', symbol: 'DIVE', decimals: 18 },
|
|
39023
|
+
infoURL: 'https://owshen.io',
|
|
39024
|
+
shortName: 'owshen-mainnet',
|
|
39025
|
+
chainId: 918273,
|
|
39026
|
+
networkId: 918273,
|
|
39027
|
+
explorers: [],
|
|
39028
|
+
iconURL: 'https://ipfs.io/ipfs/QmPraJeGkPBaJqSrFc5yfcazpK1TN5Nz8t56tYWMhXycbz'
|
|
39029
|
+
},
|
|
38328
39030
|
920000: {
|
|
38329
39031
|
name: 'Posichain Devnet Shard 0',
|
|
38330
39032
|
chain: 'PSC',
|
|
@@ -38654,6 +39356,19 @@ exports.chains = {
|
|
|
38654
39356
|
}
|
|
38655
39357
|
]
|
|
38656
39358
|
},
|
|
39359
|
+
1212101: {
|
|
39360
|
+
name: '1Money Network Testnet',
|
|
39361
|
+
chain: '1Money Testnet',
|
|
39362
|
+
rpc: ['https://testnet.1money.network'],
|
|
39363
|
+
faucets: [],
|
|
39364
|
+
nativeCurrency: { name: 'USD1', symbol: 'USD1', decimals: 18 },
|
|
39365
|
+
features: [{ name: 'EIP155' }],
|
|
39366
|
+
infoURL: 'https://1money.com',
|
|
39367
|
+
shortName: '1money-testnet',
|
|
39368
|
+
chainId: 1212101,
|
|
39369
|
+
networkId: 1212101,
|
|
39370
|
+
explorers: []
|
|
39371
|
+
},
|
|
38657
39372
|
1234567: {
|
|
38658
39373
|
name: 'Sharecle Mainnet',
|
|
38659
39374
|
chain: 'SHARECLE',
|
|
@@ -38860,6 +39575,28 @@ exports.chains = {
|
|
|
38860
39575
|
],
|
|
38861
39576
|
iconURL: 'https://ipfs.io/ipfs/QmW7ugm31MRdhjGtimzWMK5N4g5L84tSyKMpZQYk6N9KvJ'
|
|
38862
39577
|
},
|
|
39578
|
+
1501869: {
|
|
39579
|
+
name: 'Waterfall 9 Test Network',
|
|
39580
|
+
chain: 'Waterfall TestNet9',
|
|
39581
|
+
rpc: ['https://rpc.testnet9.waterfall.network'],
|
|
39582
|
+
faucets: ['https://faucet.testnet9.waterfall.network'],
|
|
39583
|
+
nativeCurrency: { name: 'WATER', symbol: 'WATER', decimals: 18 },
|
|
39584
|
+
features: [{ name: 'EIP1559' }],
|
|
39585
|
+
infoURL: 'https://waterfall.network',
|
|
39586
|
+
shortName: 'water9',
|
|
39587
|
+
chainId: 1501869,
|
|
39588
|
+
networkId: 1501869,
|
|
39589
|
+
icon: 'waterfall',
|
|
39590
|
+
explorers: [
|
|
39591
|
+
{
|
|
39592
|
+
name: 'Waterfall Explorer Testnet9',
|
|
39593
|
+
url: 'https://explorer.testnet9.waterfall.network',
|
|
39594
|
+
icon: 'waterfall',
|
|
39595
|
+
standard: 'EIP3091'
|
|
39596
|
+
}
|
|
39597
|
+
],
|
|
39598
|
+
iconURL: 'https://ipfs.io/ipfs/QmSDJPBKh9cLVL8UZ5KYwdwPyhD8bRWNb33jjt48wtu5Uc'
|
|
39599
|
+
},
|
|
38863
39600
|
1612127: {
|
|
38864
39601
|
name: 'PlayFi Albireo Testnet',
|
|
38865
39602
|
chain: 'ETH',
|
|
@@ -39518,7 +40255,11 @@ exports.chains = {
|
|
|
39518
40255
|
title: 'COTI Testnet',
|
|
39519
40256
|
chain: 'COTI',
|
|
39520
40257
|
icon: 'coti',
|
|
39521
|
-
rpc: [
|
|
40258
|
+
rpc: [
|
|
40259
|
+
'https://testnet.coti.io/rpc',
|
|
40260
|
+
'https://testnet-magnus-validator.coti.io/rpc',
|
|
40261
|
+
'https://testnet-minor-validator.coti.io/rpc'
|
|
40262
|
+
],
|
|
39522
40263
|
faucets: ['https://faucet.coti.io'],
|
|
39523
40264
|
nativeCurrency: { name: 'COTI', symbol: 'COTI', decimals: 18 },
|
|
39524
40265
|
infoURL: 'https://coti.io/',
|
|
@@ -39995,6 +40736,11 @@ exports.chains = {
|
|
|
39995
40736
|
name: 'otterscan-sepolia',
|
|
39996
40737
|
url: 'https://sepolia.otterscan.io',
|
|
39997
40738
|
standard: 'EIP3091'
|
|
40739
|
+
},
|
|
40740
|
+
{
|
|
40741
|
+
name: 'Routescan',
|
|
40742
|
+
url: 'https://11155111.testnet.routescan.io',
|
|
40743
|
+
standard: 'EIP3091'
|
|
39998
40744
|
}
|
|
39999
40745
|
]
|
|
40000
40746
|
},
|
|
@@ -40265,7 +41011,7 @@ exports.chains = {
|
|
|
40265
41011
|
chain: 'DeepBrainChain',
|
|
40266
41012
|
rpc: ['https://rpc-testnet.dbcwallet.io'],
|
|
40267
41013
|
faucets: [],
|
|
40268
|
-
nativeCurrency: { name: 'DeepBrainChain', symbol: '
|
|
41014
|
+
nativeCurrency: { name: 'DeepBrainChain', symbol: 'tDBC', decimals: 18 },
|
|
40269
41015
|
infoURL: 'https://www.deepbrainchain.org',
|
|
40270
41016
|
shortName: 'tDBC',
|
|
40271
41017
|
chainId: 19850818,
|
|
@@ -40275,7 +41021,7 @@ exports.chains = {
|
|
|
40275
41021
|
explorers: [
|
|
40276
41022
|
{
|
|
40277
41023
|
name: 'DeepBrainChain Testnet',
|
|
40278
|
-
url: 'https://
|
|
41024
|
+
url: 'https://testnet.dbcscan.io',
|
|
40279
41025
|
icon: 'dbc',
|
|
40280
41026
|
standard: 'EIP3091'
|
|
40281
41027
|
}
|
|
@@ -40297,7 +41043,7 @@ exports.chains = {
|
|
|
40297
41043
|
explorers: [
|
|
40298
41044
|
{
|
|
40299
41045
|
name: 'DeepBrainChain Mainnet',
|
|
40300
|
-
url: 'https://
|
|
41046
|
+
url: 'https://www.dbcscan.io',
|
|
40301
41047
|
icon: 'dbc',
|
|
40302
41048
|
standard: 'EIP3091'
|
|
40303
41049
|
}
|
|
@@ -40500,7 +41246,10 @@ exports.chains = {
|
|
|
40500
41246
|
21000000: {
|
|
40501
41247
|
name: 'Corn Maizenet',
|
|
40502
41248
|
chain: 'BTCN',
|
|
40503
|
-
rpc: [
|
|
41249
|
+
rpc: [
|
|
41250
|
+
'https://rpc.ankr.com/corn_maizenet',
|
|
41251
|
+
'https://maizenet-rpc.usecorn.com'
|
|
41252
|
+
],
|
|
40504
41253
|
faucets: [],
|
|
40505
41254
|
nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
|
|
40506
41255
|
infoURL: 'https://usecorn.com',
|
|
@@ -40509,11 +41258,44 @@ exports.chains = {
|
|
|
40509
41258
|
networkId: 21000000,
|
|
40510
41259
|
explorers: [
|
|
40511
41260
|
{
|
|
40512
|
-
name: 'Corn
|
|
41261
|
+
name: 'Corn Explorer',
|
|
41262
|
+
url: 'https://cornscan.io',
|
|
41263
|
+
standard: 'EIP3091'
|
|
41264
|
+
},
|
|
41265
|
+
{
|
|
41266
|
+
name: 'Corn Blockscout',
|
|
40513
41267
|
url: 'https://maizenet-explorer.usecorn.com',
|
|
40514
41268
|
standard: 'EIP3091'
|
|
40515
41269
|
}
|
|
40516
|
-
]
|
|
41270
|
+
],
|
|
41271
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
|
41272
|
+
},
|
|
41273
|
+
21000001: {
|
|
41274
|
+
name: 'Corn Testnet',
|
|
41275
|
+
chain: 'BTCN',
|
|
41276
|
+
rpc: [
|
|
41277
|
+
'https://rpc.ankr.com/corn_testnet',
|
|
41278
|
+
'https://testnet-rpc.usecorn.com'
|
|
41279
|
+
],
|
|
41280
|
+
faucets: [],
|
|
41281
|
+
nativeCurrency: { name: 'Bitcorn', symbol: 'BTCN', decimals: 18 },
|
|
41282
|
+
infoURL: 'https://usecorn.com',
|
|
41283
|
+
shortName: 'btcn-testnet',
|
|
41284
|
+
chainId: 21000001,
|
|
41285
|
+
networkId: 21000001,
|
|
41286
|
+
explorers: [
|
|
41287
|
+
{
|
|
41288
|
+
name: 'Corn Testnet Explorer',
|
|
41289
|
+
url: 'https://testnet.cornscan.io',
|
|
41290
|
+
standard: 'EIP3091'
|
|
41291
|
+
},
|
|
41292
|
+
{
|
|
41293
|
+
name: 'Corn Testnet Blockscout',
|
|
41294
|
+
url: 'https://testnet-explorer.usecorn.com',
|
|
41295
|
+
standard: 'EIP3091'
|
|
41296
|
+
}
|
|
41297
|
+
],
|
|
41298
|
+
parent: { type: 'L2', chain: 'eip155-11155111' }
|
|
40517
41299
|
},
|
|
40518
41300
|
22052002: {
|
|
40519
41301
|
name: 'Excelon Mainnet',
|
|
@@ -40708,6 +41490,28 @@ exports.chains = {
|
|
|
40708
41490
|
}
|
|
40709
41491
|
]
|
|
40710
41492
|
},
|
|
41493
|
+
33772211: {
|
|
41494
|
+
name: 'Xone Testnet',
|
|
41495
|
+
chain: 'XOC',
|
|
41496
|
+
icon: 'xone-test',
|
|
41497
|
+
rpc: ['https://rpc-testnet.xone.plus'],
|
|
41498
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
41499
|
+
faucets: [],
|
|
41500
|
+
nativeCurrency: { name: 'Xone Coin', symbol: 'XOC', decimals: 18 },
|
|
41501
|
+
infoURL: 'https://xone.plus',
|
|
41502
|
+
shortName: 'txoc',
|
|
41503
|
+
chainId: 33772211,
|
|
41504
|
+
networkId: 33772211,
|
|
41505
|
+
explorers: [
|
|
41506
|
+
{
|
|
41507
|
+
name: 'testnet-xscscan',
|
|
41508
|
+
url: 'https://testnet.xscscan.com',
|
|
41509
|
+
icon: 'testnet-xscscan',
|
|
41510
|
+
standard: 'EIP3091'
|
|
41511
|
+
}
|
|
41512
|
+
],
|
|
41513
|
+
iconURL: 'https://ipfs.io/ipfs/Qmc7tCmpb4ppXkwnbMyXbfy7eEoKAjsjWZ8ajkVXGydmyy'
|
|
41514
|
+
},
|
|
40711
41515
|
34949059: {
|
|
40712
41516
|
name: 'citronus-citro',
|
|
40713
41517
|
title: 'Citronus-Citro',
|
|
@@ -42916,6 +43720,32 @@ exports.chains = {
|
|
|
42916
43720
|
],
|
|
42917
43721
|
infoURL: 'https://xai.games'
|
|
42918
43722
|
},
|
|
43723
|
+
44474237230: {
|
|
43724
|
+
name: 'Deriw Devnet',
|
|
43725
|
+
chainId: 44474237230,
|
|
43726
|
+
shortName: 'deriw-dev',
|
|
43727
|
+
title: 'Deriw Devnet',
|
|
43728
|
+
chain: 'Deriw Devnet',
|
|
43729
|
+
networkId: 44474237230,
|
|
43730
|
+
icon: 'deriw',
|
|
43731
|
+
rpc: ['https://rpc.dev.deriw.com'],
|
|
43732
|
+
faucets: [],
|
|
43733
|
+
nativeCurrency: { name: 'Deriw', symbol: 'Der', decimals: 18 },
|
|
43734
|
+
infoURL: 'https://deriw.com',
|
|
43735
|
+
explorers: [
|
|
43736
|
+
{
|
|
43737
|
+
name: 'Deriw Explorer',
|
|
43738
|
+
url: 'https://explorer.dev.deriw.com',
|
|
43739
|
+
standard: 'EIP3091'
|
|
43740
|
+
}
|
|
43741
|
+
],
|
|
43742
|
+
parent: {
|
|
43743
|
+
type: 'L2',
|
|
43744
|
+
chain: 'eip155-421614',
|
|
43745
|
+
bridges: [{ url: 'https://bridge.arbitrum.io' }]
|
|
43746
|
+
},
|
|
43747
|
+
iconURL: 'https://ipfs.io/ipfs/Qmf3bGpAoPV6K4JLpmzDW748Toqb9WArGzYP5rMUY5P9ED'
|
|
43748
|
+
},
|
|
42919
43749
|
88153591557: {
|
|
42920
43750
|
name: 'Arbitrum Blueberry',
|
|
42921
43751
|
title: 'Arbitrum Blueberry Testnet',
|