@lifi/data-types 1.0.0-alpha.2 → 1.0.0-beta.0

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.
@@ -766,11 +766,11 @@ export const supportedEVMChains = [
766
766
  coin: CoinKey.ETH,
767
767
  id: 324,
768
768
  mainnet: true,
769
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zksync.png',
769
+ logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zksync.svg',
770
770
  multicallAddress: multicallAddresses[ChainId.ERA],
771
771
  metamask: {
772
772
  chainId: prefixChainId(324),
773
- blockExplorerUrls: ['https://zkscan.io/'],
773
+ blockExplorerUrls: ['https://explorer.zksync.io/'],
774
774
  chainName: 'zkSync Era Mainnet',
775
775
  nativeCurrency: {
776
776
  name: 'ETH',
@@ -769,11 +769,11 @@ exports.supportedEVMChains = [
769
769
  coin: types_1.CoinKey.ETH,
770
770
  id: 324,
771
771
  mainnet: true,
772
- logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zksync.png',
772
+ logoURI: 'https://raw.githubusercontent.com/lifinance/types/main/src/assets/icons/chains/zksync.svg',
773
773
  multicallAddress: multicall_1.multicallAddresses[types_1.ChainId.ERA],
774
774
  metamask: {
775
775
  chainId: (0, utils_1.prefixChainId)(324),
776
- blockExplorerUrls: ['https://zkscan.io/'],
776
+ blockExplorerUrls: ['https://explorer.zksync.io/'],
777
777
  chainName: 'zkSync Era Mainnet',
778
778
  nativeCurrency: {
779
779
  name: 'ETH',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lifi/data-types",
3
- "version": "1.0.0-alpha.2",
3
+ "version": "1.0.0-beta.0",
4
4
  "description": "Data types for the LI.FI stack",
5
5
  "keywords": [
6
6
  "sdk",