eth-chainlist 0.0.285 → 0.0.287
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 +22 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.287 (2023-11-20)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.286 ([a84c5fa](https://github.com/poowf/eth-chainlist/commit/a84c5fa84d361b5e52b60acd089f6240b5681d5c))
|
9
|
+
* update chain data ([0ba0685](https://github.com/poowf/eth-chainlist/commit/0ba0685a05d4e20731dacb640bfea102b3c0a97b))
|
10
|
+
|
11
|
+
### 0.0.286 (2023-11-19)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.285 ([08c690a](https://github.com/poowf/eth-chainlist/commit/08c690a0514c5fc40e8f4dd98625a8da15057c94))
|
17
|
+
* update chain data ([7b92f2f](https://github.com/poowf/eth-chainlist/commit/7b92f2f6a4d0e27c78d5dfa8a930fb69233d17df))
|
18
|
+
|
3
19
|
### 0.0.285 (2023-11-17)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -11520,7 +11520,9 @@ const chainArray = [
|
|
11520
11520
|
'https://rpc1.bahamut.io',
|
11521
11521
|
'https://rpc2.bahamut.io',
|
11522
11522
|
'wss://ws1.sahara.bahamutchain.com',
|
11523
|
-
'wss://ws2.sahara.bahamutchain.com'
|
11523
|
+
'wss://ws2.sahara.bahamutchain.com',
|
11524
|
+
'https://bahamut.publicnode.com',
|
11525
|
+
'wss://bahamut.publicnode.com'
|
11524
11526
|
],
|
11525
11527
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11526
11528
|
faucets: [],
|
@@ -15785,6 +15787,25 @@ const chainArray = [
|
|
15785
15787
|
}
|
15786
15788
|
]
|
15787
15789
|
},
|
15790
|
+
{
|
15791
|
+
name: 'Mode',
|
15792
|
+
chain: 'ETH',
|
15793
|
+
rpc: [ 'https://mainnet.mode.network' ],
|
15794
|
+
faucets: [],
|
15795
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
15796
|
+
infoURL: 'https://docs.mode.network/',
|
15797
|
+
shortName: 'mode',
|
15798
|
+
chainId: 34443,
|
15799
|
+
networkId: 34443,
|
15800
|
+
icon: 'mode',
|
15801
|
+
explorers: [
|
15802
|
+
{
|
15803
|
+
name: 'modescout',
|
15804
|
+
url: 'https://explorer.mode.network',
|
15805
|
+
standard: 'none'
|
15806
|
+
}
|
15807
|
+
]
|
15808
|
+
},
|
15788
15809
|
{
|
15789
15810
|
name: 'J2O Taro',
|
15790
15811
|
chain: 'TARO',
|