eth-chainlist 0.0.269 → 0.0.270

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.270 (2023-10-30)
4
+
5
+
6
+ ### Maintenance
7
+
8
+ * **release:** 0.0.269 ([eb3f685](https://github.com/poowf/eth-chainlist/commit/eb3f685fca507d1767e81b454e1c7c68ccbae720))
9
+ * update chain data ([10313b2](https://github.com/poowf/eth-chainlist/commit/10313b2d66c09abf17a13d2abe1f9a15cc8f6dd5))
10
+
3
11
  ### 0.0.269 (2023-10-28)
4
12
 
5
13
 
package/data/chain.js CHANGED
@@ -10430,19 +10430,19 @@ const chainArray = [
10430
10430
  },
10431
10431
  {
10432
10432
  name: 'Botanix Testnet',
10433
- chain: 'BTC',
10433
+ chain: 'BOTANIX',
10434
10434
  icon: 'botanix',
10435
- rpc: [ 'https://testnet-rpc.btxtestchain.com' ],
10436
- faucets: [ 'https://faucet.btxtestchain.com' ],
10435
+ rpc: [ 'https://node.botanixlabs.dev' ],
10436
+ faucets: [ 'https://faucet.botanixlabs.dev' ],
10437
10437
  nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
10438
- infoURL: 'https://btxtestchain.com',
10439
- shortName: 'BTCt',
10438
+ infoURL: 'https://botanixlabs.xyz',
10439
+ shortName: 'BTNX',
10440
10440
  chainId: 3636,
10441
10441
  networkId: 3636,
10442
10442
  explorers: [
10443
10443
  {
10444
- name: 'Botanix',
10445
- url: 'https://testnet.btxtestchain.com',
10444
+ name: '3xpl',
10445
+ url: 'https://3xpl.com/botanix',
10446
10446
  standard: 'EIP3091'
10447
10447
  }
10448
10448
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "eth-chainlist",
3
- "version": "0.0.269",
3
+ "version": "0.0.270",
4
4
  "description": "List of EVM Chains",
5
5
  "main": "index.js",
6
6
  "scripts": {