eth-chainlist 0.0.124 → 0.0.125

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.125 (2023-04-12)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.124 ([d3ac3a7](https://github.com/poowf/eth-chainlist/commit/d3ac3a7f37e015541e5732fbdb1825046fadb667))
9
+ * update chain data ([b280e44](https://github.com/poowf/eth-chainlist/commit/b280e44651954b1526bc2ac359941b4fc1b3cdc0))
10
+
3
11
  ### 0.0.124 (2023-04-11)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -7240,9 +7240,9 @@ const chainArray = [
7240
7240
  chain: 'Bitcoin EVM',
7241
7241
  rpc: [ 'https://connect.bitcoinevm.com' ],
7242
7242
  faucets: [],
7243
- nativeCurrency: { name: 'Bitcoin', symbol: 'eBTC', decimals: 18 },
7243
+ nativeCurrency: { name: 'Bitcoin', symbol: 'BTC', decimals: 18 },
7244
7244
  infoURL: 'https://bitcoinevm.com',
7245
- shortName: 'eBTC',
7245
+ shortName: 'BTC',
7246
7246
  chainId: 2203,
7247
7247
  networkId: 2203,
7248
7248
  icon: 'ebtc',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.124",
3
+ "version": "0.0.125",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {