Skip to content

Athena integration PoC (WIP) #134

Athena integration PoC (WIP)

Athena integration PoC (WIP) #134

Triggered via pull request November 20, 2024 18:28
Status Failure
Total duration 58s
Artifacts

CI.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

4 errors
CI: src/components/CreateAccountModal.tsx#L33
Module '"../utils/templates"' has no exported member 'parseAthenaKey'.
CI: src/components/EditAccountModal.tsx#L141
Argument of type '"000000000000000000000000000000000000000000000001" | "000000000000000000000000000000000000000000000002" | "000000000000000000000000000000000000000000000004" | "000000000000000000000000000000000000000000000003" | "A000000000000000000000000000000000000000000000001"' is not assignable to parameter of type '"000000000000000000000000000000000000000000000001" | "000000000000000000000000000000000000000000000002" | "000000000000000000000000000000000000000000000004" | "000000000000000000000000000000000000000000000003"'.
CI: src/components/sendTx/SendTxModal.tsx#L958
Type '{ templateAddress: "000000000000000000000000000000000000000000000002" | "000000000000000000000000000000000000000000000003"; nonce: number; gasPrice: number; payload: { methodSelector: MethodSelectors; Required: number; PublicKeys: string[]; }; }' is not assignable to type '{ nonce: number; gasPrice: number; templateAddress: "000000000000000000000000000000000000000000000001"; payload: { Destination: string; Amount: string; methodSelector: MethodSelectors; } | { ...; }; } | { ...; } | { ...; } | { ...; } | { ...; }'.
CI
Process completed with exit code 2.