Skip to content

[ENG-5120] Permissions support for sats-connect-core #164

[ENG-5120] Permissions support for sats-connect-core

[ENG-5120] Permissions support for sats-connect-core #164

Triggered via pull request October 4, 2024 14:45
Status Failure
Total duration 32s
Artifacts

build-and-publish-pr.yml

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

Annotations

6 errors
build-and-publish: src/adapters/satsConnectAdapter.ts#L38
Argument of type 'string | undefined' is not assignable to parameter of type 'BitcoinNetworkType | undefined'.
build-and-publish: src/adapters/satsConnectAdapter.ts#L38
Argument of type 'Omit<{ refundAddress: string; runeName: string; repeats: number; destinationAddress: string; feeRate: number; network?: string | undefined; appServiceFee?: string | undefined; appServiceFeeAddress?: string | undefined; }, "network">' is not assignable to parameter of type 'CreateMintOrderRequest'.
build-and-publish: src/adapters/satsConnectAdapter.ts#L62
Argument of type 'string | undefined' is not assignable to parameter of type 'BitcoinNetworkType | undefined'.
build-and-publish: src/adapters/satsConnectAdapter.ts#L120
Property 'network' does not exist on type '{ refundAddress: string; runeName: string; destinationAddress: string; feeRate: number; isMintable: boolean; symbol?: string | undefined; appServiceFee?: number | undefined; appServiceFeeAddress?: string | undefined; ... 4 more ...; delegateInscriptionId?: string | undefined; }'.
build-and-publish: src/adapters/satsConnectAdapter.ts#L144
Property 'network' does not exist on type '{ refundAddress: string; runeName: string; destinationAddress: string; feeRate: number; isMintable: boolean; symbol?: string | undefined; appServiceFee?: number | undefined; appServiceFeeAddress?: string | undefined; ... 4 more ...; delegateInscriptionId?: string | undefined; }'.
build-and-publish
Process completed with exit code 2.