@lifi/data-types 1.0.0-alpha.2 → 1.0.0-beta.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.
|
@@ -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.
|
|
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://
|
|
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.
|
|
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://
|
|
776
|
+
blockExplorerUrls: ['https://explorer.zksync.io/'],
|
|
777
777
|
chainName: 'zkSync Era Mainnet',
|
|
778
778
|
nativeCurrency: {
|
|
779
779
|
name: 'ETH',
|
package/dist/cjs/coins/coins.js
CHANGED
|
@@ -796,7 +796,7 @@ exports.basicCoins = [
|
|
|
796
796
|
decimals: 6,
|
|
797
797
|
},
|
|
798
798
|
[types_1.ChainId.OPT]: {
|
|
799
|
-
address: '
|
|
799
|
+
address: '0x0b2c639c533813f4aa9d7837caf62653d097ff85',
|
|
800
800
|
decimals: 6,
|
|
801
801
|
},
|
|
802
802
|
[types_1.ChainId.BAS]: {
|
|
@@ -916,6 +916,12 @@ exports.basicCoins = [
|
|
|
916
916
|
name: 'Bridged USD Coin',
|
|
917
917
|
symbol: 'USDC.e',
|
|
918
918
|
},
|
|
919
|
+
[types_1.ChainId.OPT]: {
|
|
920
|
+
address: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
|
|
921
|
+
decimals: 6,
|
|
922
|
+
name: 'Bridged USD Coin',
|
|
923
|
+
symbol: 'USDC.e',
|
|
924
|
+
},
|
|
919
925
|
},
|
|
920
926
|
},
|
|
921
927
|
// BUSD
|
package/dist/coins/coins.js
CHANGED
|
@@ -793,7 +793,7 @@ export const basicCoins = [
|
|
|
793
793
|
decimals: 6,
|
|
794
794
|
},
|
|
795
795
|
[ChainId.OPT]: {
|
|
796
|
-
address: '
|
|
796
|
+
address: '0x0b2c639c533813f4aa9d7837caf62653d097ff85',
|
|
797
797
|
decimals: 6,
|
|
798
798
|
},
|
|
799
799
|
[ChainId.BAS]: {
|
|
@@ -913,6 +913,12 @@ export const basicCoins = [
|
|
|
913
913
|
name: 'Bridged USD Coin',
|
|
914
914
|
symbol: 'USDC.e',
|
|
915
915
|
},
|
|
916
|
+
[ChainId.OPT]: {
|
|
917
|
+
address: '0x7f5c764cbc14f9669b88837ca1490cca17c31607',
|
|
918
|
+
decimals: 6,
|
|
919
|
+
name: 'Bridged USD Coin',
|
|
920
|
+
symbol: 'USDC.e',
|
|
921
|
+
},
|
|
916
922
|
},
|
|
917
923
|
},
|
|
918
924
|
// BUSD
|