eth-chainlist 0.0.102 → 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.
package/CHANGELOG.md CHANGED
@@ -1,5 +1,13 @@
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
+
3
11
  ### 0.0.102 (2023-03-17)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -8335,6 +8335,25 @@ const chainArray = [
8335
8335
  }
8336
8336
  ]
8337
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
+ },
8338
8357
  {
8339
8358
  name: 'Pixie Chain Mainnet',
8340
8359
  chain: 'PixieChain',
@@ -11484,6 +11503,25 @@ const chainArray = [
11484
11503
  }
11485
11504
  ]
11486
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
+ },
11487
11525
  {
11488
11526
  name: 'SiriusNet',
11489
11527
  chain: 'SIN',
@@ -14421,6 +14459,26 @@ const chainArray = [
14421
14459
  }
14422
14460
  ]
14423
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
+ },
14424
14482
  {
14425
14483
  name: 'Aurora Mainnet',
14426
14484
  chain: 'NEAR',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.102",
3
+ "version": "0.0.103",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {