Athena integration PoC (WIP) #134
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.
|