eth-chainlist 0.0.517 → 0.0.518

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.518 (2024-10-17)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.517 ([fb39c65](https://github.com/poowf/eth-chainlist/commit/fb39c656e8debb439800a9d53b46f6af0025d651))
9
+ * update chain data ([897c6ca](https://github.com/poowf/eth-chainlist/commit/897c6caab902f10ce5f4f2665062cbb1c733641b))
10
+
3
11
  ### 0.0.517 (2024-10-16)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -8419,6 +8419,33 @@ const chainArray = [
8419
8419
  }
8420
8420
  ]
8421
8421
  },
8422
+ {
8423
+ name: 'Haust Mainnet',
8424
+ title: 'Haust Mainnet',
8425
+ chain: 'Haust',
8426
+ rpc: [ 'https://haust-network-rpc.eu-north-2.gateway.fm' ],
8427
+ faucets: [],
8428
+ features: [ { name: 'EIP155' } ],
8429
+ nativeCurrency: { name: 'HAUST', symbol: 'HAUST', decimals: 18 },
8430
+ infoURL: 'https://haust.network/',
8431
+ shortName: 'haust',
8432
+ chainId: 938,
8433
+ networkId: 938,
8434
+ icon: 'haust',
8435
+ explorers: [
8436
+ {
8437
+ name: 'blockscout',
8438
+ url: 'https://haust-network-blockscout.eu-north-2.gateway.fm',
8439
+ icon: 'haust',
8440
+ standard: 'EIP3091'
8441
+ }
8442
+ ],
8443
+ parent: {
8444
+ type: 'L2',
8445
+ chain: 'eip155-1',
8446
+ bridges: [ { url: 'https://haust-network-bridge.eu-north-2.gateway.fm' } ]
8447
+ }
8448
+ },
8422
8449
  {
8423
8450
  name: 'PulseChain Testnet',
8424
8451
  shortName: 'tpls',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.517",
3
+ "version": "0.0.518",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {