Skip to content

Update deployment scripts #1

Update deployment scripts

Update deployment scripts #1

Triggered via push May 9, 2024 17:33
Status Failure
Total duration 32s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

11 errors
validate-verify
Process completed with exit code 1.
lint-build: .eslintrc.js#L20
Expected object keys to be in natural ascending order. '@typescript-eslint/no-unnecessary-type-assertion' should be before '@typescript-eslint/no-unsafe-call'
lint-build: deploy/1_deploy.ts#L1
'network' is defined but never used. Allowed unused vars must match /^_/u
lint-build: deploy/1_deploy.ts#L6
'log' is assigned a value but never used. Allowed unused vars must match /^_/u
lint-build: deploy/1_deploy.ts#L9
'irrevocableVestingFactory' is assigned a value but never used. Allowed unused vars must match /^_/u
lint-build: deploy/2_verify.ts#L1
'config' is defined but never used. Allowed unused vars must match /^_/u
lint-build: deploy/2_verify.ts#L1
'network' is defined but never used. Allowed unused vars must match /^_/u
lint-build: deploy/2_verify.ts#L6
'accounts' is assigned a value but never used. Allowed unused vars must match /^_/u
lint-build: deploy/2_verify.ts#L7
'deployer' is assigned a value but never used. Allowed unused vars must match /^_/u
lint-build: scripts/derive-irrevocable-vesting.js#L1
Require statement not part of import statement
lint-build: scripts/derive-irrevocable-vesting.js#L1
There should be at least one empty line between import groups