Skip to content

feat: add WalletSend component #10

feat: add WalletSend component

feat: add WalletSend component #10

Triggered via pull request January 7, 2025 00:11
@avkosavkos
synchronize #78
ok/send-flow
Status Failure
Total duration 41s
Artifacts

build-demo.yml

on: pull_request
Matrix: Install, lint and build
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 1 warning
Install, lint and build (20)
Type '{}' is not assignable to type 'Partial<{ value?: string | undefined; name?: string | undefined; form?: string | undefined; disabled?: boolean | undefined; defaultValue?: string | undefined; dir?: Direction | undefined; ... 7 more ...; balances: WalletTokenBalance[]; }> & { ...; }'.
Install, lint and build (20)
Type '{ wallet: { id: string; state: "LIVE"; walletSetId: string; custodyType: string; refId: string; name: string; address: string; blockchain: "MATIC-AMOY"; accountType: string; updateDate: string; createDate: string; }; }' is not assignable to type 'Partial<{ wallet: Wallet; balances: WalletTokenBalance[]; onSendTransaction: (data: CreateTransactionInput) => Promise<Transaction>; onGetTransaction: (data: GetTransactionInput) => Promise<...>; onConfirmed?: ((data: Transaction) => Promise<...>) | undefined; }> & { ...; }'.
Install, lint and build (20)
Process completed with exit code 2.
Install, lint and build (20)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636