eth-chainlist 0.0.104 → 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 CHANGED
@@ -1,5 +1,21 @@
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
+
11
+ ### 0.0.105 (2023-03-20)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.104 ([4e206c7](https://github.com/poowf/eth-chainlist/commit/4e206c7dcbb28369922e4b984c4d1968464a04ca))
17
+ * update chain data ([f8487e0](https://github.com/poowf/eth-chainlist/commit/f8487e02d024891e961fd98639b35eb9e79f49a3))
18
+
3
19
  ### 0.0.104 (2023-03-19)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -10023,6 +10023,24 @@ const chainArray = [
10023
10023
  }
10024
10024
  ]
10025
10025
  },
10026
+ {
10027
+ name: 'LoopNetwork Mainnet',
10028
+ chain: 'LoopNetwork',
10029
+ rpc: [ 'https://api.mainnetloop.com' ],
10030
+ faucets: [],
10031
+ nativeCurrency: { name: 'LOOP', symbol: 'LOOP', decimals: 18 },
10032
+ infoURL: 'http://theloopnetwork.org/',
10033
+ shortName: 'loop',
10034
+ chainId: 15551,
10035
+ networkId: 15551,
10036
+ explorers: [
10037
+ {
10038
+ name: 'loopscan',
10039
+ url: 'http://explorer.mainnetloop.com',
10040
+ standard: 'none'
10041
+ }
10042
+ ]
10043
+ },
10026
10044
  {
10027
10045
  name: 'Trust EVM Testnet',
10028
10046
  chain: 'Trust EVM Testnet',
@@ -11325,6 +11343,27 @@ const chainArray = [
11325
11343
  }
11326
11344
  ]
11327
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
+ },
11328
11367
  {
11329
11368
  name: 'Thinkium Testnet Chain 0',
11330
11369
  chain: 'Thinkium',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.104",
3
+ "version": "0.0.106",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {