eth-chainlist 0.0.333 → 0.0.334

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.334 (2024-02-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.333 ([658273f](https://github.com/poowf/eth-chainlist/commit/658273f6d384a2e885ee49404e9def7df7f78042))
9
+ * update chain data ([515e0de](https://github.com/poowf/eth-chainlist/commit/515e0deffdeb679adfbe43e15fc2ebb6fb2a2ce4))
10
+
3
11
  ### 0.0.333 (2024-02-02)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -22559,6 +22559,36 @@ const chainArray = [
22559
22559
  }
22560
22560
  ]
22561
22561
  },
22562
+ {
22563
+ name: 'Sei Devnet',
22564
+ chain: 'Sei',
22565
+ rpc: [
22566
+ 'https://evm-rpc-arctic-1.sei-apis.com',
22567
+ 'https://evm-rpc.arctic-1.seinetwork.io'
22568
+ ],
22569
+ faucets: [
22570
+ 'https://sei-faucet.nima.enterprises',
22571
+ 'https://sei-evm.faucetme.pro'
22572
+ ],
22573
+ nativeCurrency: { name: 'Sei', symbol: 'SEI', decimals: 18 },
22574
+ infoURL: 'https://www.sei.io',
22575
+ shortName: 'sei-devnet',
22576
+ chainId: 713715,
22577
+ networkId: 713715,
22578
+ icon: 'sei',
22579
+ explorers: [
22580
+ {
22581
+ name: 'Seistream',
22582
+ url: 'https://seistream.app',
22583
+ standard: 'none'
22584
+ },
22585
+ {
22586
+ name: 'Seitrace',
22587
+ url: 'https://seitrace.com',
22588
+ standard: 'EIP3091'
22589
+ }
22590
+ ]
22591
+ },
22562
22592
  {
22563
22593
  name: 'Bear Network Chain Testnet',
22564
22594
  chain: 'BRNKCTEST',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.333",
3
+ "version": "0.0.334",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {