eth-chainlist 0.0.268 → 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 +16 -0
- package/data/chain.js +8 -8
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.269 (2023-10-28)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.268 ([9ef085a](https://github.com/poowf/eth-chainlist/commit/9ef085ab5da95d5fc11e6d6639ffba164775ce27))
|
17
|
+
* update chain data ([d8034be](https://github.com/poowf/eth-chainlist/commit/d8034beeba953e01449431e70a84459dce0d7d73))
|
18
|
+
|
3
19
|
### 0.0.268 (2023-10-27)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -958,7 +958,7 @@ const chainArray = [
|
|
958
958
|
]
|
959
959
|
},
|
960
960
|
{
|
961
|
-
name: '
|
961
|
+
name: 'XDC Network',
|
962
962
|
chain: 'XDC',
|
963
963
|
rpc: [
|
964
964
|
'https://erpc.xinfin.network',
|
@@ -10430,19 +10430,19 @@ const chainArray = [
|
|
10430
10430
|
},
|
10431
10431
|
{
|
10432
10432
|
name: 'Botanix Testnet',
|
10433
|
-
chain: '
|
10433
|
+
chain: 'BOTANIX',
|
10434
10434
|
icon: 'botanix',
|
10435
|
-
rpc: [ 'https://
|
10436
|
-
faucets: [ 'https://faucet.
|
10435
|
+
rpc: [ 'https://node.botanixlabs.dev' ],
|
10436
|
+
faucets: [ 'https://faucet.botanixlabs.dev' ],
|
10437
10437
|
nativeCurrency: { name: 'Botanix', symbol: 'BTC', decimals: 18 },
|
10438
|
-
infoURL: 'https://
|
10439
|
-
shortName: '
|
10438
|
+
infoURL: 'https://botanixlabs.xyz',
|
10439
|
+
shortName: 'BTNX',
|
10440
10440
|
chainId: 3636,
|
10441
10441
|
networkId: 3636,
|
10442
10442
|
explorers: [
|
10443
10443
|
{
|
10444
|
-
name: '
|
10445
|
-
url: 'https://
|
10444
|
+
name: '3xpl',
|
10445
|
+
url: 'https://3xpl.com/botanix',
|
10446
10446
|
standard: 'EIP3091'
|
10447
10447
|
}
|
10448
10448
|
]
|