[VEN-3073]: Add zkETH market to the Core pool on zkSync #2743
Triggered via pull request
February 19, 2025 08:10
Status
Failure
Total duration
19m 19s
Artifacts
–
Annotations
12 errors and 10 warnings
Lint:
deploy/001-deploy-mock-tokens.ts#L4
'MockTokenContractName' is defined but never used. Allowed unused vars must match /_/u
|
Lint
Process completed with exit code 1.
|
Deploy:
helpers/deploymentConfig.ts#L777
Type '{ isMock: false; name: string; symbol: string; decimals: number; tokenAddress: "0xe73774DfCD551BF75650772dC2cC56a2B6323453"; faucetInitialLiquidity: true; }' is not assignable to type 'TokenConfig'.
|
Deploy:
helpers/deploymentConfig.ts#L785
Type '{ isMock: false; name: string; symbol: string; decimals: number; tokenAddress: "0x2E2466e22FcbE0732Be385ee2FBb9C59a1098382"; faucetInitialLiquidity: true; }' is not assignable to type 'TokenConfig'.
|
Deploy:
helpers/deploymentConfig.ts#L793
Type '{ isMock: false; name: string; symbol: string; decimals: number; tokenAddress: "0x7FCC76fc1F573d8Eb445c236Cc282246bC562bCE"; faucetInitialLiquidity: true; }' is not assignable to type 'TokenConfig'.
|
Deploy:
helpers/deploymentConfig.ts#L801
Type '{ isMock: false; name: string; symbol: string; decimals: number; tokenAddress: "0x6923189d91fdF62dBAe623a55273F1d20306D9f2"; faucetInitialLiquidity: true; }' is not assignable to type 'TokenConfig'.
|
Deploy:
helpers/deploymentConfig.ts#L809
Type '{ isMock: false; name: string; symbol: string; decimals: number; tokenAddress: "0xe4a90EB942CF2DA7238e8F6cC9EF510c49FC8B4B"; faucetInitialLiquidity: true; }' is not assignable to type 'TokenConfig'.
|
Deploy:
helpers/deploymentConfig.ts#L817
Type '{ isMock: false; name: string; symbol: string; decimals: number; tokenAddress: "0xD60cC803d888A3e743F21D0bdE4bF2cAfdEA1F26"; faucetInitialLiquidity: true; }' is not assignable to type 'TokenConfig'.
|
Deploy:
helpers/deploymentConfig.ts#L825
Type '{ isMock: false; name: string; symbol: string; decimals: number; tokenAddress: "0xb22cF15FBc089d470f8e532aeAd2baB76bE87c88"; faucetInitialLiquidity: true; }' is not assignable to type 'TokenConfig'.
|
Deploy:
helpers/deploymentConfig.ts#L833
Type '{ isMock: false; name: string; symbol: string; decimals: number; tokenAddress: "0x167F1F9EF531b3576201aa3146b13c57dbEda514"; faucetInitialLiquidity: true; }' is not assignable to type 'TokenConfig'.
|
Deploy:
helpers/deploymentConfig.ts#L841
Type '{ isMock: false; name: string; symbol: string; decimals: number; tokenAddress: "0x327d6E6FAC0228070884e913263CFF9eFed4a2C8"; faucetInitialLiquidity: true; }' is not assignable to type 'TokenConfig'.
|
Deploy:
helpers/deploymentConfig.ts#L849
Type '{ isMock: false; name: string; symbol: string; decimals: number; tokenAddress: "0x2999C176eBf66ecda3a646E70CeB5FF4d5fCFb8C"; faucetInitialLiquidity: true; }' is not assignable to type 'TokenConfig'.
|
Lint:
contracts/Comptroller.sol#L50
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Lint:
contracts/Comptroller.sol#L503
Variable "redeemAmount" is unused
|
Lint:
contracts/Comptroller.sol#L503
Variable "redeemTokens" is unused
|
Lint:
contracts/Comptroller.sol#L986
Use Custom Errors instead of require statements
|
Lint:
contracts/Comptroller.sol#L998
Use Custom Errors instead of require statements
|
Lint:
contracts/Comptroller.sol#L999
Use Custom Errors instead of require statements
|
Lint:
contracts/Comptroller.sol#L1074
Use Custom Errors instead of require statements
|
Lint:
contracts/Comptroller.sol#L1102
Use Custom Errors instead of require statements
|
Lint:
contracts/Comptroller.sol#L1136
Use Custom Errors instead of require statements
|
Lint:
contracts/Comptroller.sol#L1160
Use Custom Errors instead of require statements
|