eth-chainlist 0.0.61 → 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 +16 -0
- package/data/chain.js +92 -0
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
@@ -1,5 +1,21 @@
|
|
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
|
+
|
11
|
+
### 0.0.62 (2023-01-22)
|
12
|
+
|
13
|
+
|
14
|
+
### Maintenance
|
15
|
+
|
16
|
+
* **release:** 0.0.61 ([1d9fc8b](https://github.com/poowf/eth-chainlist/commit/1d9fc8b966d8fffe055986976d9d95b2cf8d82d7))
|
17
|
+
* update chain data ([d8ebf40](https://github.com/poowf/eth-chainlist/commit/d8ebf40e0b83461cdc3f1c17a87dc9bf4a7a6e26))
|
18
|
+
|
3
19
|
### 0.0.61 (2023-01-21)
|
4
20
|
|
5
21
|
|
package/data/chain.js
CHANGED
@@ -2809,6 +2809,26 @@ const chainArray = [
|
|
2809
2809
|
}
|
2810
2810
|
]
|
2811
2811
|
},
|
2812
|
+
{
|
2813
|
+
name: 'Omax Mainnet',
|
2814
|
+
chain: 'OMAX Chain',
|
2815
|
+
rpc: [ 'https://mainapi.omaxray.com' ],
|
2816
|
+
faucets: [ 'https://faucet.omaxray.com/' ],
|
2817
|
+
nativeCurrency: { name: 'OMAX COIN', symbol: 'OMAX', decimals: 18 },
|
2818
|
+
infoURL: 'https://www.omaxcoin.com/',
|
2819
|
+
shortName: 'omax',
|
2820
|
+
chainId: 311,
|
2821
|
+
networkId: 311,
|
2822
|
+
icon: 'omaxchain',
|
2823
|
+
explorers: [
|
2824
|
+
{
|
2825
|
+
name: 'Omax Chain Explorer',
|
2826
|
+
url: 'https://omaxray.com',
|
2827
|
+
icon: 'omaxray',
|
2828
|
+
standard: 'EIP3091'
|
2829
|
+
}
|
2830
|
+
]
|
2831
|
+
},
|
2812
2832
|
{
|
2813
2833
|
name: 'Filecoin - Mainnet',
|
2814
2834
|
chain: 'FIL',
|
@@ -3878,6 +3898,28 @@ const chainArray = [
|
|
3878
3898
|
}
|
3879
3899
|
]
|
3880
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
|
+
},
|
3881
3923
|
{
|
3882
3924
|
name: 'Dexit Network',
|
3883
3925
|
chain: 'DXT',
|
@@ -7605,6 +7647,25 @@ const chainArray = [
|
|
7605
7647
|
}
|
7606
7648
|
]
|
7607
7649
|
},
|
7650
|
+
{
|
7651
|
+
name: 'Blockton Blockchain',
|
7652
|
+
chain: 'Blockton Blockchain',
|
7653
|
+
icon: 'bton',
|
7654
|
+
rpc: [ 'https://rpc.blocktonscan.com/' ],
|
7655
|
+
faucets: [ 'https://faucet.blocktonscan.com/' ],
|
7656
|
+
nativeCurrency: { name: 'BLOCKTON', symbol: 'BTON', decimals: 18 },
|
7657
|
+
infoURL: 'https://blocktoncoin.com',
|
7658
|
+
shortName: 'BTON',
|
7659
|
+
chainId: 8272,
|
7660
|
+
networkId: 8272,
|
7661
|
+
explorers: [
|
7662
|
+
{
|
7663
|
+
name: 'Blockton Explorer',
|
7664
|
+
url: 'https://blocktonscan.com',
|
7665
|
+
standard: 'none'
|
7666
|
+
}
|
7667
|
+
]
|
7668
|
+
},
|
7608
7669
|
{
|
7609
7670
|
name: 'KorthoTest',
|
7610
7671
|
chain: 'Kortho',
|
@@ -9656,6 +9717,25 @@ const chainArray = [
|
|
9656
9717
|
}
|
9657
9718
|
]
|
9658
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
|
+
},
|
9659
9739
|
{
|
9660
9740
|
name: 'Bifrost Testnet1',
|
9661
9741
|
title: 'The Bifrost Testnet network',
|
@@ -9691,6 +9771,18 @@ const chainArray = [
|
|
9691
9771
|
networkId: 49797,
|
9692
9772
|
slip44: 49797
|
9693
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
|
+
},
|
9694
9786
|
{
|
9695
9787
|
name: 'GTON Testnet',
|
9696
9788
|
chain: 'GTON Testnet',
|