eth-chainlist 0.0.121 → 0.0.122

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.122 (2023-04-08)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.121 ([afc34bd](https://github.com/poowf/eth-chainlist/commit/afc34bd865cb0fec901514efff0bdf45aedc3d76))
9
+ * update chain data ([d8305bf](https://github.com/poowf/eth-chainlist/commit/d8305bf2eec69635a1b07d54a966f2122441662b))
10
+
3
11
  ### 0.0.121 (2023-04-07)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -8993,6 +8993,25 @@ const chainArray = [
8993
8993
  }
8994
8994
  ]
8995
8995
  },
8996
+ {
8997
+ name: 'ADIL Mainnet',
8998
+ chain: 'ADIL',
8999
+ icon: 'adil',
9000
+ rpc: [ 'https://s2.adilchain-rpc.io' ],
9001
+ faucets: [],
9002
+ nativeCurrency: { name: 'ADIL', symbol: 'ADIL', decimals: 18 },
9003
+ infoURL: 'https://adilchain.io',
9004
+ shortName: 'adil',
9005
+ chainId: 7576,
9006
+ networkId: 7576,
9007
+ explorers: [
9008
+ {
9009
+ name: 'ADIL Mainnet Explorer',
9010
+ url: 'https://s2.adilchain-scan.io',
9011
+ standard: 'EIP3091'
9012
+ }
9013
+ ]
9014
+ },
8996
9015
  {
8997
9016
  name: 'The Root Network - Mainnet',
8998
9017
  chain: 'TRN',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.121",
3
+ "version": "0.0.122",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {