eth-chainlist 0.0.123 → 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,21 @@
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
+
11
+ ### 0.0.124 (2023-04-11)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.123 ([0876d4e](https://github.com/poowf/eth-chainlist/commit/0876d4e5099133d7c6be479131a7ccd887e91c41))
17
+ * update chain data ([bd86ed7](https://github.com/poowf/eth-chainlist/commit/bd86ed74b08beff5e423b498768cfa73286e7a22))
18
+
3
19
  ### 0.0.123 (2023-04-09)
4
20
 
5
21
 
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',
@@ -14051,6 +14051,20 @@ const chainArray = [
14051
14051
  }
14052
14052
  ]
14053
14053
  },
14054
+ {
14055
+ name: 'Markr Go',
14056
+ chain: 'Unified',
14057
+ icon: 'markrgo',
14058
+ rpc: [ 'https://rpc.markr.io/ext/' ],
14059
+ faucets: [],
14060
+ nativeCurrency: { name: 'Avalanche', symbol: 'AVAX', decimals: 18 },
14061
+ infoURL: 'https://www.markr.io/',
14062
+ shortName: 'markr-go',
14063
+ chainId: 431140,
14064
+ networkId: 431140,
14065
+ explorers: [],
14066
+ status: 'incubating'
14067
+ },
14054
14068
  {
14055
14069
  name: 'Dexalot Subnet Testnet',
14056
14070
  chain: 'DEXALOT',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.123",
3
+ "version": "0.0.125",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {