eth-chainlist 0.0.767 → 0.0.769
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 +16 -0
- package/data/chain.js +117 -14
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.769 (2026-05-13)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.768 ([4cb38b6](https://github.com/poowf/eth-chainlist/commit/4cb38b6cd7ebe1f8b08c6d9007145d832316b44d))
|
|
9
|
+
* update chain data ([65c725f](https://github.com/poowf/eth-chainlist/commit/65c725ff3b852116ea6116624f47c2490f7cfefd))
|
|
10
|
+
|
|
11
|
+
### 0.0.768 (2026-05-12)
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Maintenance
|
|
15
|
+
|
|
16
|
+
* **release:** 0.0.767 ([17a32d8](https://github.com/poowf/eth-chainlist/commit/17a32d85bbedade4b1de955dddf305cc28286c1f))
|
|
17
|
+
* update chain data ([984f29e](https://github.com/poowf/eth-chainlist/commit/984f29efdfb6d14d58da54d789e513e0dc46bc6a))
|
|
18
|
+
|
|
3
19
|
### 0.0.767 (2026-05-11)
|
|
4
20
|
|
|
5
21
|
|
package/data/chain.js
CHANGED
|
@@ -2892,7 +2892,8 @@ const chainArray = [
|
|
|
2892
2892
|
'https://polygon-bor-rpc.publicnode.com',
|
|
2893
2893
|
'wss://polygon-bor-rpc.publicnode.com',
|
|
2894
2894
|
'https://polygon.gateway.tenderly.co',
|
|
2895
|
-
'wss://polygon.gateway.tenderly.co'
|
|
2895
|
+
'wss://polygon.gateway.tenderly.co',
|
|
2896
|
+
'https://rpc.satelink.network/rpc/polygon'
|
|
2896
2897
|
],
|
|
2897
2898
|
faucets: [],
|
|
2898
2899
|
nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
|
|
@@ -12887,7 +12888,7 @@ const chainArray = [
|
|
|
12887
12888
|
chain: 'Atlantis',
|
|
12888
12889
|
rpc: [ 'https://rpc.atlantischain.network' ],
|
|
12889
12890
|
faucets: [ 'https://faucet.atlantischain.network' ],
|
|
12890
|
-
nativeCurrency: { name: '
|
|
12891
|
+
nativeCurrency: { name: 'PYR', symbol: 'PYR', decimals: 18 },
|
|
12891
12892
|
infoURL: 'https://elysiumchain.tech',
|
|
12892
12893
|
shortName: 'ATL',
|
|
12893
12894
|
chainId: 1338,
|
|
@@ -20874,15 +20875,37 @@ const chainArray = [
|
|
|
20874
20875
|
},
|
|
20875
20876
|
{
|
|
20876
20877
|
name: 'MegaETH Mainnet',
|
|
20877
|
-
chain: '
|
|
20878
|
-
|
|
20879
|
-
|
|
20878
|
+
chain: 'MegaETH',
|
|
20879
|
+
rpc: [
|
|
20880
|
+
'https://mainnet.megaeth.com/rpc',
|
|
20881
|
+
'wss://mainnet.megaeth.com/ws'
|
|
20882
|
+
],
|
|
20880
20883
|
faucets: [],
|
|
20881
|
-
|
|
20884
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
20882
20885
|
infoURL: 'https://megaeth.com',
|
|
20883
20886
|
shortName: 'megaeth',
|
|
20884
20887
|
chainId: 4326,
|
|
20885
|
-
networkId: 4326
|
|
20888
|
+
networkId: 4326,
|
|
20889
|
+
icon: 'megaeth',
|
|
20890
|
+
explorers: [
|
|
20891
|
+
{
|
|
20892
|
+
name: 'MegaETH Etherscan',
|
|
20893
|
+
url: 'https://mega.etherscan.io',
|
|
20894
|
+
standard: 'EIP3091'
|
|
20895
|
+
},
|
|
20896
|
+
{
|
|
20897
|
+
name: 'MegaETH Blockscout',
|
|
20898
|
+
url: 'https://megaeth.blockscout.com',
|
|
20899
|
+
icon: 'blockscout',
|
|
20900
|
+
standard: 'EIP3091'
|
|
20901
|
+
}
|
|
20902
|
+
],
|
|
20903
|
+
parent: {
|
|
20904
|
+
type: 'L2',
|
|
20905
|
+
chain: 'eip155-1',
|
|
20906
|
+
bridges: [ { url: 'https://rabbithole.megaeth.com' } ]
|
|
20907
|
+
},
|
|
20908
|
+
status: 'active'
|
|
20886
20909
|
},
|
|
20887
20910
|
{
|
|
20888
20911
|
name: 'Bobafuji Testnet',
|
|
@@ -23223,15 +23246,24 @@ const chainArray = [
|
|
|
23223
23246
|
},
|
|
23224
23247
|
{
|
|
23225
23248
|
name: 'MegaETH Testnet',
|
|
23226
|
-
chain: '
|
|
23227
|
-
|
|
23228
|
-
|
|
23229
|
-
|
|
23230
|
-
infoURL: 'https://
|
|
23231
|
-
shortName: '
|
|
23249
|
+
chain: 'MegaETH',
|
|
23250
|
+
rpc: [ 'https://carrot.megaeth.com/rpc' ],
|
|
23251
|
+
faucets: [ 'https://testnet.megaeth.com' ],
|
|
23252
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
|
23253
|
+
infoURL: 'https://megaeth.com',
|
|
23254
|
+
shortName: 'megaeth-testnet',
|
|
23232
23255
|
chainId: 6343,
|
|
23233
23256
|
networkId: 6343,
|
|
23234
|
-
|
|
23257
|
+
icon: 'megaeth',
|
|
23258
|
+
explorers: [
|
|
23259
|
+
{
|
|
23260
|
+
name: 'MegaETH Testnet Explorer',
|
|
23261
|
+
url: 'https://testnet-mega.etherscan.io',
|
|
23262
|
+
standard: 'EIP3091'
|
|
23263
|
+
}
|
|
23264
|
+
],
|
|
23265
|
+
parent: { type: 'L2', chain: 'eip155-11155111' },
|
|
23266
|
+
status: 'active'
|
|
23235
23267
|
},
|
|
23236
23268
|
{
|
|
23237
23269
|
name: 'Digit Soul Smart Chain',
|
|
@@ -23264,6 +23296,25 @@ const chainArray = [
|
|
|
23264
23296
|
}
|
|
23265
23297
|
]
|
|
23266
23298
|
},
|
|
23299
|
+
{
|
|
23300
|
+
name: 'MIZUHIKI Testnet Awaji',
|
|
23301
|
+
chain: 'MIZU',
|
|
23302
|
+
rpc: [ 'https://rpc.awaji.mizuhiki.io' ],
|
|
23303
|
+
faucets: [ 'https://faucet.awaji.mizuhiki.io' ],
|
|
23304
|
+
nativeCurrency: { name: 'MIZU', symbol: 'MIZU', decimals: 18 },
|
|
23305
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
|
23306
|
+
infoURL: 'https://mizuhiki.io/',
|
|
23307
|
+
shortName: 'awaji',
|
|
23308
|
+
chainId: 6497,
|
|
23309
|
+
networkId: 6497,
|
|
23310
|
+
explorers: [
|
|
23311
|
+
{
|
|
23312
|
+
name: 'blockscout',
|
|
23313
|
+
url: 'https://awaji.blockscout.com',
|
|
23314
|
+
standard: 'EIP3091'
|
|
23315
|
+
}
|
|
23316
|
+
]
|
|
23317
|
+
},
|
|
23267
23318
|
{
|
|
23268
23319
|
name: 'Peerpay',
|
|
23269
23320
|
chain: 'P2P',
|
|
@@ -24070,6 +24121,44 @@ const chainArray = [
|
|
|
24070
24121
|
status: 'incubating',
|
|
24071
24122
|
explorers: []
|
|
24072
24123
|
},
|
|
24124
|
+
{
|
|
24125
|
+
name: 'Sentrix Chain',
|
|
24126
|
+
chain: 'Sentrix',
|
|
24127
|
+
rpc: [ 'https://rpc.sentrixchain.com' ],
|
|
24128
|
+
faucets: [],
|
|
24129
|
+
nativeCurrency: { name: 'Sentrix', symbol: 'SRX', decimals: 18 },
|
|
24130
|
+
infoURL: 'https://sentrixchain.com',
|
|
24131
|
+
shortName: 'srx',
|
|
24132
|
+
chainId: 7119,
|
|
24133
|
+
networkId: 7119,
|
|
24134
|
+
icon: 'sentrix',
|
|
24135
|
+
explorers: [
|
|
24136
|
+
{
|
|
24137
|
+
name: 'Sentrix Scan',
|
|
24138
|
+
url: 'https://scan.sentrixchain.com',
|
|
24139
|
+
standard: 'EIP3091'
|
|
24140
|
+
}
|
|
24141
|
+
]
|
|
24142
|
+
},
|
|
24143
|
+
{
|
|
24144
|
+
name: 'Sentrix Testnet',
|
|
24145
|
+
chain: 'Sentrix',
|
|
24146
|
+
rpc: [ 'https://testnet-rpc.sentrixchain.com' ],
|
|
24147
|
+
faucets: [ 'https://faucet.sentrixchain.com' ],
|
|
24148
|
+
nativeCurrency: { name: 'Sentrix', symbol: 'SRX', decimals: 18 },
|
|
24149
|
+
infoURL: 'https://sentrixchain.com',
|
|
24150
|
+
shortName: 'srx-testnet',
|
|
24151
|
+
chainId: 7120,
|
|
24152
|
+
networkId: 7120,
|
|
24153
|
+
icon: 'sentrix',
|
|
24154
|
+
explorers: [
|
|
24155
|
+
{
|
|
24156
|
+
name: 'Sentrix Scan Testnet',
|
|
24157
|
+
url: 'https://scan-testnet.sentrixchain.com',
|
|
24158
|
+
standard: 'EIP3091'
|
|
24159
|
+
}
|
|
24160
|
+
]
|
|
24161
|
+
},
|
|
24073
24162
|
{
|
|
24074
24163
|
name: 'Bitrock Mainnet',
|
|
24075
24164
|
chain: 'Bitrock',
|
|
@@ -26122,6 +26211,20 @@ const chainArray = [
|
|
|
26122
26211
|
}
|
|
26123
26212
|
]
|
|
26124
26213
|
},
|
|
26214
|
+
{
|
|
26215
|
+
name: 'EB-Chain',
|
|
26216
|
+
chain: 'EBC',
|
|
26217
|
+
rpc: [ 'https://rpc.ebcscan.net' ],
|
|
26218
|
+
faucets: [ 'https://ebcscan.net/faucet' ],
|
|
26219
|
+
nativeCurrency: { name: 'EBC', symbol: 'EBC', decimals: 18 },
|
|
26220
|
+
infoURL: 'https://ebcscan.net',
|
|
26221
|
+
shortName: 'ebc',
|
|
26222
|
+
chainId: 8721,
|
|
26223
|
+
networkId: 8721,
|
|
26224
|
+
explorers: [
|
|
26225
|
+
{ name: 'EBCScan', url: 'https://ebcscan.net', standard: 'none' }
|
|
26226
|
+
]
|
|
26227
|
+
},
|
|
26125
26228
|
{
|
|
26126
26229
|
name: 'TOOL Global Mainnet',
|
|
26127
26230
|
chain: 'OLO',
|