eth-chainlist 0.0.90 → 0.0.91
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.91 (2023-03-03)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.90 ([687af50](https://github.com/poowf/eth-chainlist/commit/687af507328dd610c498c7c70c29c0773efeb7f5))
|
9
|
+
* update chain data ([d0e0739](https://github.com/poowf/eth-chainlist/commit/d0e0739bea871e2903c77e7af1ab6df79edfdca6))
|
10
|
+
|
3
11
|
### 0.0.90 (2023-03-02)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -5002,7 +5002,7 @@ const chainArray = [
|
|
5002
5002
|
name: 'Dogcoin Mainnet',
|
5003
5003
|
chain: 'DOGS',
|
5004
5004
|
icon: 'dogs',
|
5005
|
-
rpc: [ 'https://mainnet-rpc.dogcoin.
|
5005
|
+
rpc: [ 'https://mainnet-rpc.dogcoin.me' ],
|
5006
5006
|
faucets: [ 'https://faucet.dogcoin.network' ],
|
5007
5007
|
nativeCurrency: { name: 'Dogcoin', symbol: 'DOGS', decimals: 18 },
|
5008
5008
|
infoURL: 'https://dogcoin.network',
|
@@ -9024,7 +9024,7 @@ const chainArray = [
|
|
9024
9024
|
name: 'Dogcoin Testnet',
|
9025
9025
|
chain: 'DOGS',
|
9026
9026
|
icon: 'dogs',
|
9027
|
-
rpc: [ 'https://testnet-rpc.dogcoin.
|
9027
|
+
rpc: [ 'https://testnet-rpc.dogcoin.me' ],
|
9028
9028
|
faucets: [ 'https://faucet.dogcoin.network' ],
|
9029
9029
|
nativeCurrency: { name: 'Dogcoin', symbol: 'DOGS', decimals: 18 },
|
9030
9030
|
infoURL: 'https://dogcoin.network',
|