Skip to content

Chain: Optimism -> Mainnet #4

Chain: Optimism -> Mainnet

Chain: Optimism -> Mainnet #4

Triggered via push July 12, 2024 20:09
Status Failure
Total duration 46s
Artifacts

lint.yaml

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

Annotations

10 errors and 1 warning
ci (ubuntu-latest, 16.x)
Argument of type '{ contractName: string; functionName: string; }' is not assignable to parameter of type 'never'.
ci (ubuntu-latest, 16.x)
Argument of type '{ contractName: string; functionName: string; args: (string | undefined)[]; }' is not assignable to parameter of type 'never'.
ci (ubuntu-latest, 16.x)
Argument of type '{ contractName: string; functionName: string; }' is not assignable to parameter of type 'never'.
ci (ubuntu-latest, 16.x)
Argument of type '{ contractName: string; functionName: string; args: (string | undefined)[]; }' is not assignable to parameter of type 'never'.
ci (ubuntu-latest, 16.x)
Implicit conversion of a 'symbol' to a 'string' will fail at runtime. Consider wrapping this expression in 'String(...)'.
ci (ubuntu-latest, 16.x)
Type 'string | number | symbol' is not assignable to type 'ReactNode'.
ci (ubuntu-latest, 16.x)
Property '1' does not exist on type '{ readonly 10: readonly [{ readonly name: "mainnet"; readonly chainId: "1"; readonly contracts: { readonly SandGardenStreams: { readonly address: "0x1c873c172662c3774D089aB967911bC32C04bb08"; readonly abi: readonly [{ readonly inputs: readonly []; readonly stateMutability: "nonpayable"; readonly type: "constructor";...'.
ci (ubuntu-latest, 16.x)
Type 'unknown' does not satisfy the constraint 'Abi'.
ci (ubuntu-latest, 16.x)
Type 'unknown' does not satisfy the constraint 'Abi'.
ci (ubuntu-latest, 16.x)
Type 'unknown' does not satisfy the constraint 'Abi'.
ci (ubuntu-latest, 16.x)
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/