Skip to content

chore: Initial shape of centralized place for all Deployed contract addresses #386

chore: Initial shape of centralized place for all Deployed contract addresses

chore: Initial shape of centralized place for all Deployed contract addresses #386

Triggered via pull request January 19, 2024 03:54
Status Success
Total duration 2m 12s
Artifacts

test.yml

on: pull_request
Run Forge Tests
2m 5s
Run Forge Tests
Run Hardhat Tests
1m 21s
Run Hardhat Tests
Run eslint
30s
Run eslint
Publish to NPM (dry run)
1m 11s
Publish to NPM (dry run)
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Run eslint: contracts/access/IERC173.sol#L4
global import of path @openzeppelin/contracts/utils/introspection/ERC165.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
Run eslint: contracts/allowlist/IWalletProxy.sol#L10
Function name must be in mixedCase
Run eslint: contracts/allowlist/OperatorAllowlistUpgradeable.sol#L101
Avoid to use inline assembly. It is acceptable only in rare cases
Run eslint: contracts/allowlist/OperatorAllowlistUpgradeable.sol#L120
Avoid to use inline assembly. It is acceptable only in rare cases
Run eslint: contracts/allowlist/OperatorAllowlistUpgradeable.sol#L144
Avoid to use inline assembly. It is acceptable only in rare cases
Run eslint: contracts/allowlist/OperatorAllowlistUpgradeable.sol#L171
Explicitly mark visibility of state
Run eslint: contracts/allowlist/OperatorAllowlistUpgradeable.sol#L171
Variable name must be in mixedCase
Run eslint: contracts/errors/Errors.sol#L2
Found more than One contract per file. 3 contracts found!
Run eslint: contracts/mocks/MockDisguisedEOA.sol#L3
global import of path @openzeppelin/contracts/token/ERC721/IERC721.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)