eth-chainlist 0.0.258 → 0.0.259
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 +2 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.259 (2023-10-15)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.258 ([ffabb1b](https://github.com/poowf/eth-chainlist/commit/ffabb1b441387dc854eb5313294963d63a8d8cc4))
|
9
|
+
* update chain data ([a508bc8](https://github.com/poowf/eth-chainlist/commit/a508bc8375189fd223ea6bb0a29f102420224de2))
|
10
|
+
|
3
11
|
### 0.0.258 (2023-10-14)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -12054,7 +12054,7 @@ const chainArray = [
|
|
12054
12054
|
name: 'Bitrock Mainnet',
|
12055
12055
|
chain: 'Bitrock',
|
12056
12056
|
icon: 'bitrock',
|
12057
|
-
rpc: [ 'https://connect.bit-rock.io' ],
|
12057
|
+
rpc: [ 'https://connect.bit-rock.io', 'https://brockrpc.io' ],
|
12058
12058
|
faucets: [],
|
12059
12059
|
nativeCurrency: { name: 'BITROCK', symbol: 'BROCK', decimals: 18 },
|
12060
12060
|
infoURL: 'https://bit-rock.io',
|
@@ -12064,7 +12064,7 @@ const chainArray = [
|
|
12064
12064
|
explorers: [
|
12065
12065
|
{
|
12066
12066
|
name: 'Bitrock Explorer',
|
12067
|
-
url: 'https://
|
12067
|
+
url: 'https://explorer.bit-rock.io',
|
12068
12068
|
standard: 'EIP3091'
|
12069
12069
|
}
|
12070
12070
|
]
|