Deploy Token functionality. Code cleanup. #29
Annotations
8 errors and 1 warning
build:
src/chains/ethereum.ts#L79
Argument of type '{ proof_kind: ProofKind; vaa: string; }' is not assignable to parameter of type 'string'.
|
build:
src/chains/near.ts#L86
Property 'logMetadata' does not exist on type 'TokenDeployment'.
|
build:
src/chains/near.ts#L87
Property 'logMetadata' does not exist on type 'TokenDeployment'.
|
build:
src/chains/near.ts#L88
Property 'logMetadata' does not exist on type 'TokenDeployment'.
|
build:
src/chains/near.ts#L89
Property 'logMetadata' does not exist on type 'TokenDeployment'.
|
build:
src/chains/near.ts#L125
Type '{ proof_kind: ProofKind; vaa: string; }' is missing the following properties from type 'DeployTokenMessage': token, token_address, emitter_address
|
build:
src/factory.ts#L3
Cannot find module './chains/solana' or its corresponding type declarations.
|
build
Process completed with exit code 2.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|