eth-chainlist 0.0.103 → 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,21 @@
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
+
11
+ ### 0.0.104 (2023-03-19)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.103 ([e139dba](https://github.com/poowf/eth-chainlist/commit/e139dba28f0c963e1215e57472e59a82bfcd1d01))
17
+ * update chain data ([33bfd5a](https://github.com/poowf/eth-chainlist/commit/33bfd5a9cf5878969b4d5626c9a703e504b47705))
18
+
3
19
  ### 0.0.103 (2023-03-18)
4
20
 
5
21
 
package/data/chain.js CHANGED
@@ -8858,6 +8858,24 @@ const chainArray = [
8858
8858
  chainId: 8285,
8859
8859
  networkId: 8285
8860
8860
  },
8861
+ {
8862
+ name: 'Dracones Financial Services',
8863
+ title: 'The Dracones Mainnet',
8864
+ chain: 'FUCK',
8865
+ rpc: [ 'https://api.dracones.net/' ],
8866
+ faucets: [],
8867
+ nativeCurrency: {
8868
+ name: 'Functionally Universal Coin Kind',
8869
+ symbol: 'FUCK',
8870
+ decimals: 18
8871
+ },
8872
+ infoURL: 'https://wolfery.com',
8873
+ shortName: 'fuck',
8874
+ chainId: 8387,
8875
+ networkId: 8387,
8876
+ icon: 'dracones',
8877
+ explorers: []
8878
+ },
8861
8879
  {
8862
8880
  name: 'Base',
8863
8881
  chain: 'ETH',
@@ -10005,6 +10023,24 @@ const chainArray = [
10005
10023
  }
10006
10024
  ]
10007
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
+ },
10008
10044
  {
10009
10045
  name: 'Trust EVM Testnet',
10010
10046
  chain: 'Trust EVM Testnet',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.103",
3
+ "version": "0.0.105",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {