@lifi/types 8.5.0 → 8.5.1
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
CHANGED
|
@@ -2,6 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
|
|
4
4
|
|
|
5
|
+
### [8.5.1](https://github.com/lifinance/types/compare/v8.5.0...v8.5.1) (2023-08-30)
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
### Bug Fixes
|
|
9
|
+
|
|
10
|
+
* fix wrong zksync image url ([#190](https://github.com/lifinance/types/issues/190)) ([d715aa0](https://github.com/lifinance/types/commit/d715aa039d981a1164c4bfb5c06aea2f1eca7c95))
|
|
11
|
+
* fix zksync block explorer url ([#189](https://github.com/lifinance/types/issues/189)) ([fcf4983](https://github.com/lifinance/types/commit/fcf4983dd4a939debdbb40c3a26ace88694e0aaa))
|
|
12
|
+
|
|
5
13
|
## [8.5.0](https://github.com/lifinance/types/compare/v8.4.0...v8.5.0) (2023-08-29)
|
|
6
14
|
|
|
7
15
|
|
|
@@ -772,11 +772,11 @@ export const supportedEVMChains = [
|
|
|
772
772
|
coin: CoinKey.ETH,
|
|
773
773
|
id: 324,
|
|
774
774
|
mainnet: true,
|
|
775
|
-
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zksync.
|
|
775
|
+
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zksync.svg',
|
|
776
776
|
multicallAddress: multicallAddresses[ChainId.ERA],
|
|
777
777
|
metamask: {
|
|
778
778
|
chainId: prefixChainId(324),
|
|
779
|
-
blockExplorerUrls: ['https://
|
|
779
|
+
blockExplorerUrls: ['https://explorer.zksync.io/'],
|
|
780
780
|
chainName: 'zkSync Era Mainnet',
|
|
781
781
|
nativeCurrency: {
|
|
782
782
|
name: 'ETH',
|
|
@@ -775,11 +775,11 @@ exports.supportedEVMChains = [
|
|
|
775
775
|
coin: base_1.CoinKey.ETH,
|
|
776
776
|
id: 324,
|
|
777
777
|
mainnet: true,
|
|
778
|
-
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zksync.
|
|
778
|
+
logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zksync.svg',
|
|
779
779
|
multicallAddress: multicall_1.multicallAddresses[base_1.ChainId.ERA],
|
|
780
780
|
metamask: {
|
|
781
781
|
chainId: (0, EVMChain_1.prefixChainId)(324),
|
|
782
|
-
blockExplorerUrls: ['https://
|
|
782
|
+
blockExplorerUrls: ['https://explorer.zksync.io/'],
|
|
783
783
|
chainName: 'zkSync Era Mainnet',
|
|
784
784
|
nativeCurrency: {
|
|
785
785
|
name: 'ETH',
|