eth-chainlist 0.0.104 → 0.0.105

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.105 (2023-03-20)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.104 ([4e206c7](https://github.com/poowf/eth-chainlist/commit/4e206c7dcbb28369922e4b984c4d1968464a04ca))
9
+ * update chain data ([f8487e0](https://github.com/poowf/eth-chainlist/commit/f8487e02d024891e961fd98639b35eb9e79f49a3))
10
+
3
11
  ### 0.0.104 (2023-03-19)
4
12
 
5
13
 
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',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.104",
3
+ "version": "0.0.105",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {