eth-chainlist 0.0.250 → 0.0.252
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 +54 -4
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.252 (2023-10-07)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.251 ([e243f9b](https://github.com/poowf/eth-chainlist/commit/e243f9b5c8075240812bf2acf15ab3b449debab7))
|
9
|
+
* update chain data ([e1968aa](https://github.com/poowf/eth-chainlist/commit/e1968aab10fcfdff237bb71016c5e7d88e78fa70))
|
10
|
+
|
11
|
+
### 0.0.251 (2023-10-06)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.250 ([3aae1d3](https://github.com/poowf/eth-chainlist/commit/3aae1d3a757ac872a964da1345fac86417fa28ab))
|
17
|
+
* update chain data ([401f40b](https://github.com/poowf/eth-chainlist/commit/401f40b243bd314273b75cf8b8dd855279576c92))
|
18
|
+
|
3
19
|
### 0.0.250 (2023-10-05)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -11,7 +11,8 @@ const chainArray = [
|
|
11
11
|
'https://ethereum.publicnode.com',
|
12
12
|
'wss://ethereum.publicnode.com',
|
13
13
|
'https://mainnet.gateway.tenderly.co',
|
14
|
-
'wss://mainnet.gateway.tenderly.co'
|
14
|
+
'wss://mainnet.gateway.tenderly.co',
|
15
|
+
'https://rpc.blocknative.com/boost'
|
15
16
|
],
|
16
17
|
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
17
18
|
faucets: [],
|
@@ -272,11 +273,12 @@ const chainArray = [
|
|
272
273
|
icon: 'flare',
|
273
274
|
rpc: [
|
274
275
|
'https://flare-api.flare.network/ext/C/rpc',
|
276
|
+
'https://flare.public-rpc.com',
|
275
277
|
'https://rpc.ftso.au/flare'
|
276
278
|
],
|
277
279
|
faucets: [],
|
278
280
|
nativeCurrency: { name: 'Flare', symbol: 'FLR', decimals: 18 },
|
279
|
-
infoURL: 'https://flare.
|
281
|
+
infoURL: 'https://flare.network',
|
280
282
|
shortName: 'flr',
|
281
283
|
chainId: 14,
|
282
284
|
networkId: 14,
|
@@ -285,6 +287,11 @@ const chainArray = [
|
|
285
287
|
name: 'blockscout',
|
286
288
|
url: 'https://flare-explorer.flare.network',
|
287
289
|
standard: 'EIP3091'
|
290
|
+
},
|
291
|
+
{
|
292
|
+
name: 'flarescan',
|
293
|
+
url: 'https://flarescan.com',
|
294
|
+
standard: 'EIP3091'
|
288
295
|
}
|
289
296
|
]
|
290
297
|
},
|
@@ -5689,7 +5696,7 @@ const chainArray = [
|
|
5689
5696
|
],
|
5690
5697
|
faucets: [],
|
5691
5698
|
nativeCurrency: { name: 'FST', symbol: 'FST', decimals: 18 },
|
5692
|
-
infoURL: 'https://
|
5699
|
+
infoURL: 'https://fantasiachain.com/',
|
5693
5700
|
shortName: 'FSCMainnet',
|
5694
5701
|
chainId: 868,
|
5695
5702
|
networkId: 868,
|
@@ -14458,6 +14465,25 @@ const chainArray = [
|
|
14458
14465
|
}
|
14459
14466
|
]
|
14460
14467
|
},
|
14468
|
+
{
|
14469
|
+
name: 'G8Chain Mainnet',
|
14470
|
+
chain: 'G8C',
|
14471
|
+
icon: 'G8Chain',
|
14472
|
+
rpc: [ 'https://mainnet-rpc.oneg8.network' ],
|
14473
|
+
faucets: [ 'https://faucet.oneg8.network' ],
|
14474
|
+
nativeCurrency: { name: 'G8Chain', symbol: 'G8C', decimals: 18 },
|
14475
|
+
infoURL: 'https://oneg8.one',
|
14476
|
+
shortName: 'G8Cm',
|
14477
|
+
chainId: 17171,
|
14478
|
+
networkId: 17171,
|
14479
|
+
explorers: [
|
14480
|
+
{
|
14481
|
+
name: 'G8Chain',
|
14482
|
+
url: 'https://mainnet.oneg8.network',
|
14483
|
+
standard: 'EIP3091'
|
14484
|
+
}
|
14485
|
+
]
|
14486
|
+
},
|
14461
14487
|
{
|
14462
14488
|
name: 'Palette Chain Testnet',
|
14463
14489
|
chain: 'PLT',
|
@@ -14569,6 +14595,25 @@ const chainArray = [
|
|
14569
14595
|
}
|
14570
14596
|
]
|
14571
14597
|
},
|
14598
|
+
{
|
14599
|
+
name: 'G8Chain Testnet',
|
14600
|
+
chain: 'G8C',
|
14601
|
+
icon: 'G8Chain',
|
14602
|
+
rpc: [ 'https://testnet-rpc.oneg8.network' ],
|
14603
|
+
faucets: [ 'https://faucet.oneg8.network' ],
|
14604
|
+
nativeCurrency: { name: 'G8Coin', symbol: 'G8C', decimals: 18 },
|
14605
|
+
infoURL: 'https://oneg8.one',
|
14606
|
+
shortName: 'G8Ct',
|
14607
|
+
chainId: 18181,
|
14608
|
+
networkId: 18181,
|
14609
|
+
explorers: [
|
14610
|
+
{
|
14611
|
+
name: 'G8Chain',
|
14612
|
+
url: 'https://testnet.oneg8.network',
|
14613
|
+
standard: 'EIP3091'
|
14614
|
+
}
|
14615
|
+
]
|
14616
|
+
},
|
14572
14617
|
{
|
14573
14618
|
name: 'MXC zkEVM Mainnet',
|
14574
14619
|
chain: 'MXC zkEVM',
|
@@ -19074,9 +19119,14 @@ const chainArray = [
|
|
19074
19119
|
networkId: 534352,
|
19075
19120
|
explorers: [
|
19076
19121
|
{
|
19077
|
-
name: '
|
19122
|
+
name: 'Blockscout',
|
19078
19123
|
url: 'https://blockscout.scroll.io',
|
19079
19124
|
standard: 'EIP3091'
|
19125
|
+
},
|
19126
|
+
{
|
19127
|
+
name: 'Scrollscan',
|
19128
|
+
url: 'https://scrollscan.com',
|
19129
|
+
standard: 'EIP3091'
|
19080
19130
|
}
|
19081
19131
|
],
|
19082
19132
|
parent: {
|