Skip to content

feat: migrate to Unified Bridge, introduce the ICTT bridge #270

feat: migrate to Unified Bridge, introduce the ICTT bridge

feat: migrate to Unified Bridge, introduce the ICTT bridge #270

Triggered via pull request October 25, 2024 11:06
Status Failure
Total duration 2m 25s
Artifacts

pr-checks.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors and 2 warnings
Lint and build: src/background/services/unifiedBridge/UnifiedBridgeService.ts#L1
Argument of type 'BridgeType[]' is not assignable to parameter of type '(EvmBridgeInitializer | AvaToBtcBridgeInitializer | BtcToAvaBridgeInitializer)[]'.
Lint and build: src/contexts/UnifiedBridgeProvider.test.tsx#L1
Property 'sign' does not exist on type 'TransferParams'.
Lint and build: src/contexts/UnifiedBridgeProvider.tsx#L1
Argument of type 'BridgeType[]' is not assignable to parameter of type '(EvmBridgeInitializer | AvaToBtcBridgeInitializer | BtcToAvaBridgeInitializer)[]'.
Lint and build: src/contexts/UnifiedBridgeProvider.tsx#L1
Argument of type '{ asset: BridgeAsset; fromAddress: `0x${string}`; amount: bigint; sourceChain: Chain; targetChain: Chain; }' is not assignable to parameter of type 'GasEstimationParams'.
Lint and build: src/contexts/UnifiedBridgeProvider.tsx#L1
Argument of type '{ asset: BridgeAsset; fromAddress: `0x${string}`; amount: bigint; sourceChain: Chain; targetChain: Chain; onStepChange: (step: BridgeStepDetails) => void; sign: ({ from, to, data }: { ...; }) => Promise<...>; }' is not assignable to parameter of type 'TransferParams'.
Lint and build
Process completed with exit code 2.
Lint and build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
Lint and build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/setup-node@v1. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/