eth-chainlist 0.0.239 → 0.0.241
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 +64 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.241 (2023-09-25)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.240 ([86ab1db](https://github.com/poowf/eth-chainlist/commit/86ab1db22499c8776dcbef524e104e0bd6d982d2))
|
9
|
+
* update chain data ([77bd5ae](https://github.com/poowf/eth-chainlist/commit/77bd5ae8a5d66e379947d6bc339abe027f9df938))
|
10
|
+
|
11
|
+
### 0.0.240 (2023-09-24)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.239 ([6b52203](https://github.com/poowf/eth-chainlist/commit/6b52203cd8c05a54e3c17aa33a724143ffc9f12d))
|
17
|
+
* update chain data ([ea02803](https://github.com/poowf/eth-chainlist/commit/ea02803cc72f577cb459decdd04917921b48a56d))
|
18
|
+
|
3
19
|
### 0.0.239 (2023-09-23)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -4204,7 +4204,9 @@ const chainArray = [
|
|
4204
4204
|
'https://rpc.pulsechain.com',
|
4205
4205
|
'wss://rpc.pulsechain.com',
|
4206
4206
|
'https://pulsechain.publicnode.com',
|
4207
|
-
'wss://pulsechain.publicnode.com'
|
4207
|
+
'wss://pulsechain.publicnode.com',
|
4208
|
+
'https://rpc-pulsechain.g4mm4.io',
|
4209
|
+
'wss://rpc-pulsechain.g4mm4.io'
|
4208
4210
|
],
|
4209
4211
|
slip44: 60,
|
4210
4212
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -5936,10 +5938,12 @@ const chainArray = [
|
|
5936
5938
|
icon: 'pulsechain',
|
5937
5939
|
infoURL: 'https://pulsechain.com',
|
5938
5940
|
rpc: [
|
5939
|
-
'https://rpc.v4.testnet.pulsechain.com
|
5940
|
-
'wss://rpc.v4.testnet.pulsechain.com
|
5941
|
+
'https://rpc.v4.testnet.pulsechain.com',
|
5942
|
+
'wss://rpc.v4.testnet.pulsechain.com',
|
5941
5943
|
'https://pulsechain-testnet.publicnode.com',
|
5942
|
-
'wss://pulsechain-testnet.publicnode.com'
|
5944
|
+
'wss://pulsechain-testnet.publicnode.com',
|
5945
|
+
'https://rpc-testnet-pulsechain.g4mm4.io',
|
5946
|
+
'wss://rpc-testnet-pulsechain.g4mm4.io'
|
5943
5947
|
],
|
5944
5948
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
5945
5949
|
faucets: [ 'https://faucet.v4.testnet.pulsechain.com/' ],
|
@@ -5953,6 +5957,11 @@ const chainArray = [
|
|
5953
5957
|
url: 'https://scan.v4.testnet.pulsechain.com',
|
5954
5958
|
icon: 'blockscout',
|
5955
5959
|
standard: 'EIP3091'
|
5960
|
+
},
|
5961
|
+
{
|
5962
|
+
name: 'blockscout',
|
5963
|
+
url: 'https://otter-testnet-pulsechain.g4mm4.io',
|
5964
|
+
standard: 'EIP3091'
|
5956
5965
|
}
|
5957
5966
|
]
|
5958
5967
|
},
|
@@ -13940,6 +13949,22 @@ const chainArray = [
|
|
13940
13949
|
],
|
13941
13950
|
parent: { type: 'L2', chain: 'eip155-43113' }
|
13942
13951
|
},
|
13952
|
+
{
|
13953
|
+
name: 'Astar zkEVM',
|
13954
|
+
shortName: 'astrzk',
|
13955
|
+
title: 'Astar zkEVM Mainnet',
|
13956
|
+
chain: 'ETH',
|
13957
|
+
icon: 'astarzk',
|
13958
|
+
rpc: [],
|
13959
|
+
faucets: [],
|
13960
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
13961
|
+
infoURL: 'https://astar.network',
|
13962
|
+
chainId: 12611,
|
13963
|
+
networkId: 12611,
|
13964
|
+
explorers: [],
|
13965
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
13966
|
+
status: 'incubating'
|
13967
|
+
},
|
13943
13968
|
{
|
13944
13969
|
name: 'Rikeza Network Testnet',
|
13945
13970
|
title: 'Rikeza Network Testnet',
|
@@ -16498,6 +16523,25 @@ const chainArray = [
|
|
16498
16523
|
}
|
16499
16524
|
]
|
16500
16525
|
},
|
16526
|
+
{
|
16527
|
+
name: 'Foundry Chain Testnet',
|
16528
|
+
chain: 'tFNC',
|
16529
|
+
icon: 'fnc',
|
16530
|
+
rpc: [ 'https://testnet-rpc.foundryscan.org/' ],
|
16531
|
+
faucets: [ 'https://faucet.foundryscan.org' ],
|
16532
|
+
nativeCurrency: { name: 'Foundry Chain Testnet', symbol: 'tFNC', decimals: 18 },
|
16533
|
+
infoURL: 'https://foundrychain.org',
|
16534
|
+
shortName: 'fnc',
|
16535
|
+
chainId: 77238,
|
16536
|
+
networkId: 77238,
|
16537
|
+
explorers: [
|
16538
|
+
{
|
16539
|
+
name: 'Foundry Scan Testnet',
|
16540
|
+
url: 'https://testnet-explorer.foundryscan.org',
|
16541
|
+
standard: 'EIP3091'
|
16542
|
+
}
|
16543
|
+
]
|
16544
|
+
},
|
16501
16545
|
{
|
16502
16546
|
name: 'Vention Smart Chain Mainnet',
|
16503
16547
|
chain: 'VSC',
|
@@ -19209,6 +19253,22 @@ const chainArray = [
|
|
19209
19253
|
}
|
19210
19254
|
]
|
19211
19255
|
},
|
19256
|
+
{
|
19257
|
+
name: 'zKatana',
|
19258
|
+
shortName: 'azktn',
|
19259
|
+
title: 'Astar zkEVM Testnet zKatana',
|
19260
|
+
chain: 'ETH',
|
19261
|
+
icon: 'astarzk',
|
19262
|
+
rpc: [],
|
19263
|
+
faucets: [],
|
19264
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
19265
|
+
infoURL: 'https://astar.network',
|
19266
|
+
chainId: 1261120,
|
19267
|
+
networkId: 1261120,
|
19268
|
+
explorers: [],
|
19269
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
19270
|
+
status: 'incubating'
|
19271
|
+
},
|
19212
19272
|
{
|
19213
19273
|
name: 'Etho Protocol',
|
19214
19274
|
chain: 'ETHO',
|