feat: add initial l1-contracts-foundry #822
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
l1-contracts-foundry/script/DeployL1.s.sol#L523
Use Custom Errors instead of revert statements
|
Lint:
l1-contracts-foundry/script/DeployL1.s.sol#L531
Use Custom Errors instead of revert statements
|
Lint:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L23
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Lint:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L64
Use Custom Errors instead of require statements
|
Lint:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L66
Use Custom Errors instead of require statements
|
Lint:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L148
Use Custom Errors instead of require statements
|
Lint:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L150
Use Custom Errors instead of require statements
|
Lint:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L194
Use Custom Errors instead of require statements
|
Lint:
l1-contracts/contracts/bridge/L1ERC20Bridge.sol#L223
Use Custom Errors instead of require statements
|
Lint:
l1-contracts/contracts/bridge/L1SharedBridge.sol#L34
Immutable variables name are set to be in capitalized SNAKE_CASE
|
Loading