Skip to content

feat: update polkadot.js deps #1032

feat: update polkadot.js deps

feat: update polkadot.js deps #1032

Triggered via pull request March 26, 2025 15:48
Status Failure
Total duration 1m 9s
Artifacts

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

3 errors
install
Process completed with exit code 2.
install: src/ui/components/instantiate/Step2.tsx#L102
Argument of type 'PalletContractsPrimitivesContractResult' is not assignable to parameter of type 'ContractInstantiateResult'.
install: src/ui/components/contract/Interact.tsx#L104
Argument of type '{ readonly gasConsumed: SpWeightsWeightV2Weight; readonly gasRequired: SpWeightsWeightV2Weight; readonly storageDeposit: PalletContractsPrimitivesStorageDeposit; readonly debugMessage: Bytes; readonly result: Result<...>; readonly events: Option<...>; } & Struct<...>' is not assignable to parameter of type 'SetStateAction<ContractExecResult | undefined>'.