eth-chainlist 0.0.207 → 0.0.208

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.208 (2023-08-13)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.207 ([980ae40](https://github.com/poowf/eth-chainlist/commit/980ae40174e2363a942dd994a56a504f3fc4e40f))
9
+ * update chain data ([87d994b](https://github.com/poowf/eth-chainlist/commit/87d994b17a6bb92e85fc87aecdb200771ea35839))
10
+
3
11
  ### 0.0.207 (2023-08-12)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -4369,6 +4369,24 @@ const chainArray = [
4369
4369
  }
4370
4370
  ]
4371
4371
  },
4372
+ {
4373
+ name: 'PAWCHAIN Testnet',
4374
+ chain: 'PAW',
4375
+ rpc: [ 'https://pawchainx.com/' ],
4376
+ faucets: [],
4377
+ nativeCurrency: { name: 'PAW', symbol: 'PAW', decimals: 18 },
4378
+ infoURL: 'https://pawchainx.com/',
4379
+ shortName: 'PAW',
4380
+ chainId: 542,
4381
+ networkId: 542,
4382
+ explorers: [
4383
+ {
4384
+ name: 'PAWCHAIN Testnet',
4385
+ url: 'https://pawscan.io',
4386
+ standard: 'none'
4387
+ }
4388
+ ]
4389
+ },
4372
4390
  {
4373
4391
  name: 'Vela1 Chain Mainnet',
4374
4392
  chain: 'VELA1',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.207",
3
+ "version": "0.0.208",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {