eth-chainlist 0.0.347 → 0.0.348
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 +31 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.348 (2024-02-26)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.347 ([59fd17a](https://github.com/poowf/eth-chainlist/commit/59fd17a748d8ee3fc750676e45461fcea226b799))
|
9
|
+
* update chain data ([fe53b0b](https://github.com/poowf/eth-chainlist/commit/fe53b0ba1cec703a76348343f44509b01ff2d3bb))
|
10
|
+
|
3
11
|
### 0.0.347 (2024-02-25)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -5355,7 +5355,7 @@ const chainArray = [
|
|
5355
5355
|
name: 'Firechain Mainnet',
|
5356
5356
|
chain: 'FIRE',
|
5357
5357
|
icon: 'firechain',
|
5358
|
-
rpc: [ 'https://mainnet.
|
5358
|
+
rpc: [ 'https://rpc-mainnet.thefirechain.com' ],
|
5359
5359
|
faucets: [],
|
5360
5360
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
5361
5361
|
infoURL: 'https://thefirechain.com',
|
@@ -6436,7 +6436,7 @@ const chainArray = [
|
|
6436
6436
|
name: 'Firechain zkEVM',
|
6437
6437
|
title: 'Firechain zkEVM',
|
6438
6438
|
chain: 'Firechain',
|
6439
|
-
rpc: [ 'https://rpc
|
6439
|
+
rpc: [ 'https://rpc-zkevm.thefirechain.com' ],
|
6440
6440
|
faucets: [],
|
6441
6441
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
6442
6442
|
infoURL: 'https://docs.thefirechain.com/',
|
@@ -6448,7 +6448,7 @@ const chainArray = [
|
|
6448
6448
|
parent: {
|
6449
6449
|
type: 'L2',
|
6450
6450
|
chain: 'eip155-1',
|
6451
|
-
bridges: [ { url: 'https://zkevm
|
6451
|
+
bridges: [ { url: 'https://zkevm-bridge-rpc.thefirechain.com' } ]
|
6452
6452
|
}
|
6453
6453
|
},
|
6454
6454
|
{
|
@@ -6784,7 +6784,7 @@ const chainArray = [
|
|
6784
6784
|
name: 'Rinia Testnet',
|
6785
6785
|
chain: 'FIRE',
|
6786
6786
|
icon: 'rinia',
|
6787
|
-
rpc: [ 'https://rinia
|
6787
|
+
rpc: [ 'https://rinia-rpc1.thefirechain.com' ],
|
6788
6788
|
faucets: [ 'https://faucet.thefirechain.com' ],
|
6789
6789
|
nativeCurrency: { name: 'Firechain', symbol: 'FIRE', decimals: 18 },
|
6790
6790
|
infoURL: 'https://thefirechain.com',
|
@@ -12143,10 +12143,10 @@ const chainArray = [
|
|
12143
12143
|
]
|
12144
12144
|
},
|
12145
12145
|
{
|
12146
|
-
name: 'Firechain zkEVM
|
12146
|
+
name: 'Firechain zkEVM Testnet',
|
12147
12147
|
title: 'Firechain zkEVM Ghostrider',
|
12148
12148
|
chain: 'Firechain',
|
12149
|
-
rpc: [ 'https://rpc
|
12149
|
+
rpc: [ 'https://rpc-zkevm-ghostrider.thefirechain.com' ],
|
12150
12150
|
faucets: [ 'zkevm-faucet.thefirechain.com' ],
|
12151
12151
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12152
12152
|
infoURL: 'https://docs.thefirechain.com/',
|
@@ -12274,6 +12274,31 @@ const chainArray = [
|
|
12274
12274
|
}
|
12275
12275
|
]
|
12276
12276
|
},
|
12277
|
+
{
|
12278
|
+
name: 'APEX Testnet',
|
12279
|
+
chain: 'ETH',
|
12280
|
+
rpc: [ 'https://exp-testnet.apexlayer.xyz' ],
|
12281
|
+
faucets: [ 'https://sepoliafaucet.com/' ],
|
12282
|
+
nativeCurrency: { name: 'Sepolia Ether', symbol: 'ETH', decimals: 18 },
|
12283
|
+
infoURL: 'https://docs.apexlayer.xyz/',
|
12284
|
+
shortName: 'apexsep',
|
12285
|
+
chainId: 3993,
|
12286
|
+
networkId: 3993,
|
12287
|
+
slip44: 1,
|
12288
|
+
icon: 'apextestnet',
|
12289
|
+
explorers: [
|
12290
|
+
{
|
12291
|
+
name: 'blockscout',
|
12292
|
+
url: 'https://exp-testnet.apexlayer.xyz',
|
12293
|
+
standard: 'EIP3091'
|
12294
|
+
}
|
12295
|
+
],
|
12296
|
+
parent: {
|
12297
|
+
type: 'L2',
|
12298
|
+
chain: 'eip155-11155111',
|
12299
|
+
bridges: [ { url: 'https://apexlayer.xyz/bridge' } ]
|
12300
|
+
}
|
12301
|
+
},
|
12277
12302
|
{
|
12278
12303
|
name: 'YuanChain Mainnet',
|
12279
12304
|
chain: 'YCC',
|