eth-chainlist 0.0.417 → 0.0.418

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.418 (2024-06-01)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.417 ([7998165](https://github.com/poowf/eth-chainlist/commit/7998165b7a24fb16a203cdbfef2f63891b4d68ee))
9
+ * update chain data ([5a2d1ec](https://github.com/poowf/eth-chainlist/commit/5a2d1ec3701fa142bbc0dd86e6296897a1addd44))
10
+
3
11
  ### 0.0.417 (2024-05-31)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -9700,6 +9700,25 @@ const chainArray = [
9700
9700
  }
9701
9701
  ]
9702
9702
  },
9703
+ {
9704
+ name: 'Sei Network',
9705
+ chain: 'Sei',
9706
+ rpc: [ 'https://evm-rpc.sei-apis.com', 'wss://evm-ws.sei-apis.com' ],
9707
+ faucets: [],
9708
+ nativeCurrency: { name: 'Sei', symbol: 'SEI', decimals: 18 },
9709
+ infoURL: 'https://www.sei.io',
9710
+ shortName: 'sei',
9711
+ chainId: 1329,
9712
+ networkId: 1329,
9713
+ icon: 'seiv2',
9714
+ explorers: [
9715
+ {
9716
+ name: 'Seitrace',
9717
+ url: 'https://seitrace.com',
9718
+ standard: 'EIP3091'
9719
+ }
9720
+ ]
9721
+ },
9703
9722
  {
9704
9723
  name: 'Geth Testnet',
9705
9724
  title: 'Go Ethereum (Geth) Private Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.417",
3
+ "version": "0.0.418",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {