eth-chainlist 0.0.103 → 0.0.104

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