eth-chainlist 0.0.206 → 0.0.207

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.207 (2023-08-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.206 ([af45950](https://github.com/poowf/eth-chainlist/commit/af459505b20797a67578c5e5959da8b09f65ee48))
9
+ * update chain data ([bb7f504](https://github.com/poowf/eth-chainlist/commit/bb7f50421095b20eb128d6c73d25bec8aa5a0eae))
10
+
3
11
  ### 0.0.206 (2023-08-10)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -12260,6 +12260,31 @@ const chainArray = [
12260
12260
  }
12261
12261
  ]
12262
12262
  },
12263
+ {
12264
+ name: 'Japan Open Chain Testnet',
12265
+ chain: 'JOCT',
12266
+ rpc: [
12267
+ 'https://rpc-1.testnet.japanopenchain.org:8545',
12268
+ 'https://rpc-2.testnet.japanopenchain.org:8545'
12269
+ ],
12270
+ faucets: [],
12271
+ nativeCurrency: {
12272
+ name: 'Japan Open Chain Testnet Token',
12273
+ symbol: 'JOCT',
12274
+ decimals: 18
12275
+ },
12276
+ infoURL: 'https://www.japanopenchain.org/',
12277
+ shortName: 'joct',
12278
+ chainId: 10081,
12279
+ networkId: 10081,
12280
+ explorers: [
12281
+ {
12282
+ name: 'Testnet Block Explorer',
12283
+ url: 'https://explorer.testnet.japanopenchain.org',
12284
+ standard: 'EIP3091'
12285
+ }
12286
+ ]
12287
+ },
12263
12288
  {
12264
12289
  name: 'SJATSH',
12265
12290
  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.207",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {