eth-chainlist 0.0.468 → 0.0.469
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 +8 -0
- package/data/chain.js +3 -3
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# Changelog
|
|
2
2
|
|
|
3
|
+
### 0.0.469 (2024-08-18)
|
|
4
|
+
|
|
5
|
+
|
|
6
|
+
### Maintenance
|
|
7
|
+
|
|
8
|
+
* **release:** 0.0.468 ([fe81a7e](https://github.com/poowf/eth-chainlist/commit/fe81a7e8fce1184e407ad58cdeaf0f904a7e61e5))
|
|
9
|
+
* update chain data ([1995cd6](https://github.com/poowf/eth-chainlist/commit/1995cd6738f011f432262a25e3b4328a8377696f))
|
|
10
|
+
|
|
3
11
|
### 0.0.468 (2024-08-17)
|
|
4
12
|
|
|
5
13
|
|
package/data/chain.js
CHANGED
|
@@ -26123,7 +26123,7 @@ const chainArray = [
|
|
|
26123
26123
|
icon: 'toronet',
|
|
26124
26124
|
rpc: [ 'http://testnet.toronet.org/rpc' ],
|
|
26125
26125
|
faucets: [],
|
|
26126
|
-
nativeCurrency: { name: '
|
|
26126
|
+
nativeCurrency: { name: 'Toroe', symbol: 'TOROE', decimals: 18 },
|
|
26127
26127
|
infoURL: 'https://toronet.org',
|
|
26128
26128
|
shortName: 'ToronetTestnet',
|
|
26129
26129
|
chainId: 54321,
|
|
@@ -27595,9 +27595,9 @@ const chainArray = [
|
|
|
27595
27595
|
name: 'Toronet Mainnet',
|
|
27596
27596
|
chain: 'Toronet',
|
|
27597
27597
|
icon: 'toronet',
|
|
27598
|
-
rpc: [ '
|
|
27598
|
+
rpc: [ 'https://www.toronet.org/rpc2/' ],
|
|
27599
27599
|
faucets: [],
|
|
27600
|
-
nativeCurrency: { name: '
|
|
27600
|
+
nativeCurrency: { name: 'Toroe', symbol: 'TOROE', decimals: 18 },
|
|
27601
27601
|
infoURL: 'https://toronet.org',
|
|
27602
27602
|
shortName: 'Toronet',
|
|
27603
27603
|
chainId: 77777,
|