eth-chainlist 0.0.542 → 0.0.544

Sign up to get free protection for your applications and to get access to all the features.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.544 (2024-11-22)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.543 ([35f3ba1](https://github.com/poowf/eth-chainlist/commit/35f3ba1ba7877434cc0566cb0920c8666f57a4c7))
9
+ * update chain data ([4f98366](https://github.com/poowf/eth-chainlist/commit/4f9836693a6d5141196db934d389880d4b11f9e5))
10
+
11
+ ### 0.0.543 (2024-11-21)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.542 ([0d11e96](https://github.com/poowf/eth-chainlist/commit/0d11e9617f654bf27fd62619e343d171ae6336b6))
17
+ * update chain data ([d799ade](https://github.com/poowf/eth-chainlist/commit/d799ade74deba6f7525cbc55040c1e4210052003))
18
+
3
19
  ### 0.0.542 (2024-11-19)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3517,6 +3517,20 @@ const chainArray = [
3517
3517
  }
3518
3518
  ]
3519
3519
  },
3520
+ {
3521
+ name: 'HashKey Chain',
3522
+ title: 'HashKey Chain',
3523
+ chain: 'HashKey Chain',
3524
+ rpc: [],
3525
+ faucets: [],
3526
+ nativeCurrency: { name: 'HashKey EcoPoints', symbol: 'HSK', decimals: 18 },
3527
+ infoURL: 'https://hsk.xyz',
3528
+ shortName: 'HSK',
3529
+ chainId: 177,
3530
+ networkId: 177,
3531
+ explorers: [],
3532
+ parent: { type: 'L2', chain: 'eip155-1' }
3533
+ },
3520
3534
  {
3521
3535
  name: 'ABEY Testnet',
3522
3536
  chain: 'ABEY',
@@ -4329,6 +4343,30 @@ const chainArray = [
4329
4343
  }
4330
4344
  ]
4331
4345
  },
4346
+ {
4347
+ name: 'Prom',
4348
+ chain: 'Prom',
4349
+ icon: 'prom',
4350
+ rpc: [ 'https://prom-rpc.eu-north-2.gateway.fm' ],
4351
+ faucets: [],
4352
+ nativeCurrency: { name: 'Prom', symbol: 'PROM', decimals: 18 },
4353
+ infoURL: 'https://prom.io',
4354
+ shortName: 'PROM',
4355
+ chainId: 227,
4356
+ networkId: 227,
4357
+ explorers: [
4358
+ {
4359
+ name: 'blockscout',
4360
+ url: 'https://prom-blockscout.eu-north-2.gateway.fm',
4361
+ standard: 'EIP3091'
4362
+ }
4363
+ ],
4364
+ parent: {
4365
+ type: 'L2',
4366
+ chain: 'eip155-1',
4367
+ bridges: [ { url: 'https://prom-bridge.eu-north-2.gateway.fm/' } ]
4368
+ }
4369
+ },
4332
4370
  {
4333
4371
  name: 'Mind Network Mainnet',
4334
4372
  chain: 'FHE',
@@ -4714,6 +4752,26 @@ const chainArray = [
4714
4752
  }
4715
4753
  ]
4716
4754
  },
4755
+ {
4756
+ name: 'Guru Network',
4757
+ chain: 'GURU',
4758
+ icon: 'GuruNetwork',
4759
+ rpc: [ 'https://rpc.gurunetwork.ai/archive/260' ],
4760
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
4761
+ faucets: [],
4762
+ nativeCurrency: { name: 'Guru', symbol: 'GURU', decimals: 18 },
4763
+ infoURL: 'https://gurunetwork.ai',
4764
+ shortName: 'guru',
4765
+ chainId: 260,
4766
+ networkId: 260,
4767
+ explorers: [
4768
+ {
4769
+ name: 'guruscan',
4770
+ url: 'https://scan.gurunetwork.ai',
4771
+ standard: 'EIP3091'
4772
+ }
4773
+ ]
4774
+ },
4717
4775
  {
4718
4776
  name: 'Guru Network Testnet',
4719
4777
  chain: 'tGURU',
@@ -4729,7 +4787,7 @@ const chainArray = [
4729
4787
  explorers: [
4730
4788
  {
4731
4789
  name: 'guruscan',
4732
- url: 'https://scan.gurunetwork.ai',
4790
+ url: 'https://sepolia.gurunetwork.ai',
4733
4791
  standard: 'EIP3091'
4734
4792
  }
4735
4793
  ]
@@ -5540,6 +5598,26 @@ const chainArray = [
5540
5598
  icon: 'grvt',
5541
5599
  explorers: []
5542
5600
  },
5601
+ {
5602
+ name: 'Omax Testnet',
5603
+ chain: 'Omax Chain',
5604
+ rpc: [ 'https://testapi.omaxray.com' ],
5605
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
5606
+ faucets: [ 'https://faucet.omaxray.com/' ],
5607
+ nativeCurrency: { name: 'OMAX TESTCOIN', symbol: 'OMAXT', decimals: 18 },
5608
+ infoURL: 'https://www.omaxcoin.com/',
5609
+ shortName: 'omaxt',
5610
+ chainId: 332,
5611
+ networkId: 332,
5612
+ icon: 'omaxchain',
5613
+ explorers: [
5614
+ {
5615
+ name: 'Omax Chain Explorer',
5616
+ url: 'https://testnet.omaxscan.com',
5617
+ standard: 'EIP3091'
5618
+ }
5619
+ ]
5620
+ },
5543
5621
  {
5544
5622
  name: 'Web3Q Mainnet',
5545
5623
  chain: 'Web3Q',
@@ -7346,7 +7424,7 @@ const chainArray = [
7346
7424
  faucets: [ 'https://faucet-testnet.nerochain.io' ],
7347
7425
  nativeCurrency: { name: 'NERO', symbol: 'NERO', decimals: 18 },
7348
7426
  infoURL: 'https://docs.nerochain.io/',
7349
- shortName: 'NERO',
7427
+ shortName: 'NEROT',
7350
7428
  chainId: 689,
7351
7429
  networkId: 689,
7352
7430
  slip44: 1,
@@ -11693,6 +11771,26 @@ const chainArray = [
11693
11771
  }
11694
11772
  ]
11695
11773
  },
11774
+ {
11775
+ name: 'Betherance',
11776
+ chain: 'Beth',
11777
+ rpc: [ 'https://rpc.bethscan.io' ],
11778
+ faucets: [],
11779
+ nativeCurrency: { name: 'Betherance', symbol: 'BETH', decimals: 18 },
11780
+ infoURL: 'https://rpc.bethscan.io',
11781
+ shortName: 'Beth',
11782
+ chainId: 1605,
11783
+ networkId: 1605,
11784
+ icon: 'betherance',
11785
+ explorers: [
11786
+ {
11787
+ name: 'bethscan',
11788
+ url: 'https://bethscan.io',
11789
+ icon: 'betherance',
11790
+ standard: 'none'
11791
+ }
11792
+ ]
11793
+ },
11696
11794
  {
11697
11795
  name: 'Ethereum Inscription Mainnet',
11698
11796
  chain: 'ETINS',
@@ -11902,6 +12000,26 @@ const chainArray = [
11902
12000
  chainId: 1688,
11903
12001
  networkId: 1688
11904
12002
  },
12003
+ {
12004
+ name: 'NERO Mainnet',
12005
+ chain: 'NERO Chain',
12006
+ rpc: [ 'https://rpc.nerochain.io', 'wss://ws.nerochain.io' ],
12007
+ faucets: [],
12008
+ nativeCurrency: { name: 'NERO', symbol: 'NERO', decimals: 18 },
12009
+ infoURL: 'https://docs.nerochain.io/',
12010
+ shortName: 'NERO',
12011
+ chainId: 1689,
12012
+ networkId: 1689,
12013
+ slip44: 1,
12014
+ icon: 'nero',
12015
+ explorers: [
12016
+ {
12017
+ name: 'nero mainnet scan',
12018
+ url: 'https://www.neroscan.io',
12019
+ standard: 'EIP3091'
12020
+ }
12021
+ ]
12022
+ },
11905
12023
  {
11906
12024
  name: 'Anytype EVM Chain',
11907
12025
  chain: 'ETH',
@@ -14894,7 +15012,7 @@ const chainArray = [
14894
15012
  ],
14895
15013
  parent: {
14896
15014
  type: 'L2',
14897
- chain: 'eip155-1',
15015
+ chain: 'eip155-11155111',
14898
15016
  bridges: [ { url: 'https://bridge-ui.cardona.zkevm-rpc.com' } ]
14899
15017
  }
14900
15018
  },
@@ -15960,6 +16078,20 @@ const chainArray = [
15960
16078
  networkId: 3331,
15961
16079
  slip44: 1
15962
16080
  },
16081
+ {
16082
+ name: 'EthStorage L2 Mainnet',
16083
+ chain: 'EthStorage',
16084
+ rpc: [ 'http://mainnet.l2.ethstorage.io:9540' ],
16085
+ faucets: [],
16086
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16087
+ infoURL: 'https://ethstorage.io/',
16088
+ shortName: 'esl2-m',
16089
+ chainId: 3332,
16090
+ networkId: 3332,
16091
+ slip44: 1,
16092
+ status: 'incubating',
16093
+ parent: { type: 'L2', chain: 'eip155-1' }
16094
+ },
15963
16095
  {
15964
16096
  name: 'EthStorage Testnet',
15965
16097
  chain: 'EthStorage',
@@ -15991,16 +16123,45 @@ const chainArray = [
15991
16123
  ]
15992
16124
  },
15993
16125
  {
15994
- name: 'EthStorage Mainnet',
16126
+ name: 'EthStorage L2 Devnet',
15995
16127
  chain: 'EthStorage',
15996
- rpc: [ 'http://mainnet.ethstorage.io:9540' ],
16128
+ rpc: [ 'http://devnet.l2.ethstorage.io:9540' ],
15997
16129
  faucets: [],
15998
16130
  nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
15999
16131
  infoURL: 'https://ethstorage.io/',
16000
- shortName: 'es-m',
16132
+ shortName: 'esl2-d',
16001
16133
  chainId: 3335,
16002
16134
  networkId: 3335,
16003
- slip44: 1
16135
+ slip44: 1,
16136
+ status: 'incubating',
16137
+ parent: { type: 'L2', chain: 'eip155-11155111' }
16138
+ },
16139
+ {
16140
+ name: 'EthStorage L2 Testnet',
16141
+ chain: 'EthStorage',
16142
+ rpc: [ 'http://testnet.l2.ethstorage.io:9540' ],
16143
+ faucets: [],
16144
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16145
+ infoURL: 'https://ethstorage.io/',
16146
+ shortName: 'esl2-t',
16147
+ chainId: 3336,
16148
+ networkId: 3336,
16149
+ slip44: 1,
16150
+ status: 'incubating',
16151
+ parent: { type: 'L2', chain: 'eip155-11155111' }
16152
+ },
16153
+ {
16154
+ name: 'EthStorage Devnet',
16155
+ chain: 'EthStorage',
16156
+ rpc: [ 'http://devnet.ethstorage.io:9540' ],
16157
+ faucets: [],
16158
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16159
+ infoURL: 'https://ethstorage.io/',
16160
+ shortName: 'es-d',
16161
+ chainId: 3337,
16162
+ networkId: 3337,
16163
+ slip44: 1,
16164
+ status: 'incubating'
16004
16165
  },
16005
16166
  {
16006
16167
  name: 'peaq',
@@ -16026,6 +16187,19 @@ const chainArray = [
16026
16187
  }
16027
16188
  ]
16028
16189
  },
16190
+ {
16191
+ name: 'EthStorage Mainnet',
16192
+ chain: 'EthStorage',
16193
+ rpc: [ 'http://mainnet.ethstorage.io:9540' ],
16194
+ faucets: [],
16195
+ nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
16196
+ infoURL: 'https://ethstorage.io/',
16197
+ shortName: 'es-m',
16198
+ chainId: 3339,
16199
+ networkId: 3339,
16200
+ slip44: 1,
16201
+ status: 'incubating'
16202
+ },
16029
16203
  {
16030
16204
  name: 'Paribu Net Mainnet',
16031
16205
  chain: 'PRB',
@@ -17934,6 +18108,25 @@ const chainArray = [
17934
18108
  ],
17935
18109
  status: 'active'
17936
18110
  },
18111
+ {
18112
+ name: 'Pioneer Chain Testnet',
18113
+ chain: 'PIO',
18114
+ icon: 'pio',
18115
+ rpc: [ 'https://rpc.pionescan.com' ],
18116
+ faucets: [],
18117
+ nativeCurrency: { name: 'Pioneer', symbol: 'PIO', decimals: 18 },
18118
+ infoURL: 'https://pionechain.com',
18119
+ shortName: 'pio',
18120
+ chainId: 5090,
18121
+ networkId: 5090,
18122
+ explorers: [
18123
+ {
18124
+ name: 'Pioneer Chain Explorer',
18125
+ url: 'https://pionescan.com',
18126
+ standard: 'EIP3091'
18127
+ }
18128
+ ]
18129
+ },
17937
18130
  {
17938
18131
  name: 'Syndicate Testnet',
17939
18132
  title: 'Syndicate Testnet',
@@ -23351,6 +23544,18 @@ const chainArray = [
23351
23544
  ],
23352
23545
  slip44: 1
23353
23546
  },
23547
+ {
23548
+ name: 'Bool Network Beta Mainnet',
23549
+ chain: 'BOOL',
23550
+ rpc: [ 'https://beta-rpc-node-http.bool.network' ],
23551
+ faucets: [],
23552
+ nativeCurrency: { name: 'BOL', symbol: 'BOL', decimals: 18 },
23553
+ infoURL: 'https://bool.network/',
23554
+ shortName: 'BOL',
23555
+ chainId: 11100,
23556
+ networkId: 11100,
23557
+ icon: 'boolnetwork'
23558
+ },
23354
23559
  {
23355
23560
  name: 'Astra',
23356
23561
  chain: 'Astra',
@@ -26846,6 +27051,7 @@ const chainArray = [
26846
27051
  {
26847
27052
  name: 'Mezo Matsnet Testnet',
26848
27053
  chain: 'Mezo',
27054
+ icon: 'mezo',
26849
27055
  rpc: [ 'https://rpc.test.mezo.org' ],
26850
27056
  faucets: [ 'https://mezo.org/matsnet' ],
26851
27057
  nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
@@ -27372,6 +27578,30 @@ const chainArray = [
27372
27578
  }
27373
27579
  ]
27374
27580
  },
27581
+ {
27582
+ name: 'Lens Testnet',
27583
+ title: 'Lens Network Sepolia Testnet',
27584
+ chain: 'Lens',
27585
+ rpc: [ 'https://rpc.testnet.lens.dev' ],
27586
+ faucets: [ 'https://www.alchemy.com/faucets/lens-sepolia' ],
27587
+ chainId: 37111,
27588
+ networkId: 37111,
27589
+ nativeCurrency: { name: 'GRASS', symbol: 'GRASS', decimals: 18 },
27590
+ infoURL: 'https://www.lens.xyz',
27591
+ shortName: 'lens-sepolia',
27592
+ parent: {
27593
+ type: 'L2',
27594
+ chain: 'eip155-11155111',
27595
+ bridges: [ { url: 'https://portal.testnet.abs.xyz/bridge' } ]
27596
+ },
27597
+ explorers: [
27598
+ {
27599
+ name: 'Abstract Block Explorer',
27600
+ url: 'https://block-explorer.testnet.lens.dev',
27601
+ standard: 'none'
27602
+ }
27603
+ ]
27604
+ },
27375
27605
  {
27376
27606
  name: 'ConnectorManager',
27377
27607
  chain: 'Rangers',
@@ -31188,6 +31418,27 @@ const chainArray = [
31188
31418
  }
31189
31419
  ]
31190
31420
  },
31421
+ {
31422
+ name: 'Matr1x Testnet',
31423
+ title: 'Matr1x Testnet',
31424
+ chain: 'Matr1x',
31425
+ rpc: [ 'https://testnet-rpc.m1chain.io' ],
31426
+ faucets: [],
31427
+ nativeCurrency: { name: 'MAX', symbol: 'MAX', decimals: 18 },
31428
+ infoURL: 'https://matr1x.io',
31429
+ shortName: 'Matr1x-Testnet',
31430
+ chainId: 88866,
31431
+ networkId: 88866,
31432
+ icon: 'matr1x',
31433
+ explorers: [
31434
+ {
31435
+ name: 'matr1x testnet',
31436
+ url: 'https://testnet-scan.m1chain.io',
31437
+ icon: 'matr1x',
31438
+ standard: 'EIP3091'
31439
+ }
31440
+ ]
31441
+ },
31191
31442
  {
31192
31443
  name: 'Chiliz Scoville Testnet',
31193
31444
  chain: 'CHZ',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.542",
3
+ "version": "0.0.544",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {