eth-chainlist 0.0.343 → 0.0.344
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/data/chain.js +126 -63
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.344 (2024-02-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.343 ([d475e5c](https://github.com/poowf/eth-chainlist/commit/d475e5cabca254014946b48c68c9d9ea4e21e14d))
|
9
|
+
* update chain data ([e603abc](https://github.com/poowf/eth-chainlist/commit/e603abc4ae1ac71302b394b0ea26eee59c8fef2a))
|
10
|
+
|
3
11
|
### 0.0.343 (2024-02-20)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -8,8 +8,8 @@ const chainArray = [
|
|
8
8
|
'wss://mainnet.infura.io/ws/v3/${INFURA_API_KEY}',
|
9
9
|
'https://api.mycryptoapi.com/eth',
|
10
10
|
'https://cloudflare-eth.com',
|
11
|
-
'https://ethereum.publicnode.com',
|
12
|
-
'wss://ethereum.publicnode.com',
|
11
|
+
'https://ethereum-rpc.publicnode.com',
|
12
|
+
'wss://ethereum-rpc.publicnode.com',
|
13
13
|
'https://mainnet.gateway.tenderly.co',
|
14
14
|
'wss://mainnet.gateway.tenderly.co',
|
15
15
|
'https://rpc.blocknative.com/boost',
|
@@ -123,8 +123,8 @@ const chainArray = [
|
|
123
123
|
'https://goerli.infura.io/v3/${INFURA_API_KEY}',
|
124
124
|
'wss://goerli.infura.io/v3/${INFURA_API_KEY}',
|
125
125
|
'https://rpc.goerli.mudit.blog/',
|
126
|
-
'https://ethereum-goerli.publicnode.com',
|
127
|
-
'wss://ethereum-goerli.publicnode.com',
|
126
|
+
'https://ethereum-goerli-rpc.publicnode.com',
|
127
|
+
'wss://ethereum-goerli-rpc.publicnode.com',
|
128
128
|
'https://goerli.gateway.tenderly.co',
|
129
129
|
'wss://goerli.gateway.tenderly.co'
|
130
130
|
],
|
@@ -224,8 +224,8 @@ const chainArray = [
|
|
224
224
|
chain: 'ETH',
|
225
225
|
rpc: [
|
226
226
|
'https://mainnet.optimism.io',
|
227
|
-
'https://optimism.publicnode.com',
|
228
|
-
'wss://optimism.publicnode.com',
|
227
|
+
'https://optimism-rpc.publicnode.com',
|
228
|
+
'wss://optimism-rpc.publicnode.com',
|
229
229
|
'https://optimism.gateway.tenderly.co',
|
230
230
|
'wss://optimism.gateway.tenderly.co'
|
231
231
|
],
|
@@ -490,8 +490,8 @@ const chainArray = [
|
|
490
490
|
chain: 'CRO',
|
491
491
|
rpc: [
|
492
492
|
'https://evm.cronos.org',
|
493
|
-
'https://cronos-evm.publicnode.com',
|
494
|
-
'wss://cronos-evm.publicnode.com'
|
493
|
+
'https://cronos-evm-rpc.publicnode.com',
|
494
|
+
'wss://cronos-evm-rpc.publicnode.com'
|
495
495
|
],
|
496
496
|
features: [ { name: 'EIP1559' } ],
|
497
497
|
faucets: [],
|
@@ -1129,8 +1129,8 @@ const chainArray = [
|
|
1129
1129
|
'https://bsc-dataseed2.ninicoin.io',
|
1130
1130
|
'https://bsc-dataseed3.ninicoin.io',
|
1131
1131
|
'https://bsc-dataseed4.ninicoin.io',
|
1132
|
-
'https://bsc.publicnode.com',
|
1133
|
-
'wss://bsc.publicnode.com',
|
1132
|
+
'https://bsc-rpc.publicnode.com',
|
1133
|
+
'wss://bsc-rpc.publicnode.com',
|
1134
1134
|
'wss://bsc-ws-node.nariox.org'
|
1135
1135
|
],
|
1136
1136
|
faucets: [],
|
@@ -1162,8 +1162,8 @@ const chainArray = [
|
|
1162
1162
|
'https://rpc.ankr.com/syscoin/${ANKR_API_KEY}',
|
1163
1163
|
'https://syscoin.public-rpc.com',
|
1164
1164
|
'wss://rpc.syscoin.org/wss',
|
1165
|
-
'https://syscoin-evm.publicnode.com',
|
1166
|
-
'wss://syscoin-evm.publicnode.com'
|
1165
|
+
'https://syscoin-evm-rpc.publicnode.com',
|
1166
|
+
'wss://syscoin-evm-rpc.publicnode.com'
|
1167
1167
|
],
|
1168
1168
|
faucets: [ 'https://faucet.syscoin.org' ],
|
1169
1169
|
nativeCurrency: { name: 'Syscoin', symbol: 'SYS', decimals: 18 },
|
@@ -1988,8 +1988,8 @@ const chainArray = [
|
|
1988
1988
|
'https://data-seed-prebsc-2-s2.bnbchain.org:8545',
|
1989
1989
|
'https://data-seed-prebsc-1-s3.bnbchain.org:8545',
|
1990
1990
|
'https://data-seed-prebsc-2-s3.bnbchain.org:8545',
|
1991
|
-
'https://bsc-testnet.publicnode.com',
|
1992
|
-
'wss://bsc-testnet.publicnode.com'
|
1991
|
+
'https://bsc-testnet-rpc.publicnode.com',
|
1992
|
+
'wss://bsc-testnet-rpc.publicnode.com'
|
1993
1993
|
],
|
1994
1994
|
faucets: [ 'https://testnet.bnbchain.org/faucet-smart' ],
|
1995
1995
|
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'tBNB', decimals: 18 },
|
@@ -2061,8 +2061,8 @@ const chainArray = [
|
|
2061
2061
|
'https://web3endpoints.com/gnosischain-mainnet',
|
2062
2062
|
'https://gnosis.oat.farm',
|
2063
2063
|
'wss://rpc.gnosischain.com/wss',
|
2064
|
-
'https://gnosis.publicnode.com',
|
2065
|
-
'wss://gnosis.publicnode.com'
|
2064
|
+
'https://gnosis-rpc.publicnode.com',
|
2065
|
+
'wss://gnosis-rpc.publicnode.com'
|
2066
2066
|
],
|
2067
2067
|
faucets: [
|
2068
2068
|
'https://gnosisfaucet.com',
|
@@ -2728,8 +2728,8 @@ const chainArray = [
|
|
2728
2728
|
'https://rpc-mainnet.maticvigil.com',
|
2729
2729
|
'https://rpc-mainnet.matic.quiknode.pro',
|
2730
2730
|
'https://matic-mainnet-full-rpc.bwarelabs.com',
|
2731
|
-
'https://polygon-bor.publicnode.com',
|
2732
|
-
'wss://polygon-bor.publicnode.com',
|
2731
|
+
'https://polygon-bor-rpc.publicnode.com',
|
2732
|
+
'wss://polygon-bor-rpc.publicnode.com',
|
2733
2733
|
'https://polygon.gateway.tenderly.co',
|
2734
2734
|
'wss://polygon.gateway.tenderly.co'
|
2735
2735
|
],
|
@@ -3407,8 +3407,8 @@ const chainArray = [
|
|
3407
3407
|
'wss://opbnb-mainnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
3408
3408
|
'https://opbnb-mainnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
3409
3409
|
'wss://opbnb-mainnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
3410
|
-
'https://opbnb.publicnode.com',
|
3411
|
-
'wss://opbnb.publicnode.com'
|
3410
|
+
'https://opbnb-rpc.publicnode.com',
|
3411
|
+
'wss://opbnb-rpc.publicnode.com'
|
3412
3412
|
],
|
3413
3413
|
faucets: [],
|
3414
3414
|
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'BNB', decimals: 18 },
|
@@ -3793,8 +3793,8 @@ const chainArray = [
|
|
3793
3793
|
chain: 'FTM',
|
3794
3794
|
rpc: [
|
3795
3795
|
'https://rpc.ftm.tools',
|
3796
|
-
'https://fantom.publicnode.com',
|
3797
|
-
'wss://fantom.publicnode.com'
|
3796
|
+
'https://fantom-rpc.publicnode.com',
|
3797
|
+
'wss://fantom-rpc.publicnode.com'
|
3798
3798
|
],
|
3799
3799
|
faucets: [],
|
3800
3800
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
@@ -4689,8 +4689,8 @@ const chainArray = [
|
|
4689
4689
|
rpc: [
|
4690
4690
|
'https://rpc.pulsechain.com',
|
4691
4691
|
'wss://rpc.pulsechain.com',
|
4692
|
-
'https://pulsechain.publicnode.com',
|
4693
|
-
'wss://pulsechain.publicnode.com',
|
4692
|
+
'https://pulsechain-rpc.publicnode.com',
|
4693
|
+
'wss://pulsechain-rpc.publicnode.com',
|
4694
4694
|
'https://rpc-pulsechain.g4mm4.io',
|
4695
4695
|
'wss://rpc-pulsechain.g4mm4.io'
|
4696
4696
|
],
|
@@ -4930,8 +4930,8 @@ const chainArray = [
|
|
4930
4930
|
chain: 'ETH',
|
4931
4931
|
rpc: [
|
4932
4932
|
'https://goerli.optimism.io',
|
4933
|
-
'https://optimism-goerli.publicnode.com',
|
4934
|
-
'wss://optimism-goerli.publicnode.com',
|
4933
|
+
'https://optimism-goerli-rpc.publicnode.com',
|
4934
|
+
'wss://optimism-goerli-rpc.publicnode.com',
|
4935
4935
|
'https://optimism-goerli.gateway.tenderly.co',
|
4936
4936
|
'wss://optimism-goerli.gateway.tenderly.co'
|
4937
4937
|
],
|
@@ -6850,8 +6850,8 @@ const chainArray = [
|
|
6850
6850
|
rpc: [
|
6851
6851
|
'https://rpc.v4.testnet.pulsechain.com',
|
6852
6852
|
'wss://rpc.v4.testnet.pulsechain.com',
|
6853
|
-
'https://pulsechain-testnet.publicnode.com',
|
6854
|
-
'wss://pulsechain-testnet.publicnode.com',
|
6853
|
+
'https://pulsechain-testnet-rpc.publicnode.com',
|
6854
|
+
'wss://pulsechain-testnet-rpc.publicnode.com',
|
6855
6855
|
'https://rpc-testnet-pulsechain.g4mm4.io',
|
6856
6856
|
'wss://rpc-testnet-pulsechain.g4mm4.io'
|
6857
6857
|
],
|
@@ -7593,7 +7593,11 @@ const chainArray = [
|
|
7593
7593
|
{
|
7594
7594
|
name: 'Dymension',
|
7595
7595
|
chain: 'Dymension',
|
7596
|
-
rpc: [
|
7596
|
+
rpc: [
|
7597
|
+
'https://dymension-evm.blockpi.network/v1/rpc/public',
|
7598
|
+
'https://dymension-evm-rpc.publicnode.com',
|
7599
|
+
'wss://dymension-evm-rpc.publicnode.com'
|
7600
|
+
],
|
7597
7601
|
faucets: [],
|
7598
7602
|
nativeCurrency: { name: 'DYM', symbol: 'DYM', decimals: 18 },
|
7599
7603
|
infoURL: 'https://dymension.xyz',
|
@@ -8029,6 +8033,25 @@ const chainArray = [
|
|
8029
8033
|
}
|
8030
8034
|
]
|
8031
8035
|
},
|
8036
|
+
{
|
8037
|
+
name: 'Hybrid Testnet',
|
8038
|
+
chain: '$HYB',
|
8039
|
+
icon: 'hybridIcon',
|
8040
|
+
rpc: [ 'https://testnet-rpc.buildonhybrid.com' ],
|
8041
|
+
faucets: [],
|
8042
|
+
nativeCurrency: { name: 'Hybrid', symbol: '$HYB', decimals: 18 },
|
8043
|
+
infoURL: 'https://buildonhybrid.com',
|
8044
|
+
shortName: 'hyb',
|
8045
|
+
chainId: 1224,
|
8046
|
+
networkId: 1224,
|
8047
|
+
explorers: [
|
8048
|
+
{
|
8049
|
+
name: 'Hybrid Testnet',
|
8050
|
+
url: 'https://alphatestnet.buildonhybrid.com',
|
8051
|
+
standard: 'EIP3091'
|
8052
|
+
}
|
8053
|
+
]
|
8054
|
+
},
|
8032
8055
|
{
|
8033
8056
|
name: 'Exzo Network Mainnet',
|
8034
8057
|
chain: 'EXZO',
|
@@ -8235,8 +8258,8 @@ const chainArray = [
|
|
8235
8258
|
rpc: [
|
8236
8259
|
'https://rpc.api.moonbeam.network',
|
8237
8260
|
'wss://wss.api.moonbeam.network',
|
8238
|
-
'https://moonbeam.publicnode.com',
|
8239
|
-
'wss://moonbeam.publicnode.com'
|
8261
|
+
'https://moonbeam-rpc.publicnode.com',
|
8262
|
+
'wss://moonbeam-rpc.publicnode.com'
|
8240
8263
|
],
|
8241
8264
|
faucets: [],
|
8242
8265
|
nativeCurrency: { name: 'Glimmer', symbol: 'GLMR', decimals: 18 },
|
@@ -8258,8 +8281,8 @@ const chainArray = [
|
|
8258
8281
|
rpc: [
|
8259
8282
|
'https://rpc.api.moonriver.moonbeam.network',
|
8260
8283
|
'wss://wss.api.moonriver.moonbeam.network',
|
8261
|
-
'https://moonriver.publicnode.com',
|
8262
|
-
'wss://moonriver.publicnode.com'
|
8284
|
+
'https://moonriver-rpc.publicnode.com',
|
8285
|
+
'wss://moonriver-rpc.publicnode.com'
|
8263
8286
|
],
|
8264
8287
|
faucets: [],
|
8265
8288
|
nativeCurrency: { name: 'Moonriver', symbol: 'MOVR', decimals: 18 },
|
@@ -10664,8 +10687,8 @@ const chainArray = [
|
|
10664
10687
|
'https://kava-rpc.gateway.pokt.network',
|
10665
10688
|
'https://kava-evm.rpc.thirdweb.com',
|
10666
10689
|
'wss://wevm.kava.io',
|
10667
|
-
'https://kava-evm.publicnode.com',
|
10668
|
-
'wss://kava-evm.publicnode.com',
|
10690
|
+
'https://kava-evm-rpc.publicnode.com',
|
10691
|
+
'wss://kava-evm-rpc.publicnode.com',
|
10669
10692
|
'https://evm.kava-rpc.com',
|
10670
10693
|
'https://rpc.ankr.com/kava_evm',
|
10671
10694
|
'wss://wevm.kava-rpc.com'
|
@@ -12190,8 +12213,8 @@ const chainArray = [
|
|
12190
12213
|
chain: 'FTM',
|
12191
12214
|
rpc: [
|
12192
12215
|
'https://rpc.testnet.fantom.network',
|
12193
|
-
'https://fantom-testnet.publicnode.com',
|
12194
|
-
'wss://fantom-testnet.publicnode.com'
|
12216
|
+
'https://fantom-testnet-rpc.publicnode.com',
|
12217
|
+
'wss://fantom-testnet-rpc.publicnode.com'
|
12195
12218
|
],
|
12196
12219
|
faucets: [ 'https://faucet.fantom.network' ],
|
12197
12220
|
nativeCurrency: { name: 'Fantom', symbol: 'FTM', decimals: 18 },
|
@@ -12871,8 +12894,8 @@ const chainArray = [
|
|
12871
12894
|
icon: 'mantle',
|
12872
12895
|
rpc: [
|
12873
12896
|
'https://rpc.mantle.xyz',
|
12874
|
-
'https://mantle.publicnode.com',
|
12875
|
-
'wss://mantle.publicnode.com'
|
12897
|
+
'https://mantle-rpc.publicnode.com',
|
12898
|
+
'wss://mantle-rpc.publicnode.com'
|
12876
12899
|
],
|
12877
12900
|
faucets: [],
|
12878
12901
|
nativeCurrency: { name: 'Mantle', symbol: 'MNT', decimals: 18 },
|
@@ -13022,8 +13045,8 @@ const chainArray = [
|
|
13022
13045
|
'https://rpc2.bahamut.io',
|
13023
13046
|
'wss://ws1.sahara.bahamutchain.com',
|
13024
13047
|
'wss://ws2.sahara.bahamutchain.com',
|
13025
|
-
'https://bahamut.publicnode.com',
|
13026
|
-
'wss://bahamut.publicnode.com'
|
13048
|
+
'https://bahamut-rpc.publicnode.com',
|
13049
|
+
'wss://bahamut-rpc.publicnode.com'
|
13027
13050
|
],
|
13028
13051
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
13029
13052
|
faucets: [],
|
@@ -13260,7 +13283,9 @@ const chainArray = [
|
|
13260
13283
|
'https://opbnb-testnet.nodereal.io/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
13261
13284
|
'wss://opbnb-testnet.nodereal.io/ws/v1/64a9df0874fb4a93b9d0a3849de012d3',
|
13262
13285
|
'https://opbnb-testnet.nodereal.io/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
13263
|
-
'wss://opbnb-testnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5'
|
13286
|
+
'wss://opbnb-testnet.nodereal.io/ws/v1/e9a36765eb8a40b9bd12e680a1fd2bc5',
|
13287
|
+
'https://opbnb-testnet-rpc.publicnode.com',
|
13288
|
+
'wss://opbnb-testnet-rpc.publicnode.com'
|
13264
13289
|
],
|
13265
13290
|
faucets: [ 'https://testnet.bnbchain.org/faucet-smart' ],
|
13266
13291
|
nativeCurrency: { name: 'BNB Chain Native Token', symbol: 'tBNB', decimals: 18 },
|
@@ -13315,8 +13340,8 @@ const chainArray = [
|
|
13315
13340
|
rpc: [
|
13316
13341
|
'https://rpc.tanenbaum.io',
|
13317
13342
|
'wss://rpc.tanenbaum.io/wss',
|
13318
|
-
'https://syscoin-tanenbaum-evm.publicnode.com',
|
13319
|
-
'wss://syscoin-tanenbaum-evm.publicnode.com'
|
13343
|
+
'https://syscoin-tanenbaum-evm-rpc.publicnode.com',
|
13344
|
+
'wss://syscoin-tanenbaum-evm-rpc.publicnode.com'
|
13320
13345
|
],
|
13321
13346
|
faucets: [ 'https://faucet.tanenbaum.io' ],
|
13322
13347
|
nativeCurrency: { name: 'Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
|
@@ -14788,8 +14813,8 @@ const chainArray = [
|
|
14788
14813
|
'https://developer-access-mainnet.base.org/',
|
14789
14814
|
'https://base.gateway.tenderly.co',
|
14790
14815
|
'wss://base.gateway.tenderly.co',
|
14791
|
-
'https://base.publicnode.com',
|
14792
|
-
'wss://base.publicnode.com'
|
14816
|
+
'https://base-rpc.publicnode.com',
|
14817
|
+
'wss://base-rpc.publicnode.com'
|
14793
14818
|
],
|
14794
14819
|
faucets: [],
|
14795
14820
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
@@ -15916,8 +15941,8 @@ const chainArray = [
|
|
15916
15941
|
'https://rpc.chiadochain.net',
|
15917
15942
|
'https://rpc.chiado.gnosis.gateway.fm',
|
15918
15943
|
'wss://rpc.chiadochain.net/wss',
|
15919
|
-
'https://gnosis-chiado.publicnode.com',
|
15920
|
-
'wss://gnosis-chiado.publicnode.com'
|
15944
|
+
'https://gnosis-chiado-rpc.publicnode.com',
|
15945
|
+
'wss://gnosis-chiado-rpc.publicnode.com'
|
15921
15946
|
],
|
15922
15947
|
faucets: [ 'https://gnosisfaucet.com' ],
|
15923
15948
|
nativeCurrency: { name: 'Chiado xDAI', symbol: 'XDAI', decimals: 18 },
|
@@ -16248,8 +16273,8 @@ const chainArray = [
|
|
16248
16273
|
chain: 'Haqq',
|
16249
16274
|
rpc: [
|
16250
16275
|
'https://rpc.eth.haqq.network',
|
16251
|
-
'https://haqq-evm.publicnode.com',
|
16252
|
-
'wss://haqq-evm.publicnode.com'
|
16276
|
+
'https://haqq-evm-rpc.publicnode.com',
|
16277
|
+
'wss://haqq-evm-rpc.publicnode.com'
|
16253
16278
|
],
|
16254
16279
|
faucets: [],
|
16255
16280
|
nativeCurrency: { name: 'Islamic Coin', symbol: 'ISLM', decimals: 18 },
|
@@ -16966,8 +16991,8 @@ const chainArray = [
|
|
16966
16991
|
chain: 'ETH',
|
16967
16992
|
rpc: [
|
16968
16993
|
'https://rpc.holesky.ethpandaops.io',
|
16969
|
-
'https://ethereum-holesky.publicnode.com',
|
16970
|
-
'wss://ethereum-holesky.publicnode.com'
|
16994
|
+
'https://ethereum-holesky-rpc.publicnode.com',
|
16995
|
+
'wss://ethereum-holesky-rpc.publicnode.com'
|
16971
16996
|
],
|
16972
16997
|
faucets: [
|
16973
16998
|
'https://faucet.holesky.ethpandaops.io',
|
@@ -18627,8 +18652,8 @@ const chainArray = [
|
|
18627
18652
|
icon: 'avax',
|
18628
18653
|
rpc: [
|
18629
18654
|
'https://api.avax-test.network/ext/bc/C/rpc',
|
18630
|
-
'https://avalanche-fuji-c-chain.publicnode.com',
|
18631
|
-
'wss://avalanche-fuji-c-chain.publicnode.com'
|
18655
|
+
'https://avalanche-fuji-c-chain-rpc.publicnode.com',
|
18656
|
+
'wss://avalanche-fuji-c-chain-rpc.publicnode.com'
|
18632
18657
|
],
|
18633
18658
|
faucets: [ 'https://faucet.avax-test.network/' ],
|
18634
18659
|
nativeCurrency: { name: 'Avalanche', symbol: 'AVAX', decimals: 18 },
|
@@ -18651,8 +18676,8 @@ const chainArray = [
|
|
18651
18676
|
icon: 'avax',
|
18652
18677
|
rpc: [
|
18653
18678
|
'https://api.avax.network/ext/bc/C/rpc',
|
18654
|
-
'https://avalanche-c-chain.publicnode.com',
|
18655
|
-
'wss://avalanche-c-chain.publicnode.com'
|
18679
|
+
'https://avalanche-c-chain-rpc.publicnode.com',
|
18680
|
+
'wss://avalanche-c-chain-rpc.publicnode.com'
|
18656
18681
|
],
|
18657
18682
|
features: [ { name: 'EIP1559' } ],
|
18658
18683
|
faucets: [],
|
@@ -20196,8 +20221,8 @@ const chainArray = [
|
|
20196
20221
|
icon: 'polygon',
|
20197
20222
|
rpc: [
|
20198
20223
|
'https://rpc-mumbai.maticvigil.com',
|
20199
|
-
'https://polygon-mumbai-bor.publicnode.com',
|
20200
|
-
'wss://polygon-mumbai-bor.publicnode.com',
|
20224
|
+
'https://polygon-mumbai-bor-rpc.publicnode.com',
|
20225
|
+
'wss://polygon-mumbai-bor-rpc.publicnode.com',
|
20201
20226
|
'https://polygon-mumbai.gateway.tenderly.co',
|
20202
20227
|
'wss://polygon-mumbai.gateway.tenderly.co'
|
20203
20228
|
],
|
@@ -20397,6 +20422,21 @@ const chainArray = [
|
|
20397
20422
|
networkId: 81363,
|
20398
20423
|
status: 'incubating'
|
20399
20424
|
},
|
20425
|
+
{
|
20426
|
+
name: 'Blast',
|
20427
|
+
status: 'incubating',
|
20428
|
+
chain: 'ETH',
|
20429
|
+
rpc: [],
|
20430
|
+
faucets: [],
|
20431
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
20432
|
+
infoURL: 'https://blast.io/',
|
20433
|
+
shortName: 'blastmainnet',
|
20434
|
+
chainId: 81457,
|
20435
|
+
networkId: 81457,
|
20436
|
+
icon: 'blast',
|
20437
|
+
explorers: [],
|
20438
|
+
parent: { type: 'L2', chain: 'eip155-1' }
|
20439
|
+
},
|
20400
20440
|
{
|
20401
20441
|
name: 'Quantum Chain Mainnet',
|
20402
20442
|
chain: 'QNET',
|
@@ -20441,8 +20481,8 @@ const chainArray = [
|
|
20441
20481
|
'https://goerli.base.org',
|
20442
20482
|
'https://base-goerli.gateway.tenderly.co',
|
20443
20483
|
'wss://base-goerli.gateway.tenderly.co',
|
20444
|
-
'https://base-goerli.publicnode.com',
|
20445
|
-
'wss://base-goerli.publicnode.com'
|
20484
|
+
'https://base-goerli-rpc.publicnode.com',
|
20485
|
+
'wss://base-goerli-rpc.publicnode.com'
|
20446
20486
|
],
|
20447
20487
|
faucets: [ 'https://www.coinbase.com/faucets/base-ethereum-goerli-faucet' ],
|
20448
20488
|
nativeCurrency: { name: 'Goerli Ether', symbol: 'ETH', decimals: 18 },
|
@@ -20475,7 +20515,11 @@ const chainArray = [
|
|
20475
20515
|
{
|
20476
20516
|
name: 'Base Sepolia Testnet',
|
20477
20517
|
chain: 'ETH',
|
20478
|
-
rpc: [
|
20518
|
+
rpc: [
|
20519
|
+
'https://https://sepolia.base.org',
|
20520
|
+
'https://base-sepolia-rpc.publicnode.com',
|
20521
|
+
'wss://base-sepolia-rpc.publicnode.com'
|
20522
|
+
],
|
20479
20523
|
faucets: [],
|
20480
20524
|
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
20481
20525
|
infoURL: 'https://base.org',
|
@@ -21089,6 +21133,25 @@ const chainArray = [
|
|
21089
21133
|
}
|
21090
21134
|
]
|
21091
21135
|
},
|
21136
|
+
{
|
21137
|
+
name: 'Masa Testnet',
|
21138
|
+
chain: 'MASA',
|
21139
|
+
rpc: [ 'https://subnets.avax.network/masatestne/testnet/rpc' ],
|
21140
|
+
features: [ { name: 'EIP1559' } ],
|
21141
|
+
faucets: [],
|
21142
|
+
nativeCurrency: { name: 'Masa Token', symbol: 'MASA', decimals: 18 },
|
21143
|
+
infoURL: 'https://masa.finance',
|
21144
|
+
shortName: 'masa',
|
21145
|
+
chainId: 103454,
|
21146
|
+
networkId: 103454,
|
21147
|
+
explorers: [
|
21148
|
+
{
|
21149
|
+
name: 'Masa Testnet Explorer',
|
21150
|
+
url: 'https://subnets-test.avax.network/masatestnet',
|
21151
|
+
standard: 'EIP3091'
|
21152
|
+
}
|
21153
|
+
]
|
21154
|
+
},
|
21092
21155
|
{
|
21093
21156
|
name: 'BROChain Mainnet',
|
21094
21157
|
chain: 'BRO',
|
@@ -24135,8 +24198,8 @@ const chainArray = [
|
|
24135
24198
|
'wss://sepolia.infura.io/v3/${INFURA_API_KEY}',
|
24136
24199
|
'https://sepolia.gateway.tenderly.co',
|
24137
24200
|
'wss://sepolia.gateway.tenderly.co',
|
24138
|
-
'https://ethereum-sepolia.publicnode.com',
|
24139
|
-
'wss://ethereum-sepolia.publicnode.com'
|
24201
|
+
'https://ethereum-sepolia-rpc.publicnode.com',
|
24202
|
+
'wss://ethereum-sepolia-rpc.publicnode.com'
|
24140
24203
|
],
|
24141
24204
|
faucets: [
|
24142
24205
|
'http://fauceth.komputing.org?chain=11155111&address=${ADDRESS}'
|