eth-chainlist 0.0.285 → 0.0.286

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 CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.286 (2023-11-19)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.285 ([08c690a](https://github.com/poowf/eth-chainlist/commit/08c690a0514c5fc40e8f4dd98625a8da15057c94))
9
+ * update chain data ([7b92f2f](https://github.com/poowf/eth-chainlist/commit/7b92f2f6a4d0e27c78d5dfa8a930fb69233d17df))
10
+
3
11
  ### 0.0.285 (2023-11-17)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -15785,6 +15785,25 @@ const chainArray = [
15785
15785
  }
15786
15786
  ]
15787
15787
  },
15788
+ {
15789
+ name: 'Mode',
15790
+ chain: 'ETH',
15791
+ rpc: [ 'https://mainnet.mode.network' ],
15792
+ faucets: [],
15793
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15794
+ infoURL: 'https://docs.mode.network/',
15795
+ shortName: 'mode',
15796
+ chainId: 34443,
15797
+ networkId: 34443,
15798
+ icon: 'mode',
15799
+ explorers: [
15800
+ {
15801
+ name: 'modescout',
15802
+ url: 'https://explorer.mode.network',
15803
+ standard: 'none'
15804
+ }
15805
+ ]
15806
+ },
15788
15807
  {
15789
15808
  name: 'J2O Taro',
15790
15809
  chain: 'TARO',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.285",
3
+ "version": "0.0.286",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {