eth-chainlist 0.0.153 → 0.0.154
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.154 (2023-05-22)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.153 ([2f89b9f](https://github.com/poowf/eth-chainlist/commit/2f89b9fe67eb922a220b2d0ac6078d878cec49aa))
|
9
|
+
* update chain data ([846d886](https://github.com/poowf/eth-chainlist/commit/846d8865fa702c2e1ad494526f1b79ad0f76366f))
|
10
|
+
|
3
11
|
### 0.0.153 (2023-05-20)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -454,17 +454,17 @@ const chainArray = [
|
|
454
454
|
{
|
455
455
|
name: 'ShibaChain',
|
456
456
|
chain: 'SHIB',
|
457
|
-
rpc: [ 'https://rpc.
|
457
|
+
rpc: [ 'https://rpc.shibchain.org' ],
|
458
458
|
faucets: [],
|
459
459
|
nativeCurrency: { name: 'SHIBA INU COIN', symbol: 'SHIB', decimals: 18 },
|
460
|
-
infoURL: 'https://
|
460
|
+
infoURL: 'https://shibchain.org',
|
461
461
|
shortName: 'shib',
|
462
462
|
chainId: 27,
|
463
463
|
networkId: 27,
|
464
464
|
explorers: [
|
465
465
|
{
|
466
466
|
name: 'Shiba Explorer',
|
467
|
-
url: 'https://exp.
|
467
|
+
url: 'https://exp.shibchain.org',
|
468
468
|
standard: 'none'
|
469
469
|
}
|
470
470
|
]
|