eth-chainlist 0.0.142 → 0.0.143

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.143 (2023-05-05)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.142 ([fdc9188](https://github.com/poowf/eth-chainlist/commit/fdc9188dc3f5bd0c1e012fc3616d363be4d71f23))
9
+ * update chain data ([abb0fb1](https://github.com/poowf/eth-chainlist/commit/abb0fb1348b4d2cf3d6f7022e47eae742e99840d))
10
+
3
11
  ### 0.0.142 (2023-05-04)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -1991,6 +1991,26 @@ const chainArray = [
1991
1991
  networkId: 111,
1992
1992
  icon: 'etherlite'
1993
1993
  },
1994
+ {
1995
+ name: 'Coinbit Mainnet',
1996
+ chain: 'Coinbit',
1997
+ rpc: [ 'https://coinbit-rpc-mainnet.chain.sbcrypto.app' ],
1998
+ faucets: [],
1999
+ nativeCurrency: { name: 'Gas IDR', symbol: 'GIDR', decimals: 18 },
2000
+ infoURL: 'https://crypto.stockbit.com/',
2001
+ shortName: 'coinbit',
2002
+ chainId: 112,
2003
+ networkId: 112,
2004
+ icon: 'coinbit',
2005
+ explorers: [
2006
+ {
2007
+ name: 'blockscout',
2008
+ url: 'https://coinbit-explorer.chain.sbcrypto.app',
2009
+ icon: 'blockscout',
2010
+ standard: 'EIP3091'
2011
+ }
2012
+ ]
2013
+ },
1994
2014
  {
1995
2015
  name: 'Dehvo',
1996
2016
  chain: 'Dehvo',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.142",
3
+ "version": "0.0.143",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {