eth-chainlist 0.0.180 → 0.0.181

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.181 (2023-07-11)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.180 ([9ac32ab](https://github.com/poowf/eth-chainlist/commit/9ac32ab80367e4d4586efc279064eec41a9547dc))
9
+ * update chain data ([8f9fdbc](https://github.com/poowf/eth-chainlist/commit/8f9fdbc92b2f877b487f8633f310a4e201fb9fbf))
10
+
3
11
  ### 0.0.180 (2023-07-09)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -8932,6 +8932,25 @@ const chainArray = [
8932
8932
  }
8933
8933
  ]
8934
8934
  },
8935
+ {
8936
+ name: 'SenjePowers Testnet',
8937
+ chain: 'SPC',
8938
+ icon: 'SenjePowers',
8939
+ rpc: [ 'https://testnet-rpc.senjepowersscan.com' ],
8940
+ faucets: [ 'https://faucet.senjepowersscan.com' ],
8941
+ nativeCurrency: { name: 'SenjePowers', symbol: 'SPC', decimals: 18 },
8942
+ infoURL: 'https://senjepowersscan.com',
8943
+ shortName: 'SPCt',
8944
+ chainId: 3698,
8945
+ networkId: 3698,
8946
+ explorers: [
8947
+ {
8948
+ name: 'SenjePowers',
8949
+ url: 'https://testnet.senjepowersscan.com',
8950
+ standard: 'EIP3091'
8951
+ }
8952
+ ]
8953
+ },
8935
8954
  {
8936
8955
  name: 'Crossbell',
8937
8956
  chain: 'Crossbell',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.180",
3
+ "version": "0.0.181",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {