eth-chainlist 0.0.287 → 0.0.288
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 +21 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.288 (2023-11-21)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.287 ([3c1ca5f](https://github.com/poowf/eth-chainlist/commit/3c1ca5fde94eeca25e8d6db312c7193e681c9034))
|
9
|
+
* update chain data ([62599f3](https://github.com/poowf/eth-chainlist/commit/62599f31d9699533fb593259ec3f77ceb8dcb55a))
|
10
|
+
|
3
11
|
### 0.0.287 (2023-11-20)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -878,7 +878,6 @@ const chainArray = [
|
|
878
878
|
rpc: [
|
879
879
|
'https://rpc.darwinia.network',
|
880
880
|
'https://darwinia-rpc.darwiniacommunitydao.xyz',
|
881
|
-
'https://darwinia2.api.onfinality.io/public-ws',
|
882
881
|
'https://darwinia-rpc.dwellir.com'
|
883
882
|
],
|
884
883
|
faucets: [],
|
@@ -11332,6 +11331,25 @@ const chainArray = [
|
|
11332
11331
|
}
|
11333
11332
|
]
|
11334
11333
|
},
|
11334
|
+
{
|
11335
|
+
name: 'Globel Chain',
|
11336
|
+
chain: 'GC',
|
11337
|
+
icon: 'globelchain',
|
11338
|
+
rpc: [ 'https://rpc.gcscan.io' ],
|
11339
|
+
faucets: [],
|
11340
|
+
nativeCurrency: { name: 'Globel Chain', symbol: 'GC', decimals: 18 },
|
11341
|
+
infoURL: 'https://gcscan.io',
|
11342
|
+
shortName: 'GC',
|
11343
|
+
chainId: 4893,
|
11344
|
+
networkId: 4893,
|
11345
|
+
explorers: [
|
11346
|
+
{
|
11347
|
+
name: 'blockscout',
|
11348
|
+
url: 'https://gcscan.io',
|
11349
|
+
standard: 'none'
|
11350
|
+
}
|
11351
|
+
]
|
11352
|
+
},
|
11335
11353
|
{
|
11336
11354
|
name: 'Venidium Testnet',
|
11337
11355
|
chain: 'XVM',
|
@@ -13753,6 +13771,8 @@ const chainArray = [
|
|
13753
13771
|
rpc: [
|
13754
13772
|
'https://rpc-msc.mindchain.info/',
|
13755
13773
|
'https://seednode.mindchain.info',
|
13774
|
+
'https://archive.mindchain.info/',
|
13775
|
+
'wss://archive.mindchain.info/ws',
|
13756
13776
|
'wss://seednode.mindchain.info/ws'
|
13757
13777
|
],
|
13758
13778
|
faucets: [],
|