eth-chainlist 0.0.480 → 0.0.482

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.482 (2024-09-03)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.481 ([8778f05](https://github.com/poowf/eth-chainlist/commit/8778f05aa978354ae15dfac0ef8ccd841382d9af))
9
+ * update chain data ([1e21c73](https://github.com/poowf/eth-chainlist/commit/1e21c73c9300e41274ea4114db1437fdb142013d))
10
+
11
+ ### 0.0.481 (2024-09-02)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.480 ([376fabd](https://github.com/poowf/eth-chainlist/commit/376fabdeb3f51d29873968fc9db03fdf5f6e5a57))
17
+ * update chain data ([34f76c1](https://github.com/poowf/eth-chainlist/commit/34f76c15c31f33eafc58cbf71704b5737b27a557))
18
+
3
19
  ### 0.0.480 (2024-08-31)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -2832,9 +2832,9 @@ const chainArray = [
2832
2832
  'wss://polygon.drpc.org'
2833
2833
  ],
2834
2834
  faucets: [],
2835
- nativeCurrency: { name: 'MATIC', symbol: 'MATIC', decimals: 18 },
2835
+ nativeCurrency: { name: 'POL', symbol: 'POL', decimals: 18 },
2836
2836
  infoURL: 'https://polygon.technology/',
2837
- shortName: 'matic',
2837
+ shortName: 'pol',
2838
2838
  chainId: 137,
2839
2839
  networkId: 137,
2840
2840
  slip44: 966,
@@ -4447,7 +4447,11 @@ const chainArray = [
4447
4447
  {
4448
4448
  name: 'Swan Chain Mainnet',
4449
4449
  chain: 'SWAN',
4450
- rpc: [ 'https://mainnet-rpc01.swanchain.io' ],
4450
+ rpc: [
4451
+ 'https://mainnet-rpc.swanchain.org',
4452
+ 'https://mainnet-rpc-01.swanchain.org',
4453
+ 'https://mainnet-rpc-02.swanchain.org'
4454
+ ],
4451
4455
  faucets: [],
4452
4456
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
4453
4457
  infoURL: 'https://swanchain.io/',
@@ -11610,6 +11614,30 @@ const chainArray = [
11610
11614
  }
11611
11615
  ]
11612
11616
  },
11617
+ {
11618
+ name: 'HighOctane Subnet',
11619
+ chain: 'HighOctane Subnet',
11620
+ rpc: [
11621
+ 'https://subnets.avax.network/highoctane/mainnet/rpc',
11622
+ 'wss://subnets.avax.network/highoctane/mainnet/ws'
11623
+ ],
11624
+ faucets: [],
11625
+ nativeCurrency: { name: 'HighOctane', symbol: 'HO', decimals: 18 },
11626
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
11627
+ infoURL: 'https://subnets.avax.network/highoctane/details',
11628
+ shortName: 'HighOctane',
11629
+ chainId: 1853,
11630
+ networkId: 1853,
11631
+ icon: 'highOctane',
11632
+ explorers: [
11633
+ {
11634
+ name: 'HighOctane Subnet Explorer',
11635
+ url: 'https://subnets.avax.network/highoctane',
11636
+ icon: 'highOctane',
11637
+ standard: 'EIP3091'
11638
+ }
11639
+ ]
11640
+ },
11613
11641
  {
11614
11642
  name: 'Teslafunds',
11615
11643
  chain: 'TSF',
@@ -25320,6 +25348,26 @@ const chainArray = [
25320
25348
  }
25321
25349
  ]
25322
25350
  },
25351
+ {
25352
+ name: 'DIV Chain',
25353
+ chain: 'DIVC',
25354
+ rpc: [ 'https://rpc.divchain.org' ],
25355
+ faucets: [],
25356
+ features: [ { name: 'EIP155' } ],
25357
+ nativeCurrency: { name: 'DIVC', symbol: 'DIVC', decimals: 18 },
25358
+ infoURL: 'https://www.divchain.org',
25359
+ shortName: 'divc',
25360
+ chainId: 40000,
25361
+ networkId: 40000,
25362
+ icon: 'divc',
25363
+ explorers: [
25364
+ {
25365
+ name: 'DIV Chain explorer',
25366
+ url: 'https://scan.divchain.org',
25367
+ standard: 'EIP3091'
25368
+ }
25369
+ ]
25370
+ },
25323
25371
  {
25324
25372
  name: 'Aleph Zero EVM',
25325
25373
  chain: 'Aleph Zero EVM',
@@ -26229,6 +26277,26 @@ const chainArray = [
26229
26277
  ],
26230
26278
  parent: { type: 'L2', chain: 'eip155-3' }
26231
26279
  },
26280
+ {
26281
+ name: 'Erbie Mainnet',
26282
+ chain: 'Erbie',
26283
+ rpc: [ 'https://api.erbie.io' ],
26284
+ faucets: [],
26285
+ nativeCurrency: { name: 'ERB', symbol: 'ERB', decimals: 18 },
26286
+ infoURL: 'https://www.erbie.io',
26287
+ shortName: 'Erbie',
26288
+ chainId: 50888,
26289
+ networkId: 50888,
26290
+ icon: 'erbie',
26291
+ explorers: [
26292
+ {
26293
+ name: 'Erbie Explorer',
26294
+ url: 'https://www.erbie.io/explorer',
26295
+ standard: 'none',
26296
+ icon: 'erbie'
26297
+ }
26298
+ ]
26299
+ },
26232
26300
  {
26233
26301
  name: 'Lumoz Testnet Alpha',
26234
26302
  chain: 'ETH',
@@ -30235,6 +30303,25 @@ const chainArray = [
30235
30303
  }
30236
30304
  ]
30237
30305
  },
30306
+ {
30307
+ name: 'Zchains',
30308
+ chain: 'Zchains',
30309
+ rpc: [ 'https://rpc.zchains.com' ],
30310
+ faucets: [],
30311
+ nativeCurrency: { name: 'ZCD', symbol: 'ZCD', decimals: 18 },
30312
+ infoURL: 'https://www.zchains.com/',
30313
+ shortName: 'zchains',
30314
+ chainId: 168168,
30315
+ networkId: 168168,
30316
+ icon: 'zchain',
30317
+ explorers: [
30318
+ {
30319
+ name: 'zchains',
30320
+ url: 'https://scan.zchains.com',
30321
+ standard: 'EIP3091'
30322
+ }
30323
+ ]
30324
+ },
30238
30325
  {
30239
30326
  name: 'Fair Testnet',
30240
30327
  chain: 'FAIR',
@@ -30569,6 +30656,36 @@ const chainArray = [
30569
30656
  }
30570
30657
  ]
30571
30658
  },
30659
+ {
30660
+ name: 'DuckChain Testnet',
30661
+ title: 'DuckChain Testnet',
30662
+ chain: 'DuckChain',
30663
+ icon: 'duckchain',
30664
+ rpc: [
30665
+ 'https://testnet-rpc.duckchain.io',
30666
+ 'https://testnet-rpc-hk.duckchain.io'
30667
+ ],
30668
+ faucets: [],
30669
+ nativeCurrency: { name: 'TON', symbol: 'TON', decimals: 18 },
30670
+ infoURL: 'https://duckchain.io',
30671
+ shortName: 'Duck-Chain-Testnet',
30672
+ chainId: 202105,
30673
+ networkId: 202105,
30674
+ explorers: [
30675
+ {
30676
+ name: 'DuckChain Scan',
30677
+ url: 'https://www.okx.com/web3/explorer/duckchain-testnet',
30678
+ icon: 'duckchain',
30679
+ standard: 'EIP3091'
30680
+ },
30681
+ {
30682
+ name: 'DuckChain Scan',
30683
+ url: 'https://www.oklink.com/duckchain-testnet',
30684
+ icon: 'duckchain',
30685
+ standard: 'EIP3091'
30686
+ }
30687
+ ]
30688
+ },
30572
30689
  {
30573
30690
  name: 'X1 Devnet',
30574
30691
  chain: 'X1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.480",
3
+ "version": "0.0.482",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {