eth-chainlist 0.0.101 → 0.0.103

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.
Files changed (3) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/data/chain.js +164 -12
  3. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -1,5 +1,21 @@
1
1
  # Changelog
2
2
 
3
+ ### 0.0.103 (2023-03-18)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.102 ([f296b3b](https://github.com/poowf/eth-chainlist/commit/f296b3b4d6e35f30d2808bd5873e1441b50941d2))
9
+ * update chain data ([a0cbd5f](https://github.com/poowf/eth-chainlist/commit/a0cbd5f1b0ecca9188a8d9f93469f310a7431686))
10
+
11
+ ### 0.0.102 (2023-03-17)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.101 ([297f88f](https://github.com/poowf/eth-chainlist/commit/297f88f81f90039d1d4d4ac27c2e50422b8a7538))
17
+ * update chain data ([1421c46](https://github.com/poowf/eth-chainlist/commit/1421c4665b1314dd1a81617822a0902cf58588b4))
18
+
3
19
  ### 0.0.101 (2023-03-16)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -3121,7 +3121,8 @@ const chainArray = [
3121
3121
  icon: 'filecoin',
3122
3122
  rpc: [
3123
3123
  'https://api.node.glif.io/',
3124
- 'https://rpc.ankr.com/filecoin, https://filecoin-mainnet.chainstacklabs.com/rpc/v1'
3124
+ 'https://rpc.ankr.com/filecoin',
3125
+ 'https://filecoin-mainnet.chainstacklabs.com/rpc/v1'
3125
3126
  ],
3126
3127
  faucets: [],
3127
3128
  nativeCurrency: { name: 'filecoin', symbol: 'FIL', decimals: 18 },
@@ -5064,7 +5065,7 @@ const chainArray = [
5064
5065
  name: 'Core Blockchain Mainnet',
5065
5066
  chain: 'Core',
5066
5067
  icon: 'core',
5067
- rpc: [ 'https://rpc.coredao.org/' ],
5068
+ rpc: [ 'https://rpc.coredao.org/', 'https://rpc-core.icecreamswap.com' ],
5068
5069
  faucets: [],
5069
5070
  nativeCurrency: {
5070
5071
  name: 'Core Blockchain Native Token',
@@ -5767,6 +5768,25 @@ const chainArray = [
5767
5768
  ],
5768
5769
  status: 'deprecated'
5769
5770
  },
5771
+ {
5772
+ name: 'Rikeza Network Mainnet',
5773
+ title: 'Rikeza Network Mainnet',
5774
+ chain: 'Rikeza',
5775
+ rpc: [ 'https://rpc.rikscan.com' ],
5776
+ faucets: [],
5777
+ nativeCurrency: { name: 'Rikeza', symbol: 'RIK', decimals: 18 },
5778
+ infoURL: 'https://rikeza.io',
5779
+ shortName: 'RIK',
5780
+ chainId: 1433,
5781
+ networkId: 1433,
5782
+ explorers: [
5783
+ {
5784
+ name: 'Rikeza Blockchain explorer',
5785
+ url: 'https://rikscan.com',
5786
+ standard: 'EIP3091'
5787
+ }
5788
+ ]
5789
+ },
5770
5790
  {
5771
5791
  name: 'Polygon zkEVM Testnet',
5772
5792
  title: 'Polygon zkEVM Testnet',
@@ -6533,26 +6553,63 @@ const chainArray = [
6533
6553
  ]
6534
6554
  },
6535
6555
  {
6536
- name: 'Edgeware Mainnet',
6556
+ name: 'Edgeware EdgeEVM Mainnet',
6537
6557
  chain: 'EDG',
6538
- rpc: [ 'https://mainnet1.edgewa.re' ],
6558
+ icon: 'edgeware',
6559
+ rpc: [
6560
+ 'https://edgeware-evm.jelliedowl.net',
6561
+ 'https://mainnet2.edgewa.re/evm',
6562
+ 'https://mainnet3.edgewa.re/evm',
6563
+ 'https://mainnet4.edgewa.re/evm',
6564
+ 'https://mainnet5.edgewa.re/evm',
6565
+ 'wss://edgeware.jelliedowl.net',
6566
+ 'wss://mainnet2.edgewa.re',
6567
+ 'wss://mainnet3.edgewa.re',
6568
+ 'wss://mainnet4.edgewa.re',
6569
+ 'wss://mainnet5.edgewa.re'
6570
+ ],
6571
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
6539
6572
  faucets: [],
6540
- nativeCurrency: { name: 'Edge', symbol: 'EDG', decimals: 18 },
6541
- infoURL: 'http://edgewa.re',
6573
+ nativeCurrency: { name: 'Edgeware', symbol: 'EDG', decimals: 18 },
6574
+ infoURL: 'https://edgeware.io',
6542
6575
  shortName: 'edg',
6543
6576
  chainId: 2021,
6544
- networkId: 2021
6577
+ networkId: 2021,
6578
+ slip44: 523,
6579
+ explorers: [
6580
+ {
6581
+ name: 'Edgscan by Bharathcoorg',
6582
+ url: 'https://edgscan.live',
6583
+ standard: 'EIP3091'
6584
+ },
6585
+ {
6586
+ name: 'Subscan',
6587
+ url: 'https://edgeware.subscan.io',
6588
+ standard: 'none',
6589
+ icon: 'subscan'
6590
+ }
6591
+ ]
6545
6592
  },
6546
6593
  {
6547
- name: 'Beresheet Testnet',
6594
+ name: 'Beresheet BereEVM Testnet',
6548
6595
  chain: 'EDG',
6549
- rpc: [ 'https://beresheet1.edgewa.re' ],
6596
+ rpc: [
6597
+ 'https://beresheet-evm.jelliedowl.net',
6598
+ 'wss://beresheet.jelliedowl.net'
6599
+ ],
6550
6600
  faucets: [],
6551
- nativeCurrency: { name: 'Testnet Edge', symbol: 'tEDG', decimals: 18 },
6552
- infoURL: 'http://edgewa.re',
6601
+ nativeCurrency: { name: 'Testnet EDG', symbol: 'tEDG', decimals: 18 },
6602
+ infoURL: 'https://edgeware.io/build',
6553
6603
  shortName: 'edgt',
6554
6604
  chainId: 2022,
6555
- networkId: 2022
6605
+ networkId: 2022,
6606
+ explorers: [
6607
+ {
6608
+ name: 'Edgscan by Bharathcoorg',
6609
+ url: 'https://testnet.edgscan.live',
6610
+ standard: 'EIP3091'
6611
+ }
6612
+ ]
6556
6613
  },
6557
6614
  {
6558
6615
  name: 'Taycan Testnet',
@@ -8278,6 +8335,25 @@ const chainArray = [
8278
8335
  }
8279
8336
  ]
8280
8337
  },
8338
+ {
8339
+ name: 'Scolcoin WeiChain Testnet',
8340
+ chain: 'SCOLWEI-testnet',
8341
+ rpc: [ 'https://testnet-rpc.scolcoin.com' ],
8342
+ faucets: [ 'https://faucet.scolcoin.com' ],
8343
+ nativeCurrency: { name: 'Scolcoin', symbol: 'SCOL', decimals: 18 },
8344
+ infoURL: 'https://scolcoin.com',
8345
+ shortName: 'SRC-test',
8346
+ chainId: 6552,
8347
+ networkId: 6552,
8348
+ icon: 'scolcoin',
8349
+ explorers: [
8350
+ {
8351
+ name: 'Scolscan Testnet Explorer',
8352
+ url: 'https://testnet-explorer.scolcoin.com',
8353
+ standard: 'EIP3091'
8354
+ }
8355
+ ]
8356
+ },
8281
8357
  {
8282
8358
  name: 'Pixie Chain Mainnet',
8283
8359
  chain: 'PixieChain',
@@ -9814,6 +9890,25 @@ const chainArray = [
9814
9890
  ],
9815
9891
  parent: { type: 'L2', chain: 'eip155-43113' }
9816
9892
  },
9893
+ {
9894
+ name: 'Rikeza Network Testnet',
9895
+ title: 'Rikeza Network Testnet',
9896
+ chain: 'Rikeza',
9897
+ rpc: [ 'https://testnet-rpc.rikscan.com' ],
9898
+ faucets: [],
9899
+ nativeCurrency: { name: 'Rikeza', symbol: 'RIK', decimals: 18 },
9900
+ infoURL: 'https://rikeza.io',
9901
+ shortName: 'tRIK',
9902
+ chainId: 12715,
9903
+ networkId: 12715,
9904
+ explorers: [
9905
+ {
9906
+ name: 'Rikeza Blockchain explorer',
9907
+ url: 'https://testnet.rikscan.com',
9908
+ standard: 'EIP3091'
9909
+ }
9910
+ ]
9911
+ },
9817
9912
  {
9818
9913
  name: 'SPS',
9819
9914
  chain: 'SPS',
@@ -10545,6 +10640,24 @@ const chainArray = [
10545
10640
  }
10546
10641
  ]
10547
10642
  },
10643
+ {
10644
+ name: 'Zilliqa EVM Testnet',
10645
+ chain: 'ZIL',
10646
+ rpc: [ 'https://dev-api.zilliqa.com' ],
10647
+ faucets: [ 'https://dev-wallet.zilliqa.com/faucet?network=testnet' ],
10648
+ nativeCurrency: { name: 'Zilliqa', symbol: 'ZIL', decimals: 18 },
10649
+ infoURL: 'https://www.zilliqa.com/',
10650
+ shortName: 'zil-testnet',
10651
+ chainId: 33101,
10652
+ networkId: 33101,
10653
+ explorers: [
10654
+ {
10655
+ name: 'Zilliqa EVM Explorer',
10656
+ url: 'https://evmx.zilliqa.com',
10657
+ standard: 'none'
10658
+ }
10659
+ ]
10660
+ },
10548
10661
  {
10549
10662
  name: 'Aves Mainnet',
10550
10663
  chain: 'AVS',
@@ -11390,6 +11503,25 @@ const chainArray = [
11390
11503
  }
11391
11504
  ]
11392
11505
  },
11506
+ {
11507
+ name: 'Scolcoin Mainnet',
11508
+ chain: 'SCOLWEI',
11509
+ rpc: [ 'https://mainnet-rpc.scolcoin.com' ],
11510
+ faucets: [],
11511
+ nativeCurrency: { name: 'Scolcoin', symbol: 'SCOL', decimals: 18 },
11512
+ infoURL: 'https://scolcoin.com',
11513
+ shortName: 'SRC',
11514
+ chainId: 65450,
11515
+ networkId: 65450,
11516
+ icon: 'scolcoin',
11517
+ explorers: [
11518
+ {
11519
+ name: 'Scolscan Explorer',
11520
+ url: 'https://explorer.scolcoin.com',
11521
+ standard: 'EIP3091'
11522
+ }
11523
+ ]
11524
+ },
11393
11525
  {
11394
11526
  name: 'SiriusNet',
11395
11527
  chain: 'SIN',
@@ -14327,6 +14459,26 @@ const chainArray = [
14327
14459
  }
14328
14460
  ]
14329
14461
  },
14462
+ {
14463
+ name: 'HUMAN Protocol',
14464
+ title: 'HUMAN Protocol',
14465
+ chain: 'wan-red-ain',
14466
+ rpc: [ 'https://mainnet.skalenodes.com/v1/wan-red-ain' ],
14467
+ faucets: [ 'https://dashboard.humanprotocol.org/faucet' ],
14468
+ nativeCurrency: { name: 'sFUEL', symbol: 'sFUEL', decimals: 18 },
14469
+ infoURL: 'https://www.humanprotocol.org',
14470
+ shortName: 'human-mainnet',
14471
+ chainId: 1273227453,
14472
+ networkId: 1273227453,
14473
+ explorers: [
14474
+ {
14475
+ name: 'Blockscout',
14476
+ url: 'https://wan-red-ain.explorer.mainnet.skalenodes.com',
14477
+ icon: 'human',
14478
+ standard: 'EIP3091'
14479
+ }
14480
+ ]
14481
+ },
14330
14482
  {
14331
14483
  name: 'Aurora Mainnet',
14332
14484
  chain: 'NEAR',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.101",
3
+ "version": "0.0.103",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {