Skip to content

Native ERC20 token for ZK Stack #17

Native ERC20 token for ZK Stack

Native ERC20 token for ZK Stack #17

Triggered via pull request January 18, 2024 16:42
Status Failure
Total duration 1m 54s
Artifacts

system-contracts-ci.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 10 warnings
lint: l1-contracts/hardhat.config.ts#L31
Strings must use doublequote
lint: l1-contracts/hardhat.config.ts#L108
'path' is never reassigned. Use 'const' instead
lint: l1-contracts/hardhat.config.ts#L109
'rawData' is never reassigned. Use 'const' instead
lint: l1-contracts/hardhat.config.ts#L112
'jsonConfig' is never reassigned. Use 'const' instead
lint: l1-contracts/scripts/deploy-erc20.ts#L38
Delete `⏎`
lint: l1-contracts/scripts/deploy-erc20.ts#L58
Don't use `String` as a type. Use string instead
lint: l2-contracts/src/deployL2Weth.ts#L59
Insert `··`
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L5
global import of path @openzeppelin/contracts/token/ERC20/extensions/IERC20Metadata.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L6
global import of path @openzeppelin/contracts/token/ERC20/utils/SafeERC20.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L8
global import of path ./interfaces/IL1BridgeLegacy.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L9
global import of path ./interfaces/IL1Bridge.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L10
global import of path ./interfaces/IL2Bridge.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L11
global import of path ./interfaces/IL2ERC20Bridge.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L13
global import of path ./libraries/BridgeInitializationHelper.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L15
global import of path ../zksync/interfaces/IZkSync.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L16
global import of path ../common/libraries/UnsafeBytes.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L17
global import of path ../common/libraries/L2ContractHelper.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)