eth-chainlist 0.0.63 → 0.0.64
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 +20 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.64 (2023-01-24)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.63 ([dc5b1d1](https://github.com/poowf/eth-chainlist/commit/dc5b1d192b53b44afffdd2c9da1a844730b9ae5e))
|
9
|
+
* update chain data ([497176d](https://github.com/poowf/eth-chainlist/commit/497176d56fd00c5b23089e1286a01e65d65f4990))
|
10
|
+
|
3
11
|
### 0.0.63 (2023-01-23)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -12366,6 +12366,26 @@ const chainArray = [
|
|
12366
12366
|
networkId: 28945486,
|
12367
12367
|
slip44: 344
|
12368
12368
|
},
|
12369
|
+
{
|
12370
|
+
name: 'Flachain Mainnet',
|
12371
|
+
chain: 'FLX',
|
12372
|
+
icon: 'flacoin',
|
12373
|
+
rpc: [ 'https://flachain.flaexchange.top/' ],
|
12374
|
+
features: [ { name: 'EIP155' }, { name: 'EIP1559' } ],
|
12375
|
+
faucets: [],
|
12376
|
+
nativeCurrency: { name: 'Flacoin', symbol: 'FLA', decimals: 18 },
|
12377
|
+
infoURL: 'https://www.flaexchange.top',
|
12378
|
+
shortName: 'fla',
|
12379
|
+
chainId: 29032022,
|
12380
|
+
networkId: 29032022,
|
12381
|
+
explorers: [
|
12382
|
+
{
|
12383
|
+
name: 'FLXExplorer',
|
12384
|
+
url: 'https://explorer.flaexchange.top',
|
12385
|
+
standard: 'EIP3091'
|
12386
|
+
}
|
12387
|
+
]
|
12388
|
+
},
|
12369
12389
|
{
|
12370
12390
|
name: 'Filecoin - Local testnet',
|
12371
12391
|
chain: 'FIL',
|