Skip to content

chore: update deployed contracts (#36) #346

chore: update deployed contracts (#36)

chore: update deployed contracts (#36) #346

Triggered via push July 5, 2024 16:55
Status Success
Total duration 17s
Artifacts

lint.yml

on: push
Matrix: lint
Fit to window
Zoom out
Zoom in

Annotations

3 warnings
lint (18): contracts/core/SharesFactoryV1.sol#L5
global import of path @openzeppelin/contracts/access/Ownable2Step.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint (18): contracts/core/SharesFactoryV1.sol#L6
global import of path @openzeppelin/contracts/security/ReentrancyGuard.sol is not allowed. Specify names to import individually or bind all exports of the module into a name (import "path" as Name)
lint (18): contracts/core/SharesFactoryV1.sol#L92
Line length must be no more than 123 but current length is 125