@revoke.cash/chains 16.0.0 → 18.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 +461 -48
- package/dist/src/enums.d.ts +39 -7
- package/dist/src/enums.js +39 -7
- package/package.json +1 -1
package/dist/src/chains.js
CHANGED
|
@@ -286,7 +286,10 @@ exports.chains = {
|
|
|
286
286
|
name: 'Flare Mainnet',
|
|
287
287
|
chain: 'FLR',
|
|
288
288
|
icon: 'flare',
|
|
289
|
-
rpc: [
|
|
289
|
+
rpc: [
|
|
290
|
+
'https://flare-api.flare.network/ext/C/rpc',
|
|
291
|
+
'https://rpc.ftso.au/flare'
|
|
292
|
+
],
|
|
290
293
|
faucets: [],
|
|
291
294
|
nativeCurrency: { name: 'Flare', symbol: 'FLR', decimals: 18 },
|
|
292
295
|
infoURL: 'https://flare.xyz',
|
|
@@ -375,7 +378,8 @@ exports.chains = {
|
|
|
375
378
|
'https://songbird-api.flare.network/ext/C/rpc',
|
|
376
379
|
'https://sgb.ftso.com.au/ext/bc/C/rpc',
|
|
377
380
|
'https://sgb.lightft.so/rpc',
|
|
378
|
-
'https://sgb-rpc.ftso.eu'
|
|
381
|
+
'https://sgb-rpc.ftso.eu',
|
|
382
|
+
'https://rpc.ftso.au/songbird'
|
|
379
383
|
],
|
|
380
384
|
faucets: [],
|
|
381
385
|
nativeCurrency: { name: 'Songbird', symbol: 'SGB', decimals: 18 },
|
|
@@ -563,38 +567,46 @@ exports.chains = {
|
|
|
563
567
|
]
|
|
564
568
|
},
|
|
565
569
|
30: {
|
|
566
|
-
name: '
|
|
567
|
-
chain: '
|
|
570
|
+
name: 'Rootstock Mainnet',
|
|
571
|
+
chain: 'Rootstock',
|
|
568
572
|
rpc: ['https://public-node.rsk.co', 'https://mycrypto.rsk.co'],
|
|
569
573
|
faucets: [],
|
|
574
|
+
icon: 'rootstock',
|
|
570
575
|
nativeCurrency: { name: 'Smart Bitcoin', symbol: 'RBTC', decimals: 18 },
|
|
571
|
-
infoURL: 'https://
|
|
576
|
+
infoURL: 'https://rootstock.io',
|
|
572
577
|
shortName: 'rsk',
|
|
573
578
|
chainId: 30,
|
|
574
579
|
networkId: 30,
|
|
575
580
|
slip44: 137,
|
|
576
581
|
explorers: [
|
|
577
582
|
{
|
|
578
|
-
name: '
|
|
583
|
+
name: 'Rootstock Explorer',
|
|
579
584
|
url: 'https://explorer.rsk.co',
|
|
580
585
|
standard: 'EIP3091'
|
|
586
|
+
},
|
|
587
|
+
{
|
|
588
|
+
name: 'blockscout',
|
|
589
|
+
url: 'https://rootstock.blockscout.com',
|
|
590
|
+
icon: 'blockscout',
|
|
591
|
+
standard: 'EIP3091'
|
|
581
592
|
}
|
|
582
593
|
]
|
|
583
594
|
},
|
|
584
595
|
31: {
|
|
585
|
-
name: '
|
|
586
|
-
chain: '
|
|
596
|
+
name: 'Rootstock Testnet',
|
|
597
|
+
chain: 'Rootstock',
|
|
587
598
|
rpc: [
|
|
588
599
|
'https://public-node.testnet.rsk.co',
|
|
589
600
|
'https://mycrypto.testnet.rsk.co'
|
|
590
601
|
],
|
|
591
602
|
faucets: ['https://faucet.rsk.co/'],
|
|
603
|
+
icon: 'rootstock',
|
|
592
604
|
nativeCurrency: {
|
|
593
605
|
name: 'Testnet Smart Bitcoin',
|
|
594
606
|
symbol: 'tRBTC',
|
|
595
607
|
decimals: 18
|
|
596
608
|
},
|
|
597
|
-
infoURL: 'https://
|
|
609
|
+
infoURL: 'https://rootstock.io',
|
|
598
610
|
shortName: 'trsk',
|
|
599
611
|
chainId: 31,
|
|
600
612
|
networkId: 31,
|
|
@@ -2000,7 +2012,9 @@ exports.chains = {
|
|
|
2000
2012
|
'https://gnosis.blockpi.network/v1/rpc/public',
|
|
2001
2013
|
'https://web3endpoints.com/gnosischain-mainnet',
|
|
2002
2014
|
'https://gnosis.oat.farm',
|
|
2003
|
-
'wss://rpc.gnosischain.com/wss'
|
|
2015
|
+
'wss://rpc.gnosischain.com/wss',
|
|
2016
|
+
'https://gnosis.publicnode.com',
|
|
2017
|
+
'wss://gnosis.publicnode.com'
|
|
2004
2018
|
],
|
|
2005
2019
|
faucets: [
|
|
2006
2020
|
'https://gnosisfaucet.com',
|
|
@@ -2430,7 +2444,8 @@ exports.chains = {
|
|
|
2430
2444
|
infoURL: 'https://fuse.io/',
|
|
2431
2445
|
shortName: 'fuse',
|
|
2432
2446
|
chainId: 122,
|
|
2433
|
-
networkId: 122
|
|
2447
|
+
networkId: 122,
|
|
2448
|
+
icon: 'fuse'
|
|
2434
2449
|
},
|
|
2435
2450
|
123: {
|
|
2436
2451
|
name: 'Fuse Sparknet',
|
|
@@ -2728,6 +2743,27 @@ exports.chains = {
|
|
|
2728
2743
|
}
|
|
2729
2744
|
]
|
|
2730
2745
|
},
|
|
2746
|
+
148: {
|
|
2747
|
+
name: 'ShimmerEVM Mainnet',
|
|
2748
|
+
title: 'ShimmerEVM Mainnet',
|
|
2749
|
+
chain: 'ShimmerEVM',
|
|
2750
|
+
rpc: ['https://json-rpc.evm.shimmer.network'],
|
|
2751
|
+
faucets: [],
|
|
2752
|
+
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
|
|
2753
|
+
infoURL: 'https://shimmer.network',
|
|
2754
|
+
shortName: 'shimmerevm-mainnet',
|
|
2755
|
+
chainId: 148,
|
|
2756
|
+
networkId: 148,
|
|
2757
|
+
icon: 'shimmerevm',
|
|
2758
|
+
explorers: [
|
|
2759
|
+
{
|
|
2760
|
+
name: 'explorer',
|
|
2761
|
+
url: 'https://explorer.evm.shimmer.network',
|
|
2762
|
+
icon: 'shimmerevm',
|
|
2763
|
+
standard: 'EIP3091'
|
|
2764
|
+
}
|
|
2765
|
+
]
|
|
2766
|
+
},
|
|
2731
2767
|
150: {
|
|
2732
2768
|
name: 'Six Protocol Testnet',
|
|
2733
2769
|
chain: 'FIVENET',
|
|
@@ -3246,7 +3282,11 @@ exports.chains = {
|
|
|
3246
3282
|
204: {
|
|
3247
3283
|
name: 'opBNB Mainnet',
|
|
3248
3284
|
chain: 'opBNB',
|
|
3249
|
-
rpc: [
|
|
3285
|
+
rpc: [
|
|
3286
|
+
'https://opbnb-mainnet-rpc.bnbchain.org',
|
|
3287
|
+
'https://opbnb.publicnode.com',
|
|
3288
|
+
'wss://opbnb.publicnode.com'
|
|
3289
|
+
],
|
|
3250
3290
|
faucets: [],
|
|
3251
3291
|
nativeCurrency: {
|
|
3252
3292
|
name: 'BNB Chain Native Token',
|
|
@@ -4005,7 +4045,8 @@ exports.chains = {
|
|
|
4005
4045
|
rpc: [
|
|
4006
4046
|
'https://api.node.glif.io/',
|
|
4007
4047
|
'https://rpc.ankr.com/filecoin',
|
|
4008
|
-
'https://filecoin-mainnet.chainstacklabs.com/rpc/v1'
|
|
4048
|
+
'https://filecoin-mainnet.chainstacklabs.com/rpc/v1',
|
|
4049
|
+
'https://filfox.info/rpc/v1'
|
|
4009
4050
|
],
|
|
4010
4051
|
faucets: [],
|
|
4011
4052
|
nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
|
|
@@ -4297,7 +4338,9 @@ exports.chains = {
|
|
|
4297
4338
|
'https://rpc.pulsechain.com',
|
|
4298
4339
|
'wss://rpc.pulsechain.com',
|
|
4299
4340
|
'https://pulsechain.publicnode.com',
|
|
4300
|
-
'wss://pulsechain.publicnode.com'
|
|
4341
|
+
'wss://pulsechain.publicnode.com',
|
|
4342
|
+
'https://rpc-pulsechain.g4mm4.io',
|
|
4343
|
+
'wss://rpc-pulsechain.g4mm4.io'
|
|
4301
4344
|
],
|
|
4302
4345
|
slip44: 60,
|
|
4303
4346
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
@@ -4597,9 +4640,9 @@ exports.chains = {
|
|
|
4597
4640
|
icon: 'areon',
|
|
4598
4641
|
rpc: ['https://testnet-rpc.areon.network'],
|
|
4599
4642
|
faucets: [],
|
|
4600
|
-
nativeCurrency: { name: 'Areon', symbol: '
|
|
4643
|
+
nativeCurrency: { name: 'Areon', symbol: 'TAREA', decimals: 18 },
|
|
4601
4644
|
infoURL: 'https://areon.network',
|
|
4602
|
-
shortName: '
|
|
4645
|
+
shortName: 'tarea',
|
|
4603
4646
|
chainId: 462,
|
|
4604
4647
|
networkId: 462,
|
|
4605
4648
|
explorers: [
|
|
@@ -5321,6 +5364,26 @@ exports.chains = {
|
|
|
5321
5364
|
}
|
|
5322
5365
|
]
|
|
5323
5366
|
},
|
|
5367
|
+
710: {
|
|
5368
|
+
name: 'Highbury',
|
|
5369
|
+
chain: 'HIGHBURY',
|
|
5370
|
+
rpc: ['https://highbury.furya.io', 'https://rest.furya.io'],
|
|
5371
|
+
faucets: [],
|
|
5372
|
+
nativeCurrency: { name: 'Fury', symbol: 'FURY', decimals: 18 },
|
|
5373
|
+
infoURL: 'https://www.fury.black',
|
|
5374
|
+
shortName: 'fury',
|
|
5375
|
+
chainId: 710,
|
|
5376
|
+
networkId: 710,
|
|
5377
|
+
icon: 'highbury',
|
|
5378
|
+
explorers: [
|
|
5379
|
+
{
|
|
5380
|
+
name: 'Furya EVM Explorer',
|
|
5381
|
+
url: 'https://explorer.furya.io',
|
|
5382
|
+
standard: 'EIP3091',
|
|
5383
|
+
icon: 'highbury'
|
|
5384
|
+
}
|
|
5385
|
+
]
|
|
5386
|
+
},
|
|
5324
5387
|
719: {
|
|
5325
5388
|
name: 'Shibarium Beta',
|
|
5326
5389
|
chain: 'Shibarium',
|
|
@@ -6061,10 +6124,12 @@ exports.chains = {
|
|
|
6061
6124
|
icon: 'pulsechain',
|
|
6062
6125
|
infoURL: 'https://pulsechain.com',
|
|
6063
6126
|
rpc: [
|
|
6064
|
-
'https://rpc.v4.testnet.pulsechain.com
|
|
6065
|
-
'wss://rpc.v4.testnet.pulsechain.com
|
|
6127
|
+
'https://rpc.v4.testnet.pulsechain.com',
|
|
6128
|
+
'wss://rpc.v4.testnet.pulsechain.com',
|
|
6066
6129
|
'https://pulsechain-testnet.publicnode.com',
|
|
6067
|
-
'wss://pulsechain-testnet.publicnode.com'
|
|
6130
|
+
'wss://pulsechain-testnet.publicnode.com',
|
|
6131
|
+
'https://rpc-testnet-pulsechain.g4mm4.io',
|
|
6132
|
+
'wss://rpc-testnet-pulsechain.g4mm4.io'
|
|
6068
6133
|
],
|
|
6069
6134
|
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
6070
6135
|
faucets: ['https://faucet.v4.testnet.pulsechain.com/'],
|
|
@@ -6078,6 +6143,11 @@ exports.chains = {
|
|
|
6078
6143
|
url: 'https://scan.v4.testnet.pulsechain.com',
|
|
6079
6144
|
icon: 'blockscout',
|
|
6080
6145
|
standard: 'EIP3091'
|
|
6146
|
+
},
|
|
6147
|
+
{
|
|
6148
|
+
name: 'blockscout',
|
|
6149
|
+
url: 'https://otter-testnet-pulsechain.g4mm4.io',
|
|
6150
|
+
standard: 'EIP3091'
|
|
6081
6151
|
}
|
|
6082
6152
|
]
|
|
6083
6153
|
},
|
|
@@ -6092,6 +6162,26 @@ exports.chains = {
|
|
|
6092
6162
|
chainId: 956,
|
|
6093
6163
|
networkId: 956
|
|
6094
6164
|
},
|
|
6165
|
+
963: {
|
|
6166
|
+
name: 'BTC20 Smart Chain',
|
|
6167
|
+
chain: 'BTC20',
|
|
6168
|
+
rpc: ['https://rpc.bitcoincode.technology/'],
|
|
6169
|
+
faucets: [],
|
|
6170
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
6171
|
+
nativeCurrency: { name: 'BTCC', symbol: 'BTCC', decimals: 18 },
|
|
6172
|
+
infoURL: 'https://bitcoincode.technology',
|
|
6173
|
+
shortName: 'btc20',
|
|
6174
|
+
chainId: 963,
|
|
6175
|
+
networkId: 963,
|
|
6176
|
+
icon: 'btc20',
|
|
6177
|
+
explorers: [
|
|
6178
|
+
{
|
|
6179
|
+
name: 'blockscout',
|
|
6180
|
+
url: 'https://scan.bitcoincode.technology',
|
|
6181
|
+
standard: 'EIP3091'
|
|
6182
|
+
}
|
|
6183
|
+
]
|
|
6184
|
+
},
|
|
6095
6185
|
970: {
|
|
6096
6186
|
name: 'Oort Mainnet',
|
|
6097
6187
|
chain: 'Oort Mainnet',
|
|
@@ -6323,7 +6413,8 @@ exports.chains = {
|
|
|
6323
6413
|
{
|
|
6324
6414
|
name: 'Tectum explorer',
|
|
6325
6415
|
url: 'https://explorer.tectum.io',
|
|
6326
|
-
|
|
6416
|
+
icon: 'Tettoken256',
|
|
6417
|
+
standard: 'EIP3091'
|
|
6327
6418
|
}
|
|
6328
6419
|
]
|
|
6329
6420
|
},
|
|
@@ -6658,7 +6749,7 @@ exports.chains = {
|
|
|
6658
6749
|
shortName: 'humans',
|
|
6659
6750
|
chainId: 1089,
|
|
6660
6751
|
networkId: 1089,
|
|
6661
|
-
icon: 'humans',
|
|
6752
|
+
icon: 'humans-dark',
|
|
6662
6753
|
explorers: [
|
|
6663
6754
|
{
|
|
6664
6755
|
name: 'explorer.guru',
|
|
@@ -6721,7 +6812,7 @@ exports.chains = {
|
|
|
6721
6812
|
faucets: [],
|
|
6722
6813
|
nativeCurrency: { name: 'BLXQ', symbol: 'BLXQ', decimals: 18 },
|
|
6723
6814
|
infoURL: 'https://blx.org',
|
|
6724
|
-
shortName: '
|
|
6815
|
+
shortName: 'tblxq',
|
|
6725
6816
|
chainId: 1107,
|
|
6726
6817
|
networkId: 1107,
|
|
6727
6818
|
explorers: [
|
|
@@ -6733,6 +6824,26 @@ exports.chains = {
|
|
|
6733
6824
|
}
|
|
6734
6825
|
]
|
|
6735
6826
|
},
|
|
6827
|
+
1108: {
|
|
6828
|
+
name: 'BLXq Mainnet',
|
|
6829
|
+
chain: 'BLXQ',
|
|
6830
|
+
icon: 'blxq',
|
|
6831
|
+
rpc: ['https://mainnet.blxq.org'],
|
|
6832
|
+
faucets: [],
|
|
6833
|
+
nativeCurrency: { name: 'BLXQ', symbol: 'BLXQ', decimals: 18 },
|
|
6834
|
+
infoURL: 'https://blx.org',
|
|
6835
|
+
shortName: 'blxq',
|
|
6836
|
+
chainId: 1108,
|
|
6837
|
+
networkId: 1108,
|
|
6838
|
+
explorers: [
|
|
6839
|
+
{
|
|
6840
|
+
name: 'BLXq Explorer',
|
|
6841
|
+
url: 'https://explorer.blxq.org',
|
|
6842
|
+
icon: 'blxq',
|
|
6843
|
+
standard: 'EIP3091'
|
|
6844
|
+
}
|
|
6845
|
+
]
|
|
6846
|
+
},
|
|
6736
6847
|
1111: {
|
|
6737
6848
|
name: 'WEMIX3.0 Mainnet',
|
|
6738
6849
|
chain: 'WEMIX',
|
|
@@ -7265,7 +7376,12 @@ exports.chains = {
|
|
|
7265
7376
|
1284: {
|
|
7266
7377
|
name: 'Moonbeam',
|
|
7267
7378
|
chain: 'MOON',
|
|
7268
|
-
rpc: [
|
|
7379
|
+
rpc: [
|
|
7380
|
+
'https://rpc.api.moonbeam.network',
|
|
7381
|
+
'wss://wss.api.moonbeam.network',
|
|
7382
|
+
'https://moonbeam.publicnode.com',
|
|
7383
|
+
'wss://moonbeam.publicnode.com'
|
|
7384
|
+
],
|
|
7269
7385
|
faucets: [],
|
|
7270
7386
|
nativeCurrency: { name: 'Glimmer', symbol: 'GLMR', decimals: 18 },
|
|
7271
7387
|
infoURL: 'https://moonbeam.network/networks/moonbeam/',
|
|
@@ -7285,7 +7401,9 @@ exports.chains = {
|
|
|
7285
7401
|
chain: 'MOON',
|
|
7286
7402
|
rpc: [
|
|
7287
7403
|
'https://rpc.api.moonriver.moonbeam.network',
|
|
7288
|
-
'wss://wss.api.moonriver.moonbeam.network'
|
|
7404
|
+
'wss://wss.api.moonriver.moonbeam.network',
|
|
7405
|
+
'https://moonriver.publicnode.com',
|
|
7406
|
+
'wss://moonriver.publicnode.com'
|
|
7289
7407
|
],
|
|
7290
7408
|
faucets: [],
|
|
7291
7409
|
nativeCurrency: { name: 'Moonriver', symbol: 'MOVR', decimals: 18 },
|
|
@@ -9060,16 +9178,52 @@ exports.chains = {
|
|
|
9060
9178
|
]
|
|
9061
9179
|
},
|
|
9062
9180
|
2048: {
|
|
9063
|
-
name: 'Stratos
|
|
9181
|
+
name: 'Stratos',
|
|
9064
9182
|
chain: 'STOS',
|
|
9065
|
-
rpc: [],
|
|
9183
|
+
rpc: ['https://web3-rpc.thestratos.org'],
|
|
9066
9184
|
faucets: [],
|
|
9067
9185
|
nativeCurrency: { name: 'STOS', symbol: 'STOS', decimals: 18 },
|
|
9068
9186
|
infoURL: 'https://www.thestratos.org',
|
|
9069
9187
|
shortName: 'stos-mainnet',
|
|
9070
9188
|
chainId: 2048,
|
|
9071
9189
|
networkId: 2048,
|
|
9072
|
-
|
|
9190
|
+
explorers: [
|
|
9191
|
+
{
|
|
9192
|
+
name: 'Stratos EVM Explorer (Blockscout)',
|
|
9193
|
+
url: 'https://web3-explorer.thestratos.org',
|
|
9194
|
+
standard: 'none'
|
|
9195
|
+
},
|
|
9196
|
+
{
|
|
9197
|
+
name: 'Stratos Cosmos Explorer (BigDipper)',
|
|
9198
|
+
url: 'https://explorer.thestratos.org',
|
|
9199
|
+
standard: 'none'
|
|
9200
|
+
}
|
|
9201
|
+
]
|
|
9202
|
+
},
|
|
9203
|
+
2049: {
|
|
9204
|
+
name: 'Movo Smart Chain Mainnet',
|
|
9205
|
+
chain: 'MOVO',
|
|
9206
|
+
rpc: [
|
|
9207
|
+
'https://msc-rpc.movoscan.com',
|
|
9208
|
+
'https://msc-rpc.movochain.org',
|
|
9209
|
+
'https://msc-rpc.movoswap.com'
|
|
9210
|
+
],
|
|
9211
|
+
faucets: [],
|
|
9212
|
+
nativeCurrency: { name: 'Movo Smart Chain', symbol: 'MOVO', decimals: 18 },
|
|
9213
|
+
infoURL: 'https://movo.uk',
|
|
9214
|
+
shortName: 'movo',
|
|
9215
|
+
chainId: 2049,
|
|
9216
|
+
networkId: 2049,
|
|
9217
|
+
slip44: 2050,
|
|
9218
|
+
icon: 'movo',
|
|
9219
|
+
explorers: [
|
|
9220
|
+
{
|
|
9221
|
+
name: 'movoscan',
|
|
9222
|
+
url: 'https://movoscan.com',
|
|
9223
|
+
icon: 'movoscan',
|
|
9224
|
+
standard: 'none'
|
|
9225
|
+
}
|
|
9226
|
+
]
|
|
9073
9227
|
},
|
|
9074
9228
|
2077: {
|
|
9075
9229
|
name: 'Quokkacoin Mainnet',
|
|
@@ -9469,6 +9623,30 @@ exports.chains = {
|
|
|
9469
9623
|
}
|
|
9470
9624
|
]
|
|
9471
9625
|
},
|
|
9626
|
+
2241: {
|
|
9627
|
+
name: 'Krest Network',
|
|
9628
|
+
chain: 'Krest',
|
|
9629
|
+
icon: 'krest',
|
|
9630
|
+
rpc: ['https://erpc-krest.peaq.network'],
|
|
9631
|
+
faucets: [],
|
|
9632
|
+
nativeCurrency: { name: 'Krest', symbol: 'KRST', decimals: 18 },
|
|
9633
|
+
infoURL: 'https://www.peaq.network',
|
|
9634
|
+
shortName: 'KRST',
|
|
9635
|
+
chainId: 2241,
|
|
9636
|
+
networkId: 2241,
|
|
9637
|
+
explorers: [
|
|
9638
|
+
{
|
|
9639
|
+
name: 'Polkadot.js',
|
|
9640
|
+
url: 'https://polkadot.js.org/apps/?rpc=wss://wss-krest.peaq.network#/explorer',
|
|
9641
|
+
standard: 'none'
|
|
9642
|
+
},
|
|
9643
|
+
{
|
|
9644
|
+
name: 'Subscan',
|
|
9645
|
+
url: 'https://krest.subscan.io',
|
|
9646
|
+
standard: 'none'
|
|
9647
|
+
}
|
|
9648
|
+
]
|
|
9649
|
+
},
|
|
9472
9650
|
2300: {
|
|
9473
9651
|
name: 'BOMB Chain',
|
|
9474
9652
|
chain: 'BOMB',
|
|
@@ -10782,6 +10960,19 @@ exports.chains = {
|
|
|
10782
10960
|
}
|
|
10783
10961
|
]
|
|
10784
10962
|
},
|
|
10963
|
+
4139: {
|
|
10964
|
+
name: 'Humans.ai Testnet',
|
|
10965
|
+
chain: 'Humans Testnet',
|
|
10966
|
+
rpc: ['https://evm-rpc.testnet.humans.zone'],
|
|
10967
|
+
faucets: [],
|
|
10968
|
+
nativeCurrency: { name: 'HEART', symbol: 'HEART', decimals: 18 },
|
|
10969
|
+
features: [{ name: 'EIP155' }, { name: 'EIP1559' }],
|
|
10970
|
+
infoURL: 'https://humans.ai',
|
|
10971
|
+
shortName: 'humans_testnet',
|
|
10972
|
+
chainId: 4139,
|
|
10973
|
+
networkId: 4139,
|
|
10974
|
+
icon: 'humans-dark'
|
|
10975
|
+
},
|
|
10785
10976
|
4141: {
|
|
10786
10977
|
name: 'Tipboxcoin Testnet',
|
|
10787
10978
|
chain: 'TPBX',
|
|
@@ -11266,7 +11457,14 @@ exports.chains = {
|
|
|
11266
11457
|
shortName: 'hmnd',
|
|
11267
11458
|
chainId: 5234,
|
|
11268
11459
|
networkId: 5234,
|
|
11269
|
-
explorers: [
|
|
11460
|
+
explorers: [
|
|
11461
|
+
{
|
|
11462
|
+
name: 'Subscan',
|
|
11463
|
+
url: 'https://humanode.subscan.io',
|
|
11464
|
+
standard: 'EIP3091',
|
|
11465
|
+
icon: 'subscan'
|
|
11466
|
+
}
|
|
11467
|
+
]
|
|
11270
11468
|
},
|
|
11271
11469
|
5290: {
|
|
11272
11470
|
name: 'Firechain Mainnet Old',
|
|
@@ -11320,6 +11518,25 @@ exports.chains = {
|
|
|
11320
11518
|
}
|
|
11321
11519
|
]
|
|
11322
11520
|
},
|
|
11521
|
+
5522: {
|
|
11522
|
+
name: 'VEX EVM TESTNET',
|
|
11523
|
+
chain: 'vex',
|
|
11524
|
+
icon: 'vex',
|
|
11525
|
+
rpc: ['https://testnet.vexascan.com/evmapi'],
|
|
11526
|
+
faucets: ['https://t.me/vexfaucetbot'],
|
|
11527
|
+
nativeCurrency: { name: 'VEX EVM TESTNET', symbol: 'VEX', decimals: 18 },
|
|
11528
|
+
infoURL: 'https://vexanium.com',
|
|
11529
|
+
shortName: 'VEX',
|
|
11530
|
+
chainId: 5522,
|
|
11531
|
+
networkId: 5522,
|
|
11532
|
+
explorers: [
|
|
11533
|
+
{
|
|
11534
|
+
name: 'Vexascan-EVM-TestNet',
|
|
11535
|
+
url: 'https://testnet.vexascan.com/evmexplorer',
|
|
11536
|
+
standard: 'EIP3091'
|
|
11537
|
+
}
|
|
11538
|
+
]
|
|
11539
|
+
},
|
|
11323
11540
|
5551: {
|
|
11324
11541
|
name: 'Nahmii Mainnet',
|
|
11325
11542
|
chain: 'Nahmii',
|
|
@@ -12124,7 +12341,13 @@ exports.chains = {
|
|
|
12124
12341
|
rpc: [
|
|
12125
12342
|
'https://canto.slingshot.finance',
|
|
12126
12343
|
'https://canto.neobase.one',
|
|
12127
|
-
'https://mainnode.plexnode.org:8545'
|
|
12344
|
+
'https://mainnode.plexnode.org:8545',
|
|
12345
|
+
'https://canto.gravitychain.io/',
|
|
12346
|
+
'https://canto.evm.chandrastation.com/',
|
|
12347
|
+
'https://jsonrpc.canto.nodestake.top/',
|
|
12348
|
+
'https://canto.dexvaults.com/',
|
|
12349
|
+
'wss://canto.gravitychain.io:8546',
|
|
12350
|
+
'wss://canto.dexvaults.com/ws'
|
|
12128
12351
|
],
|
|
12129
12352
|
faucets: [],
|
|
12130
12353
|
nativeCurrency: { name: 'Canto', symbol: 'CANTO', decimals: 18 },
|
|
@@ -13326,6 +13549,11 @@ exports.chains = {
|
|
|
13326
13549
|
name: 'Polkadot.js',
|
|
13327
13550
|
url: 'https://polkadot.js.org/apps/?rpc=wss://wsspc1-qa.agung.peaq.network#/explorer',
|
|
13328
13551
|
standard: 'none'
|
|
13552
|
+
},
|
|
13553
|
+
{
|
|
13554
|
+
name: 'Subscan',
|
|
13555
|
+
url: 'https://agung.subscan.io',
|
|
13556
|
+
standard: 'none'
|
|
13329
13557
|
}
|
|
13330
13558
|
]
|
|
13331
13559
|
},
|
|
@@ -13501,7 +13729,9 @@ exports.chains = {
|
|
|
13501
13729
|
rpc: [
|
|
13502
13730
|
'https://rpc.chiadochain.net',
|
|
13503
13731
|
'https://rpc.chiado.gnosis.gateway.fm',
|
|
13504
|
-
'wss://rpc.chiadochain.net/wss'
|
|
13732
|
+
'wss://rpc.chiadochain.net/wss',
|
|
13733
|
+
'https://gnosis-chiado.publicnode.com',
|
|
13734
|
+
'wss://gnosis-chiado.publicnode.com'
|
|
13505
13735
|
],
|
|
13506
13736
|
faucets: ['https://gnosisfaucet.com'],
|
|
13507
13737
|
nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
|
|
@@ -14066,6 +14296,22 @@ exports.chains = {
|
|
|
14066
14296
|
],
|
|
14067
14297
|
parent: { type: 'L2', chain: 'eip155-43113' }
|
|
14068
14298
|
},
|
|
14299
|
+
12611: {
|
|
14300
|
+
name: 'Astar zkEVM',
|
|
14301
|
+
shortName: 'astrzk',
|
|
14302
|
+
title: 'Astar zkEVM Mainnet',
|
|
14303
|
+
chain: 'ETH',
|
|
14304
|
+
icon: 'astarzk',
|
|
14305
|
+
rpc: [],
|
|
14306
|
+
faucets: [],
|
|
14307
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
14308
|
+
infoURL: 'https://astar.network',
|
|
14309
|
+
chainId: 12611,
|
|
14310
|
+
networkId: 12611,
|
|
14311
|
+
explorers: [],
|
|
14312
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
|
14313
|
+
status: 'incubating'
|
|
14314
|
+
},
|
|
14069
14315
|
12715: {
|
|
14070
14316
|
name: 'Rikeza Network Testnet',
|
|
14071
14317
|
title: 'Rikeza Network Testnet',
|
|
@@ -14088,13 +14334,13 @@ exports.chains = {
|
|
|
14088
14334
|
},
|
|
14089
14335
|
12890: {
|
|
14090
14336
|
name: 'Quantum Chain Testnet',
|
|
14091
|
-
chain: '
|
|
14337
|
+
chain: 'tQNET',
|
|
14092
14338
|
icon: 'qnet',
|
|
14093
14339
|
rpc: ['https://testnet-rpc.quantumscan.org'],
|
|
14094
14340
|
faucets: [],
|
|
14095
|
-
nativeCurrency: { name: 'Quantum Chain', symbol: '
|
|
14341
|
+
nativeCurrency: { name: 'Quantum Chain', symbol: 'tQNET', decimals: 18 },
|
|
14096
14342
|
infoURL: 'https://quantumnetwork.gg',
|
|
14097
|
-
shortName: '
|
|
14343
|
+
shortName: 'tqnet',
|
|
14098
14344
|
chainId: 12890,
|
|
14099
14345
|
networkId: 12890,
|
|
14100
14346
|
explorers: [
|
|
@@ -14400,7 +14646,11 @@ exports.chains = {
|
|
|
14400
14646
|
17000: {
|
|
14401
14647
|
name: 'Holesky',
|
|
14402
14648
|
chain: 'ETH',
|
|
14403
|
-
rpc: [
|
|
14649
|
+
rpc: [
|
|
14650
|
+
'https://rpc.holesky.ethpandaops.io',
|
|
14651
|
+
'https://ethereum-holesky.publicnode.com',
|
|
14652
|
+
'wss://ethereum-holesky.publicnode.com'
|
|
14653
|
+
],
|
|
14404
14654
|
faucets: [
|
|
14405
14655
|
'https://faucet.holesky.ethpandaops.io',
|
|
14406
14656
|
'https://holesky-faucet.pk910.de'
|
|
@@ -14418,6 +14668,18 @@ exports.chains = {
|
|
|
14418
14668
|
url: 'https://holesky.beaconcha.in',
|
|
14419
14669
|
icon: 'ethereum',
|
|
14420
14670
|
standard: 'EIP3091'
|
|
14671
|
+
},
|
|
14672
|
+
{
|
|
14673
|
+
name: 'otterscan-holesky',
|
|
14674
|
+
url: 'https://holesky.otterscan.io',
|
|
14675
|
+
icon: 'ethereum',
|
|
14676
|
+
standard: 'EIP3091'
|
|
14677
|
+
},
|
|
14678
|
+
{
|
|
14679
|
+
name: 'Holesky Etherscan',
|
|
14680
|
+
url: 'https://holesky.etherscan.io',
|
|
14681
|
+
icon: 'ethereum',
|
|
14682
|
+
standard: 'EIP3091'
|
|
14421
14683
|
}
|
|
14422
14684
|
]
|
|
14423
14685
|
},
|
|
@@ -15281,6 +15543,29 @@ exports.chains = {
|
|
|
15281
15543
|
}
|
|
15282
15544
|
]
|
|
15283
15545
|
},
|
|
15546
|
+
38400: {
|
|
15547
|
+
name: 'ConnectorManager',
|
|
15548
|
+
chain: 'Rangers',
|
|
15549
|
+
icon: 'rangers',
|
|
15550
|
+
rpc: ['https://cm.rangersprotocol.com/api/jsonrpc'],
|
|
15551
|
+
faucets: [],
|
|
15552
|
+
nativeCurrency: {
|
|
15553
|
+
name: 'Rangers Protocol Gas',
|
|
15554
|
+
symbol: 'cmRPG',
|
|
15555
|
+
decimals: 18
|
|
15556
|
+
},
|
|
15557
|
+
infoURL: 'https://rangersprotocol.com',
|
|
15558
|
+
shortName: 'cmrpg',
|
|
15559
|
+
chainId: 38400,
|
|
15560
|
+
networkId: 38400,
|
|
15561
|
+
explorers: [
|
|
15562
|
+
{
|
|
15563
|
+
name: 'rangersscan',
|
|
15564
|
+
url: 'https://scan.rangersprotocol.com',
|
|
15565
|
+
standard: 'none'
|
|
15566
|
+
}
|
|
15567
|
+
]
|
|
15568
|
+
},
|
|
15284
15569
|
38401: {
|
|
15285
15570
|
name: 'ConnectorManager Robin',
|
|
15286
15571
|
chain: 'Rangers',
|
|
@@ -15491,6 +15776,25 @@ exports.chains = {
|
|
|
15491
15776
|
}
|
|
15492
15777
|
]
|
|
15493
15778
|
},
|
|
15779
|
+
42801: {
|
|
15780
|
+
name: 'Gesoten Verse Testnet',
|
|
15781
|
+
chain: 'Gesoten Verse',
|
|
15782
|
+
rpc: ['https://rpc.testnet.verse.gesoten.com/'],
|
|
15783
|
+
faucets: [],
|
|
15784
|
+
nativeCurrency: { name: 'OAS', symbol: 'OAS', decimals: 18 },
|
|
15785
|
+
infoURL: 'https://gesoten.com/',
|
|
15786
|
+
shortName: 'GST',
|
|
15787
|
+
icon: 'gesoten',
|
|
15788
|
+
chainId: 42801,
|
|
15789
|
+
networkId: 42801,
|
|
15790
|
+
explorers: [
|
|
15791
|
+
{
|
|
15792
|
+
name: 'Gesoten Verse Testnet Explorer',
|
|
15793
|
+
url: 'https://explorer.testnet.verse.gesoten.com',
|
|
15794
|
+
standard: 'EIP3091'
|
|
15795
|
+
}
|
|
15796
|
+
]
|
|
15797
|
+
},
|
|
15494
15798
|
42888: {
|
|
15495
15799
|
name: 'Kinto Testnet',
|
|
15496
15800
|
title: 'Kinto Testnet',
|
|
@@ -15631,8 +15935,8 @@ exports.chains = {
|
|
|
15631
15935
|
infoURL: 'https://docs.celo.org/',
|
|
15632
15936
|
explorers: [
|
|
15633
15937
|
{
|
|
15634
|
-
name: '
|
|
15635
|
-
url: 'https://celoscan.io',
|
|
15938
|
+
name: 'Alfajoresscan',
|
|
15939
|
+
url: 'https://alfajores.celoscan.io',
|
|
15636
15940
|
standard: 'EIP3091'
|
|
15637
15941
|
}
|
|
15638
15942
|
]
|
|
@@ -16615,6 +16919,29 @@ exports.chains = {
|
|
|
16615
16919
|
}
|
|
16616
16920
|
]
|
|
16617
16921
|
},
|
|
16922
|
+
77238: {
|
|
16923
|
+
name: 'Foundry Chain Testnet',
|
|
16924
|
+
chain: 'tFNC',
|
|
16925
|
+
icon: 'fnc',
|
|
16926
|
+
rpc: ['https://testnet-rpc.foundryscan.org/'],
|
|
16927
|
+
faucets: ['https://faucet.foundryscan.org'],
|
|
16928
|
+
nativeCurrency: {
|
|
16929
|
+
name: 'Foundry Chain Testnet',
|
|
16930
|
+
symbol: 'tFNC',
|
|
16931
|
+
decimals: 18
|
|
16932
|
+
},
|
|
16933
|
+
infoURL: 'https://foundrychain.org',
|
|
16934
|
+
shortName: 'fnc',
|
|
16935
|
+
chainId: 77238,
|
|
16936
|
+
networkId: 77238,
|
|
16937
|
+
explorers: [
|
|
16938
|
+
{
|
|
16939
|
+
name: 'Foundry Scan Testnet',
|
|
16940
|
+
url: 'https://testnet-explorer.foundryscan.org',
|
|
16941
|
+
standard: 'EIP3091'
|
|
16942
|
+
}
|
|
16943
|
+
]
|
|
16944
|
+
},
|
|
16618
16945
|
77612: {
|
|
16619
16946
|
name: 'Vention Smart Chain Mainnet',
|
|
16620
16947
|
chain: 'VSC',
|
|
@@ -16909,6 +17236,25 @@ exports.chains = {
|
|
|
16909
17236
|
networkId: 81363,
|
|
16910
17237
|
status: 'incubating'
|
|
16911
17238
|
},
|
|
17239
|
+
81720: {
|
|
17240
|
+
name: 'Quantum Chain Mainnet',
|
|
17241
|
+
chain: 'QNET',
|
|
17242
|
+
icon: 'qnet',
|
|
17243
|
+
rpc: ['https://rpc.quantumscan.org'],
|
|
17244
|
+
faucets: [],
|
|
17245
|
+
nativeCurrency: { name: 'Quantum Chain', symbol: 'QNET', decimals: 18 },
|
|
17246
|
+
infoURL: 'https://quantumnetwork.gg',
|
|
17247
|
+
shortName: 'qnet',
|
|
17248
|
+
chainId: 81720,
|
|
17249
|
+
networkId: 81720,
|
|
17250
|
+
explorers: [
|
|
17251
|
+
{
|
|
17252
|
+
name: 'Quantum Scan Mainnet',
|
|
17253
|
+
url: 'https://quantumscan.org',
|
|
17254
|
+
standard: 'EIP3091'
|
|
17255
|
+
}
|
|
17256
|
+
]
|
|
17257
|
+
},
|
|
16912
17258
|
84531: {
|
|
16913
17259
|
name: 'Base Goerli Testnet',
|
|
16914
17260
|
chain: 'ETH',
|
|
@@ -17861,6 +18207,26 @@ exports.chains = {
|
|
|
17861
18207
|
}
|
|
17862
18208
|
]
|
|
17863
18209
|
},
|
|
18210
|
+
167007: {
|
|
18211
|
+
name: 'Taiko Jolnir L2',
|
|
18212
|
+
chain: 'ETH',
|
|
18213
|
+
status: 'incubating',
|
|
18214
|
+
icon: 'taiko',
|
|
18215
|
+
rpc: ['https://rpc.jolnir.taiko.xyz'],
|
|
18216
|
+
faucets: [],
|
|
18217
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18218
|
+
infoURL: 'https://taiko.xyz',
|
|
18219
|
+
shortName: 'tko-jolnir',
|
|
18220
|
+
chainId: 167007,
|
|
18221
|
+
networkId: 167007,
|
|
18222
|
+
explorers: [
|
|
18223
|
+
{
|
|
18224
|
+
name: 'blockscout',
|
|
18225
|
+
url: 'https://explorer.jolnir.taiko.xyz',
|
|
18226
|
+
standard: 'EIP3091'
|
|
18227
|
+
}
|
|
18228
|
+
]
|
|
18229
|
+
},
|
|
17864
18230
|
188881: {
|
|
17865
18231
|
name: 'Condor Test Network',
|
|
17866
18232
|
chain: 'CONDOR',
|
|
@@ -18091,7 +18457,7 @@ exports.chains = {
|
|
|
18091
18457
|
221230: {
|
|
18092
18458
|
name: 'Reapchain Mainnet',
|
|
18093
18459
|
chain: 'REAP',
|
|
18094
|
-
rpc: ['https://
|
|
18460
|
+
rpc: ['https://eth.reapchain.org'],
|
|
18095
18461
|
faucets: [],
|
|
18096
18462
|
nativeCurrency: { name: 'Reap', symbol: 'REAP', decimals: 18 },
|
|
18097
18463
|
features: [],
|
|
@@ -18302,7 +18668,8 @@ exports.chains = {
|
|
|
18302
18668
|
'https://api.calibration.node.glif.io/rpc/v1',
|
|
18303
18669
|
'https://rpc.ankr.com/filecoin_testnet',
|
|
18304
18670
|
'https://filecoin-calibration.chainstacklabs.com/rpc/v1',
|
|
18305
|
-
'https://filecoin-calibration.chainup.net/rpc/v1'
|
|
18671
|
+
'https://filecoin-calibration.chainup.net/rpc/v1',
|
|
18672
|
+
'https://calibration.filfox.info/rpc/v1'
|
|
18306
18673
|
],
|
|
18307
18674
|
faucets: ['https://faucet.calibration.fildev.network/'],
|
|
18308
18675
|
nativeCurrency: { name: 'testnet filecoin', symbol: 'tFIL', decimals: 18 },
|
|
@@ -18376,20 +18743,38 @@ exports.chains = {
|
|
|
18376
18743
|
}
|
|
18377
18744
|
]
|
|
18378
18745
|
},
|
|
18379
|
-
|
|
18746
|
+
333666: {
|
|
18380
18747
|
name: 'Oone Chain Testnet',
|
|
18381
|
-
chain: 'OONE',
|
|
18382
|
-
rpc: ['https://
|
|
18748
|
+
chain: 'OONE Testnet',
|
|
18749
|
+
rpc: ['https://rpc.testnet.oonechain.com'],
|
|
18383
18750
|
faucets: ['https://apps-test.adigium.com/faucet'],
|
|
18384
|
-
nativeCurrency: { name: '
|
|
18385
|
-
infoURL: 'https://
|
|
18751
|
+
nativeCurrency: { name: 'tOONE', symbol: 'tOONE', decimals: 18 },
|
|
18752
|
+
infoURL: 'https://oonechain.com',
|
|
18386
18753
|
shortName: 'oonetest',
|
|
18754
|
+
chainId: 333666,
|
|
18755
|
+
networkId: 333666,
|
|
18756
|
+
explorers: [
|
|
18757
|
+
{
|
|
18758
|
+
name: 'blockscout',
|
|
18759
|
+
url: 'https://testnet.oonescan.com',
|
|
18760
|
+
standard: 'none'
|
|
18761
|
+
}
|
|
18762
|
+
]
|
|
18763
|
+
},
|
|
18764
|
+
333777: {
|
|
18765
|
+
name: 'Oone Chain Devnet',
|
|
18766
|
+
chain: 'OONE Devnet',
|
|
18767
|
+
rpc: ['https://rpc.dev.oonechain.com'],
|
|
18768
|
+
faucets: ['https://apps-test.adigium.com/faucet'],
|
|
18769
|
+
nativeCurrency: { name: 'tOONE', symbol: 'tOONE', decimals: 18 },
|
|
18770
|
+
infoURL: 'https://oonechain.com',
|
|
18771
|
+
shortName: 'oonedev',
|
|
18387
18772
|
chainId: 333777,
|
|
18388
18773
|
networkId: 333777,
|
|
18389
18774
|
explorers: [
|
|
18390
18775
|
{
|
|
18391
|
-
name: '
|
|
18392
|
-
url: 'https://
|
|
18776
|
+
name: 'blockscout',
|
|
18777
|
+
url: 'https://dev.oonescan.com',
|
|
18393
18778
|
standard: 'none'
|
|
18394
18779
|
}
|
|
18395
18780
|
]
|
|
@@ -18837,7 +19222,12 @@ exports.chains = {
|
|
|
18837
19222
|
name: 'Scroll Sepolia Testnet',
|
|
18838
19223
|
chain: 'ETH',
|
|
18839
19224
|
status: 'active',
|
|
18840
|
-
rpc: [
|
|
19225
|
+
rpc: [
|
|
19226
|
+
'https://sepolia-rpc.scroll.io',
|
|
19227
|
+
'https://rpc.ankr.com/scroll_sepolia_testnet',
|
|
19228
|
+
'https://scroll-sepolia.chainstacklabs.com',
|
|
19229
|
+
'https://scroll-testnet-public.unifra.io'
|
|
19230
|
+
],
|
|
18841
19231
|
faucets: [],
|
|
18842
19232
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
18843
19233
|
infoURL: 'https://scroll.io',
|
|
@@ -18846,7 +19236,12 @@ exports.chains = {
|
|
|
18846
19236
|
networkId: 534351,
|
|
18847
19237
|
explorers: [
|
|
18848
19238
|
{
|
|
18849
|
-
name: 'Scroll Sepolia
|
|
19239
|
+
name: 'Scroll Sepolia Etherscan',
|
|
19240
|
+
url: 'https://sepolia.scrollscan.dev',
|
|
19241
|
+
standard: 'EIP3091'
|
|
19242
|
+
},
|
|
19243
|
+
{
|
|
19244
|
+
name: 'Scroll Sepolia Blockscout',
|
|
18850
19245
|
url: 'https://sepolia-blockscout.scroll.io',
|
|
18851
19246
|
standard: 'EIP3091'
|
|
18852
19247
|
}
|
|
@@ -19287,6 +19682,22 @@ exports.chains = {
|
|
|
19287
19682
|
}
|
|
19288
19683
|
]
|
|
19289
19684
|
},
|
|
19685
|
+
1261120: {
|
|
19686
|
+
name: 'zKatana',
|
|
19687
|
+
shortName: 'azktn',
|
|
19688
|
+
title: 'Astar zkEVM Testnet zKatana',
|
|
19689
|
+
chain: 'ETH',
|
|
19690
|
+
icon: 'astarzk',
|
|
19691
|
+
rpc: [],
|
|
19692
|
+
faucets: [],
|
|
19693
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
|
19694
|
+
infoURL: 'https://astar.network',
|
|
19695
|
+
chainId: 1261120,
|
|
19696
|
+
networkId: 1261120,
|
|
19697
|
+
explorers: [],
|
|
19698
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
|
19699
|
+
status: 'incubating'
|
|
19700
|
+
},
|
|
19290
19701
|
1313114: {
|
|
19291
19702
|
name: 'Etho Protocol',
|
|
19292
19703
|
chain: 'ETHO',
|
|
@@ -19826,7 +20237,9 @@ exports.chains = {
|
|
|
19826
20237
|
'https://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
19827
20238
|
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
|
19828
20239
|
'https://sepolia.gateway.tenderly.co',
|
|
19829
|
-
'wss://sepolia.gateway.tenderly.co'
|
|
20240
|
+
'wss://sepolia.gateway.tenderly.co',
|
|
20241
|
+
'https://ethereum-sepolia.publicnode.com',
|
|
20242
|
+
'wss://ethereum-sepolia.publicnode.com'
|
|
19830
20243
|
],
|
|
19831
20244
|
faucets: ['http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'],
|
|
19832
20245
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|