eth-chainlist 0.0.105 → 0.0.106
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 +8 -0
- package/data/chain.js +21 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.106 (2023-03-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.105 ([cb4e532](https://github.com/poowf/eth-chainlist/commit/cb4e5322574478ae22d63159ee7facdba23def33))
|
9
|
+
* update chain data ([21e223f](https://github.com/poowf/eth-chainlist/commit/21e223fd7bc7e8e959e97d76b4cea8aab359f861))
|
10
|
+
|
3
11
|
### 0.0.105 (2023-03-20)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -11343,6 +11343,27 @@ const chainArray = [
|
|
11343
11343
|
}
|
11344
11344
|
]
|
11345
11345
|
},
|
11346
|
+
{
|
11347
|
+
name: 'Syscoin Rollux Testnet',
|
11348
|
+
chain: 'SYS',
|
11349
|
+
rpc: [
|
11350
|
+
'https://rpc-tanenbaum.rollux.com',
|
11351
|
+
'wss://rpc-tanenbaum.rollux.com/wss'
|
11352
|
+
],
|
11353
|
+
faucets: [],
|
11354
|
+
nativeCurrency: { name: 'Rollux Testnet Syscoin', symbol: 'tSYS', decimals: 18 },
|
11355
|
+
infoURL: 'https://syscoin.org',
|
11356
|
+
shortName: 'tsys-rollux',
|
11357
|
+
chainId: 57000,
|
11358
|
+
networkId: 57000,
|
11359
|
+
explorers: [
|
11360
|
+
{
|
11361
|
+
name: 'Syscoin Rollux Testnet Explorer',
|
11362
|
+
url: 'https://rollux.tanenbaum.io',
|
11363
|
+
standard: 'EIP3091'
|
11364
|
+
}
|
11365
|
+
]
|
11366
|
+
},
|
11346
11367
|
{
|
11347
11368
|
name: 'Thinkium Testnet Chain 0',
|
11348
11369
|
chain: 'Thinkium',
|