eth-chainlist 0.0.244 → 0.0.245

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.245 (2023-09-29)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.244 ([0e288c8](https://github.com/poowf/eth-chainlist/commit/0e288c8cf0b723ae8e4000198cac2c5ee32d1ada))
9
+ * update chain data ([1a4b471](https://github.com/poowf/eth-chainlist/commit/1a4b47165f1c06afbe5ccd7c314135acc8460042))
10
+
3
11
  ### 0.0.244 (2023-09-28)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -6000,6 +6000,26 @@ const chainArray = [
6000
6000
  chainId: 956,
6001
6001
  networkId: 956
6002
6002
  },
6003
+ {
6004
+ name: 'BTC20 Smart Chain',
6005
+ chain: 'BTC20',
6006
+ rpc: [ 'https://rpc.bitcoincode.technology/' ],
6007
+ faucets: [],
6008
+ features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
6009
+ nativeCurrency: { name: 'BTCC', symbol: 'BTCC', decimals: 18 },
6010
+ infoURL: 'https://bitcoincode.technology',
6011
+ shortName: 'btc20',
6012
+ chainId: 963,
6013
+ networkId: 963,
6014
+ icon: 'btc20',
6015
+ explorers: [
6016
+ {
6017
+ name: 'blockscout',
6018
+ url: 'https://scan.bitcoincode.technology',
6019
+ standard: 'EIP3091'
6020
+ }
6021
+ ]
6022
+ },
6003
6023
  {
6004
6024
  name: 'Oort Mainnet',
6005
6025
  chain: 'Oort Mainnet',
@@ -6238,7 +6258,8 @@ const chainArray = [
6238
6258
  {
6239
6259
  name: 'Tectum explorer',
6240
6260
  url: 'https://explorer.tectum.io',
6241
- standard: 'none'
6261
+ icon: 'Tettoken256',
6262
+ standard: 'EIP3091'
6242
6263
  }
6243
6264
  ]
6244
6265
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.244",
3
+ "version": "0.0.245",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {