feat: migrate to Unified Bridge, introduce the ICTT bridge #270
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/
|