eth-chainlist 0.0.333 → 0.0.335

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,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.335 (2024-02-06)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.334 ([199714a](https://github.com/poowf/eth-chainlist/commit/199714af06862a7b129555e728b59e6489df4921))
9
+ * update chain data ([2521ba6](https://github.com/poowf/eth-chainlist/commit/2521ba660c3e6417f58aa65fd10cdd63a5ba5efa))
10
+
11
+ ### 0.0.334 (2024-02-03)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.333 ([658273f](https://github.com/poowf/eth-chainlist/commit/658273f6d384a2e885ee49404e9def7df7f78042))
17
+ * update chain data ([515e0de](https://github.com/poowf/eth-chainlist/commit/515e0deffdeb679adfbe43e15fc2ebb6fb2a2ce4))
18
+
3
19
  ### 0.0.333 (2024-02-02)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -11106,6 +11106,26 @@ const chainArray = [
11106
11106
  }
11107
11107
  ]
11108
11108
  },
11109
+ {
11110
+ name: 'Elizabeth Testnet',
11111
+ chain: 'Elizabeth',
11112
+ rpc: [ 'https://testnet-rpc.timenetwork.io' ],
11113
+ faucets: [],
11114
+ nativeCurrency: { name: 'TIME', symbol: 'TIME', decimals: 18 },
11115
+ infoURL: 'https://whitepaper.anttime.net/overview/anttime',
11116
+ shortName: 'TIME',
11117
+ chainId: 2731,
11118
+ networkId: 2731,
11119
+ icon: 'timenet',
11120
+ explorers: [
11121
+ {
11122
+ name: 'Time Network Explorer',
11123
+ url: 'https://testnet-scanner.timenetwork.io',
11124
+ standard: 'none',
11125
+ icon: 'timenet'
11126
+ }
11127
+ ]
11128
+ },
11109
11129
  {
11110
11130
  name: 'Boba Network Goerli Testnet',
11111
11131
  chain: 'ETH',
@@ -22559,6 +22579,36 @@ const chainArray = [
22559
22579
  }
22560
22580
  ]
22561
22581
  },
22582
+ {
22583
+ name: 'Sei Devnet',
22584
+ chain: 'Sei',
22585
+ rpc: [
22586
+ 'https://evm-rpc-arctic-1.sei-apis.com',
22587
+ 'https://evm-rpc.arctic-1.seinetwork.io'
22588
+ ],
22589
+ faucets: [
22590
+ 'https://sei-faucet.nima.enterprises',
22591
+ 'https://sei-evm.faucetme.pro'
22592
+ ],
22593
+ nativeCurrency: { name: 'Sei', symbol: 'SEI', decimals: 18 },
22594
+ infoURL: 'https://www.sei.io',
22595
+ shortName: 'sei-devnet',
22596
+ chainId: 713715,
22597
+ networkId: 713715,
22598
+ icon: 'sei',
22599
+ explorers: [
22600
+ {
22601
+ name: 'Seistream',
22602
+ url: 'https://seistream.app',
22603
+ standard: 'none'
22604
+ },
22605
+ {
22606
+ name: 'Seitrace',
22607
+ url: 'https://seitrace.com',
22608
+ standard: 'EIP3091'
22609
+ }
22610
+ ]
22611
+ },
22562
22612
  {
22563
22613
  name: 'Bear Network Chain Testnet',
22564
22614
  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.335",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {