eth-chainlist 0.0.243 → 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,21 @@
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
+
11
+ ### 0.0.244 (2023-09-28)
12
+
13
+
14
+ ### Maintenance
15
+
16
+ * **release:** 0.0.243 ([a5e9eef](https://github.com/poowf/eth-chainlist/commit/a5e9eefda7e2cb1f96b7ef8d03a50351a9426b50))
17
+ * update chain data ([931cd28](https://github.com/poowf/eth-chainlist/commit/931cd282864780f7ccfc32150fb67800ed8fcc85))
18
+
3
19
  ### 0.0.243 (2023-09-27)
4
20
 
5
21
 
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
  },
@@ -12073,7 +12094,13 @@ const chainArray = [
12073
12094
  rpc: [
12074
12095
  'https://canto.slingshot.finance',
12075
12096
  'https://canto.neobase.one',
12076
- 'https://mainnode.plexnode.org:8545'
12097
+ 'https://mainnode.plexnode.org:8545',
12098
+ 'https://canto.gravitychain.io/',
12099
+ 'https://canto.evm.chandrastation.com/',
12100
+ 'https://jsonrpc.canto.nodestake.top/',
12101
+ 'https://canto.dexvaults.com/',
12102
+ 'wss://canto.gravitychain.io:8546',
12103
+ 'wss://canto.dexvaults.com/ws'
12077
12104
  ],
12078
12105
  faucets: [],
12079
12106
  nativeCurrency: { name: 'Canto', symbol: 'CANTO', decimals: 18 },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.243",
3
+ "version": "0.0.245",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {