eth-chainlist 0.0.286 → 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 +16 -0
- package/data/chain.js +24 -2
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.287 (2023-11-20)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.286 ([a84c5fa](https://github.com/poowf/eth-chainlist/commit/a84c5fa84d361b5e52b60acd089f6240b5681d5c))
|
17
|
+
* update chain data ([0ba0685](https://github.com/poowf/eth-chainlist/commit/0ba0685a05d4e20731dacb640bfea102b3c0a97b))
|
18
|
+
|
3
19
|
### 0.0.286 (2023-11-19)
|
4
20
|
|
5
21
|
|
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',
|
@@ -11520,7 +11538,9 @@ const chainArray = [
|
|
11520
11538
|
'https://rpc1.bahamut.io',
|
11521
11539
|
'https://rpc2.bahamut.io',
|
11522
11540
|
'wss://ws1.sahara.bahamutchain.com',
|
11523
|
-
'wss://ws2.sahara.bahamutchain.com'
|
11541
|
+
'wss://ws2.sahara.bahamutchain.com',
|
11542
|
+
'https://bahamut.publicnode.com',
|
11543
|
+
'wss://bahamut.publicnode.com'
|
11524
11544
|
],
|
11525
11545
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
11526
11546
|
faucets: [],
|
@@ -13751,6 +13771,8 @@ const chainArray = [
|
|
13751
13771
|
rpc: [
|
13752
13772
|
'https://rpc-msc.mindchain.info/',
|
13753
13773
|
'https://seednode.mindchain.info',
|
13774
|
+
'https://archive.mindchain.info/',
|
13775
|
+
'wss://archive.mindchain.info/ws',
|
13754
13776
|
'wss://seednode.mindchain.info/ws'
|
13755
13777
|
],
|
13756
13778
|
faucets: [],
|