eth-chainlist 0.0.607 → 0.0.608
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 +19 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.608 (2025-02-09)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.607 ([e993d2c](https://github.com/poowf/eth-chainlist/commit/e993d2c7bb5746415ea311b7e05f1bc5738a596d))
|
9
|
+
* update chain data ([6a6b838](https://github.com/poowf/eth-chainlist/commit/6a6b838f6be991a3621f361894380da3c001f3e2))
|
10
|
+
|
3
11
|
### 0.0.607 (2025-02-08)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -25553,6 +25553,25 @@ const chainArray = [
|
|
25553
25553
|
}
|
25554
25554
|
]
|
25555
25555
|
},
|
25556
|
+
{
|
25557
|
+
name: 'BEVM Signet',
|
25558
|
+
chain: 'BEVM',
|
25559
|
+
rpc: [ 'https://signet.bevm.io/' ],
|
25560
|
+
faucets: [],
|
25561
|
+
nativeCurrency: { name: 'BTC', symbol: 'BTC', decimals: 18 },
|
25562
|
+
infoURL: 'https://bevm.io',
|
25563
|
+
shortName: 'bevm-signet',
|
25564
|
+
chainId: 11504,
|
25565
|
+
networkId: 11504,
|
25566
|
+
icon: 'bevm',
|
25567
|
+
explorers: [
|
25568
|
+
{
|
25569
|
+
name: 'bevm signet scan',
|
25570
|
+
url: 'https://scan-signet.bevm.io',
|
25571
|
+
standard: 'none'
|
25572
|
+
}
|
25573
|
+
]
|
25574
|
+
},
|
25556
25575
|
{
|
25557
25576
|
name: 'SatsChain',
|
25558
25577
|
chain: 'SatsChain',
|