eth-chainlist 0.0.205 → 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 +16 -0
- package/data/chain.js +38 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.206 (2023-08-10)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.205 ([571ecd5](https://github.com/poowf/eth-chainlist/commit/571ecd5f2dfc64dbcf8d0ec67ac1d4867e853937))
|
17
|
+
* update chain data ([bf9f6ee](https://github.com/poowf/eth-chainlist/commit/bf9f6ee115c8c7b51d3dcf441f7ed45a86f928ef))
|
18
|
+
|
3
19
|
### 0.0.205 (2023-08-09)
|
4
20
|
|
5
21
|
|
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',
|
@@ -12895,6 +12920,18 @@ const chainArray = [
|
|
12895
12920
|
}
|
12896
12921
|
]
|
12897
12922
|
},
|
12923
|
+
{
|
12924
|
+
name: 'Humanode Testnet 5 Israfel',
|
12925
|
+
chain: 'Humanode Testnet 5',
|
12926
|
+
rpc: [ 'https://explorer-rpc-http.testnet5.stages.humanode.io' ],
|
12927
|
+
faucets: [ 'https://t.me/HumanodeTestnet5FaucetBot' ],
|
12928
|
+
nativeCurrency: { name: 'HMND', symbol: 'HMND', decimals: 18 },
|
12929
|
+
infoURL: 'https://humanode.io',
|
12930
|
+
shortName: 'hmnd-t5',
|
12931
|
+
chainId: 14853,
|
12932
|
+
networkId: 14853,
|
12933
|
+
explorers: []
|
12934
|
+
},
|
12898
12935
|
{
|
12899
12936
|
name: 'LoopNetwork Mainnet',
|
12900
12937
|
chain: 'LoopNetwork',
|
@@ -16560,7 +16597,7 @@ const chainArray = [
|
|
16560
16597
|
{
|
16561
16598
|
name: 'Reapchain Testnet',
|
16562
16599
|
chain: 'REAP',
|
16563
|
-
rpc: [ 'https://test-
|
16600
|
+
rpc: [ 'https://test-eth.reapchain.org' ],
|
16564
16601
|
faucets: [ 'http://faucet.reapchain.com' ],
|
16565
16602
|
nativeCurrency: { name: 'test-Reap', symbol: 'tREAP', decimals: 18 },
|
16566
16603
|
features: [],
|