Skip to content

add walletType to getAddresses #209

add walletType to getAddresses

add walletType to getAddresses #209

Triggered via pull request January 22, 2025 05:52
Status Failure
Total duration 21s
Artifacts

build-and-publish-pr.yml

on: pull_request
build-and-publish
10s
build-and-publish
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
build-and-publish: src/adapters/unisat.ts#L75
Property 'walletType' is missing in type '{ address: string; publicKey: string; addressType: AddressType; purpose: AddressPurpose.Payment; }' but required in type '{ purpose: AddressPurpose; addressType: AddressType; address: string; publicKey: string; walletType: "software" | "ledger" | "keystone"; }'.
build-and-publish: src/adapters/unisat.ts#L81
Property 'walletType' is missing in type '{ address: string; publicKey: string; addressType: AddressType; purpose: AddressPurpose.Ordinals; }' but required in type '{ purpose: AddressPurpose; addressType: AddressType; address: string; publicKey: string; walletType: "software" | "ledger" | "keystone"; }'.
build-and-publish
Process completed with exit code 2.
build-and-publish
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636