Add create2 factory router #12
Annotations
13 warnings
lint
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, borales/actions-yarn@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
lint:
script/DeployRouter.s.sol#L19
Variable name must be in mixedCase
|
lint:
script/DeployRouter.s.sol#L20
Variable name must be in mixedCase
|
lint:
script/EnrollRouters.s.sol#L5
imported name console2 is not used
|
lint:
script/EnrollRouters.s.sol#L21
Use Custom Errors instead of revert statements
|
lint:
src/InterchainCreate2FactoryIsm.sol#L17
Immutable variables name are set to be in capitalized SNAKE_CASE
|
lint:
src/InterchainCreate2FactoryRouter.sol#L28
Variable name must be in mixedCase
|
lint:
src/InterchainCreate2FactoryRouter.sol#L280
Use Custom Errors instead of require statements
|
lint:
src/InterchainCreate2FactoryRouter.sol#L322
Use Custom Errors instead of require statements
|
lint:
test/InterchainCreate2FactoryRouter.t.sol#L5
imported name console2 is not used
|
lint:
test/InterchainCreate2FactoryRouter.t.sol#L68
Explicitly mark visibility of state
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, borales/actions-yarn@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
test
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, borales/actions-yarn@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|