[ENG-5120] Permissions support for sats-connect-core #164
build-and-publish-pr.yml
on: pull_request
build-and-publish
23s
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.
|