eth-chainlist 0.0.206 → 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,21 @@
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
+
11
+ ### 0.0.207 (2023-08-12)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.206 ([af45950](https://github.com/poowf/eth-chainlist/commit/af459505b20797a67578c5e5959da8b09f65ee48))
17
+ * update chain data ([bb7f504](https://github.com/poowf/eth-chainlist/commit/bb7f50421095b20eb128d6c73d25bec8aa5a0eae))
18
+
3
19
  ### 0.0.206 (2023-08-10)
4
20
 
5
21
 
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',
@@ -12260,6 +12278,31 @@ const chainArray = [
12260
12278
  }
12261
12279
  ]
12262
12280
  },
12281
+ {
12282
+ name: 'Japan Open Chain Testnet',
12283
+ chain: 'JOCT',
12284
+ rpc: [
12285
+ 'https://rpc-1.testnet.japanopenchain.org:8545',
12286
+ 'https://rpc-2.testnet.japanopenchain.org:8545'
12287
+ ],
12288
+ faucets: [],
12289
+ nativeCurrency: {
12290
+ name: 'Japan Open Chain Testnet Token',
12291
+ symbol: 'JOCT',
12292
+ decimals: 18
12293
+ },
12294
+ infoURL: 'https://www.japanopenchain.org/',
12295
+ shortName: 'joct',
12296
+ chainId: 10081,
12297
+ networkId: 10081,
12298
+ explorers: [
12299
+ {
12300
+ name: 'Testnet Block Explorer',
12301
+ url: 'https://explorer.testnet.japanopenchain.org',
12302
+ standard: 'EIP3091'
12303
+ }
12304
+ ]
12305
+ },
12263
12306
  {
12264
12307
  name: 'SJATSH',
12265
12308
  chain: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.206",
3
+ "version": "0.0.208",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {