eth-chainlist 0.0.240 → 0.0.242
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 +70 -5
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.242 (2023-09-26)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.241 ([bb01aae](https://github.com/poowf/eth-chainlist/commit/bb01aae7f39b22e829f6329153c8057357e3e7d8))
|
9
|
+
* update chain data ([4b74c88](https://github.com/poowf/eth-chainlist/commit/4b74c8834990f3d8c97940d2ffd3445343f1ffaf))
|
10
|
+
|
11
|
+
### 0.0.241 (2023-09-25)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.240 ([86ab1db](https://github.com/poowf/eth-chainlist/commit/86ab1db22499c8776dcbef524e104e0bd6d982d2))
|
17
|
+
* update chain data ([77bd5ae](https://github.com/poowf/eth-chainlist/commit/77bd5ae8a5d66e379947d6bc339abe027f9df938))
|
18
|
+
|
3
19
|
### 0.0.240 (2023-09-24)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -270,7 +270,10 @@ const chainArray = [
|
|
270
270
|
name: 'Flare Mainnet',
|
271
271
|
chain: 'FLR',
|
272
272
|
icon: 'flare',
|
273
|
-
rpc: [
|
273
|
+
rpc: [
|
274
|
+
'https://flare-api.flare.network/ext/C/rpc',
|
275
|
+
'https://rpc.ftso.au/flare'
|
276
|
+
],
|
274
277
|
faucets: [],
|
275
278
|
nativeCurrency: { name: 'Flare', symbol: 'FLR', decimals: 18 },
|
276
279
|
infoURL: 'https://flare.xyz',
|
@@ -2661,6 +2664,27 @@ const chainArray = [
|
|
2661
2664
|
}
|
2662
2665
|
]
|
2663
2666
|
},
|
2667
|
+
{
|
2668
|
+
name: 'ShimmerEVM Mainnet',
|
2669
|
+
title: 'ShimmerEVM Mainnet',
|
2670
|
+
chain: 'ShimmerEVM',
|
2671
|
+
rpc: [ 'https://json-rpc.evm.shimmer.network' ],
|
2672
|
+
faucets: [],
|
2673
|
+
nativeCurrency: { name: 'SMR', symbol: 'SMR', decimals: 18 },
|
2674
|
+
infoURL: 'https://shimmer.network',
|
2675
|
+
shortName: 'shimmerevm-mainnet',
|
2676
|
+
chainId: 148,
|
2677
|
+
networkId: 148,
|
2678
|
+
icon: 'shimmerevm',
|
2679
|
+
explorers: [
|
2680
|
+
{
|
2681
|
+
name: 'explorer',
|
2682
|
+
url: 'https://explorer.evm.shimmer.network',
|
2683
|
+
icon: 'shimmerevm',
|
2684
|
+
standard: 'EIP3091'
|
2685
|
+
}
|
2686
|
+
]
|
2687
|
+
},
|
2664
2688
|
{
|
2665
2689
|
name: 'Six Protocol Testnet',
|
2666
2690
|
chain: 'FIVENET',
|
@@ -4204,7 +4228,9 @@ const chainArray = [
|
|
4204
4228
|
'https://rpc.pulsechain.com',
|
4205
4229
|
'wss://rpc.pulsechain.com',
|
4206
4230
|
'https://pulsechain.publicnode.com',
|
4207
|
-
'wss://pulsechain.publicnode.com'
|
4231
|
+
'wss://pulsechain.publicnode.com',
|
4232
|
+
'https://rpc-pulsechain.g4mm4.io',
|
4233
|
+
'wss://rpc-pulsechain.g4mm4.io'
|
4208
4234
|
],
|
4209
4235
|
slip44: 60,
|
4210
4236
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
@@ -5936,10 +5962,12 @@ const chainArray = [
|
|
5936
5962
|
icon: 'pulsechain',
|
5937
5963
|
infoURL: 'https://pulsechain.com',
|
5938
5964
|
rpc: [
|
5939
|
-
'https://rpc.v4.testnet.pulsechain.com
|
5940
|
-
'wss://rpc.v4.testnet.pulsechain.com
|
5965
|
+
'https://rpc.v4.testnet.pulsechain.com',
|
5966
|
+
'wss://rpc.v4.testnet.pulsechain.com',
|
5941
5967
|
'https://pulsechain-testnet.publicnode.com',
|
5942
|
-
'wss://pulsechain-testnet.publicnode.com'
|
5968
|
+
'wss://pulsechain-testnet.publicnode.com',
|
5969
|
+
'https://rpc-testnet-pulsechain.g4mm4.io',
|
5970
|
+
'wss://rpc-testnet-pulsechain.g4mm4.io'
|
5943
5971
|
],
|
5944
5972
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
5945
5973
|
faucets: [ 'https://faucet.v4.testnet.pulsechain.com/' ],
|
@@ -5953,6 +5981,11 @@ const chainArray = [
|
|
5953
5981
|
url: 'https://scan.v4.testnet.pulsechain.com',
|
5954
5982
|
icon: 'blockscout',
|
5955
5983
|
standard: 'EIP3091'
|
5984
|
+
},
|
5985
|
+
{
|
5986
|
+
name: 'blockscout',
|
5987
|
+
url: 'https://otter-testnet-pulsechain.g4mm4.io',
|
5988
|
+
standard: 'EIP3091'
|
5956
5989
|
}
|
5957
5990
|
]
|
5958
5991
|
},
|
@@ -13940,6 +13973,22 @@ const chainArray = [
|
|
13940
13973
|
],
|
13941
13974
|
parent: { type: 'L2', chain: 'eip155-43113' }
|
13942
13975
|
},
|
13976
|
+
{
|
13977
|
+
name: 'Astar zkEVM',
|
13978
|
+
shortName: 'astrzk',
|
13979
|
+
title: 'Astar zkEVM Mainnet',
|
13980
|
+
chain: 'ETH',
|
13981
|
+
icon: 'astarzk',
|
13982
|
+
rpc: [],
|
13983
|
+
faucets: [],
|
13984
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
13985
|
+
infoURL: 'https://astar.network',
|
13986
|
+
chainId: 12611,
|
13987
|
+
networkId: 12611,
|
13988
|
+
explorers: [],
|
13989
|
+
parent: { type: 'L2', chain: 'eip155-1', bridges: [] },
|
13990
|
+
status: 'incubating'
|
13991
|
+
},
|
13943
13992
|
{
|
13944
13993
|
name: 'Rikeza Network Testnet',
|
13945
13994
|
title: 'Rikeza Network Testnet',
|
@@ -19228,6 +19277,22 @@ const chainArray = [
|
|
19228
19277
|
}
|
19229
19278
|
]
|
19230
19279
|
},
|
19280
|
+
{
|
19281
|
+
name: 'zKatana',
|
19282
|
+
shortName: 'azktn',
|
19283
|
+
title: 'Astar zkEVM Testnet zKatana',
|
19284
|
+
chain: 'ETH',
|
19285
|
+
icon: 'astarzk',
|
19286
|
+
rpc: [],
|
19287
|
+
faucets: [],
|
19288
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
19289
|
+
infoURL: 'https://astar.network',
|
19290
|
+
chainId: 1261120,
|
19291
|
+
networkId: 1261120,
|
19292
|
+
explorers: [],
|
19293
|
+
parent: { type: 'L2', chain: 'eip155-11155111', bridges: [] },
|
19294
|
+
status: 'incubating'
|
19295
|
+
},
|
19231
19296
|
{
|
19232
19297
|
name: 'Etho Protocol',
|
19233
19298
|
chain: 'ETHO',
|