eth-chainlist 0.0.62 → 0.0.63
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 +53 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
### 0.0.63 (2023-01-23)
|
4
|
+
|
5
|
+
|
6
|
+
### Maintenance
|
7
|
+
|
8
|
+
* **release:** 0.0.62 ([65cf58a](https://github.com/poowf/eth-chainlist/commit/65cf58a785447ab77b89b09e6055549f0e233684))
|
9
|
+
* update chain data ([da6f3b8](https://github.com/poowf/eth-chainlist/commit/da6f3b8df614f6b4460e73f1f0923548ff4b06e6))
|
10
|
+
|
3
11
|
### 0.0.62 (2023-01-22)
|
4
12
|
|
5
13
|
|
package/data/chain.js
CHANGED
@@ -3898,6 +3898,28 @@ const chainArray = [
|
|
3898
3898
|
}
|
3899
3899
|
]
|
3900
3900
|
},
|
3901
|
+
{
|
3902
|
+
name: 'Fantasia Chain Mainnet',
|
3903
|
+
chain: 'FSC',
|
3904
|
+
rpc: [
|
3905
|
+
'https://mainnet-data1.fantasiachain.com/',
|
3906
|
+
'https://mainnet-data2.fantasiachain.com/',
|
3907
|
+
'https://mainnet-data3.fantasiachain.com/'
|
3908
|
+
],
|
3909
|
+
faucets: [],
|
3910
|
+
nativeCurrency: { name: 'FST', symbol: 'FST', decimals: 18 },
|
3911
|
+
infoURL: 'https://fantasia.technology/',
|
3912
|
+
shortName: 'FSCMainnet',
|
3913
|
+
chainId: 868,
|
3914
|
+
networkId: 868,
|
3915
|
+
explorers: [
|
3916
|
+
{
|
3917
|
+
name: 'FSCScan',
|
3918
|
+
url: 'https://explorer.fantasiachain.com',
|
3919
|
+
standard: 'EIP3091'
|
3920
|
+
}
|
3921
|
+
]
|
3922
|
+
},
|
3901
3923
|
{
|
3902
3924
|
name: 'Dexit Network',
|
3903
3925
|
chain: 'DXT',
|
@@ -9695,6 +9717,25 @@ const chainArray = [
|
|
9695
9717
|
}
|
9696
9718
|
]
|
9697
9719
|
},
|
9720
|
+
{
|
9721
|
+
name: 'Floripa',
|
9722
|
+
title: 'Wireshape Testnet Floripa',
|
9723
|
+
chain: 'Wireshape',
|
9724
|
+
rpc: [ 'https://rpc-floripa.wireshape.org' ],
|
9725
|
+
faucets: [],
|
9726
|
+
nativeCurrency: { name: 'WIRE', symbol: 'WIRE', decimals: 18 },
|
9727
|
+
infoURL: 'https://wireshape.org',
|
9728
|
+
shortName: 'floripa',
|
9729
|
+
chainId: 49049,
|
9730
|
+
networkId: 49049,
|
9731
|
+
explorers: [
|
9732
|
+
{
|
9733
|
+
name: 'Wire Explorer',
|
9734
|
+
url: 'https://floripa-explorer.wireshape.org',
|
9735
|
+
standard: 'EIP3091'
|
9736
|
+
}
|
9737
|
+
]
|
9738
|
+
},
|
9698
9739
|
{
|
9699
9740
|
name: 'Bifrost Testnet1',
|
9700
9741
|
title: 'The Bifrost Testnet network',
|
@@ -9730,6 +9771,18 @@ const chainArray = [
|
|
9730
9771
|
networkId: 49797,
|
9731
9772
|
slip44: 49797
|
9732
9773
|
},
|
9774
|
+
{
|
9775
|
+
name: 'Liveplex OracleEVM',
|
9776
|
+
chain: 'Liveplex OracleEVM Network',
|
9777
|
+
rpc: [ 'http://129.153.75.68:5000' ],
|
9778
|
+
faucets: [],
|
9779
|
+
nativeCurrency: { name: 'Ether', symbol: 'ETH', decimals: 18 },
|
9780
|
+
infoURL: '',
|
9781
|
+
shortName: 'LOE',
|
9782
|
+
chainId: 50001,
|
9783
|
+
networkId: 50001,
|
9784
|
+
explorers: []
|
9785
|
+
},
|
9733
9786
|
{
|
9734
9787
|
name: 'GTON Testnet',
|
9735
9788
|
chain: 'GTON Testnet',
|