Skip to content

[TokenPaymaster] Support chains without WETH9 & Other Improvements (#… #2274

[TokenPaymaster] Support chains without WETH9 & Other Improvements (#…

[TokenPaymaster] Support chains without WETH9 & Other Improvements (#… #2274

Triggered via push November 26, 2024 13:07
Status Success
Total duration 4m 4s
Artifacts

lint.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
lint: contracts/base/ERC1155Base.sol#L8
global import of path ../extension/ContractMetadata.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/ERC1155Base.sol#L9
global import of path ../extension/Multicall.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/ERC1155Base.sol#L10
global import of path ../extension/Ownable.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/ERC1155Base.sol#L11
global import of path ../extension/Royalty.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/ERC1155Base.sol#L12
global import of path ../extension/BatchMintMetadata.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/ERC1155Base.sol#L14
global import of path ../lib/Strings.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint: contracts/base/ERC1155Base.sol#L101
Use Custom Errors instead of require statements
lint: contracts/base/ERC1155Base.sol#L111
Use Custom Errors instead of require statements
lint: contracts/base/ERC1155Base.sol#L136
Use Custom Errors instead of require statements
lint: contracts/base/ERC1155Base.sol#L137
Use Custom Errors instead of require statements