eth-chainlist 0.0.353 → 0.0.355
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 +68 -9
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.355 (2024-03-04)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.354 ([2928470](https://github.com/poowf/eth-chainlist/commit/292847019d71b1aa9cec51cf0b25e168588f3e93))
|
9
|
+
* update chain data ([16a6da3](https://github.com/poowf/eth-chainlist/commit/16a6da3424c27e4a5369a3c25f4fcca06ab7896b))
|
10
|
+
|
11
|
+
### 0.0.354 (2024-03-03)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.353 ([af6a422](https://github.com/poowf/eth-chainlist/commit/af6a4222c5ab461d940aebf3ea19685fd9e45e73))
|
17
|
+
* update chain data ([bd8d5c5](https://github.com/poowf/eth-chainlist/commit/bd8d5c591f250aeb3f03401a4993d11690f92537))
|
18
|
+
|
3
19
|
### 0.0.353 (2024-03-02)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -6509,6 +6509,27 @@ const chainArray = [
|
|
6509
6509
|
slip44: 1,
|
6510
6510
|
status: 'deprecated'
|
6511
6511
|
},
|
6512
|
+
{
|
6513
|
+
name: 'Runic Chain Testnet',
|
6514
|
+
chain: 'Runic',
|
6515
|
+
rpc: [ 'https://rpc-testnet.runic.build' ],
|
6516
|
+
faucets: [ 'https://faucet.runic.build' ],
|
6517
|
+
nativeCurrency: { name: 'Bitcoin', symbol: 'rBTC', decimals: 18 },
|
6518
|
+
infoURL: 'https://runic.build',
|
6519
|
+
shortName: 'runic-testnet',
|
6520
|
+
chainId: 822,
|
6521
|
+
networkId: 822,
|
6522
|
+
status: 'active',
|
6523
|
+
icon: 'runic-testnet',
|
6524
|
+
explorers: [
|
6525
|
+
{
|
6526
|
+
name: 'RunicScan',
|
6527
|
+
url: 'https://scan.runic.build',
|
6528
|
+
icon: 'runic-testnet',
|
6529
|
+
standard: 'EIP3091'
|
6530
|
+
}
|
6531
|
+
]
|
6532
|
+
},
|
6512
6533
|
{
|
6513
6534
|
name: 'CheckDot Blockchain Devnet',
|
6514
6535
|
chain: 'CDT Blockchain',
|
@@ -6798,8 +6819,13 @@ const chainArray = [
|
|
6798
6819
|
chainId: 917,
|
6799
6820
|
networkId: 917,
|
6800
6821
|
slip44: 1,
|
6801
|
-
explorers: [
|
6802
|
-
|
6822
|
+
explorers: [
|
6823
|
+
{
|
6824
|
+
name: 'FireScan',
|
6825
|
+
url: 'https://rinia.firescan.io',
|
6826
|
+
standard: 'EIP3091'
|
6827
|
+
}
|
6828
|
+
]
|
6803
6829
|
},
|
6804
6830
|
{
|
6805
6831
|
name: 'Mode Testnet',
|
@@ -12210,14 +12236,14 @@ const chainArray = [
|
|
12210
12236
|
]
|
12211
12237
|
},
|
12212
12238
|
{
|
12213
|
-
name: 'Firechain zkEVM
|
12214
|
-
title: 'Firechain zkEVM
|
12239
|
+
name: 'Firechain zkEVM Ghostrider',
|
12240
|
+
title: 'Firechain zkEVM Testnet',
|
12215
12241
|
chain: 'Firechain',
|
12216
12242
|
rpc: [ 'https://rpc-zkevm-ghostrider.thefirechain.com' ],
|
12217
12243
|
faucets: [ 'zkevm-faucet.thefirechain.com' ],
|
12218
12244
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
12219
12245
|
infoURL: 'https://docs.thefirechain.com/',
|
12220
|
-
shortName: 'firechain-zkEVM-
|
12246
|
+
shortName: 'firechain-zkEVM-testnet',
|
12221
12247
|
chainId: 3885,
|
12222
12248
|
networkId: 3885,
|
12223
12249
|
explorers: []
|
@@ -20744,9 +20770,15 @@ const chainArray = [
|
|
20744
20770
|
},
|
20745
20771
|
{
|
20746
20772
|
name: 'Blast',
|
20747
|
-
status: '
|
20773
|
+
status: 'active',
|
20748
20774
|
chain: 'ETH',
|
20749
|
-
rpc: [
|
20775
|
+
rpc: [
|
20776
|
+
'https://rpc.blast.io',
|
20777
|
+
'https://rpc.ankr.com/blast',
|
20778
|
+
'https://blast.din.dev/rpc',
|
20779
|
+
'https://blastl2-mainnet.public.blastapi.io',
|
20780
|
+
'https://blast.blockpi.network/v1/rpc/public'
|
20781
|
+
],
|
20750
20782
|
faucets: [],
|
20751
20783
|
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
20752
20784
|
infoURL: 'https://blast.io/',
|
@@ -20754,7 +20786,20 @@ const chainArray = [
|
|
20754
20786
|
chainId: 81457,
|
20755
20787
|
networkId: 81457,
|
20756
20788
|
icon: 'blast',
|
20757
|
-
explorers: [
|
20789
|
+
explorers: [
|
20790
|
+
{
|
20791
|
+
name: 'Blastscan',
|
20792
|
+
url: 'https://blastscan.io',
|
20793
|
+
icon: 'blast',
|
20794
|
+
standard: 'EIP3091'
|
20795
|
+
},
|
20796
|
+
{
|
20797
|
+
name: 'Blast Explorer',
|
20798
|
+
url: 'https://blastexplorer.io',
|
20799
|
+
icon: 'blast',
|
20800
|
+
standard: 'EIP3091'
|
20801
|
+
}
|
20802
|
+
],
|
20758
20803
|
parent: { type: 'L2', chain: 'eip155-1' }
|
20759
20804
|
},
|
20760
20805
|
{
|
@@ -20836,7 +20881,7 @@ const chainArray = [
|
|
20836
20881
|
name: 'Base Sepolia Testnet',
|
20837
20882
|
chain: 'ETH',
|
20838
20883
|
rpc: [
|
20839
|
-
'https://
|
20884
|
+
'https://sepolia.base.org',
|
20840
20885
|
'https://base-sepolia-rpc.publicnode.com',
|
20841
20886
|
'wss://base-sepolia-rpc.publicnode.com'
|
20842
20887
|
],
|
@@ -25553,6 +25598,20 @@ const chainArray = [
|
|
25553
25598
|
}
|
25554
25599
|
]
|
25555
25600
|
},
|
25601
|
+
{
|
25602
|
+
name: 'Degen Chain',
|
25603
|
+
title: 'Degen Chain',
|
25604
|
+
chain: 'Degen',
|
25605
|
+
rpc: [ 'https://rpc.degen.tips' ],
|
25606
|
+
faucets: [],
|
25607
|
+
nativeCurrency: { name: 'DEGEN', symbol: 'DEGEN', decimals: 18 },
|
25608
|
+
infoURL: 'https://degen.tips',
|
25609
|
+
shortName: 'degen-chain',
|
25610
|
+
chainId: 666666666,
|
25611
|
+
networkId: 666666666,
|
25612
|
+
status: 'incubating',
|
25613
|
+
icon: 'degen'
|
25614
|
+
},
|
25556
25615
|
{
|
25557
25616
|
name: 'Ancient8',
|
25558
25617
|
chain: 'Ancient8',
|