fix: resolve validate flow ts #3070
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors and 10 warnings
Test (16):
test/AdapterManager.SendTokensCrossChain.ts#L251
Argument of type 'number' is not assignable to parameter of type 'BigNumber'.
|
Test (16):
test/AdapterManager.getOutstandingCrossChainTokenTransferAmount.ts#L6
Non-abstract class 'TestAdapter' does not implement all abstract members of 'BaseAdapter'
|
Test (16):
test/AdapterManager.getOutstandingCrossChainTokenTransferAmount.ts#L8
Expected 5 arguments, but got 4.
|
Test (16):
test/AdapterManager.getOutstandingCrossChainTokenTransferAmount.ts#L22
Type '{ amount: BigNumber; }[]' is not assignable to type 'DepositEvent[]'.
|
Test (16):
test/AdapterManager.getOutstandingCrossChainTokenTransferAmount.ts#L29
Type '{ amount: BigNumber; }[]' is not assignable to type 'DepositEvent[]'.
|
Test (16):
test/fixtures/Dataworker.Fixture.ts#L207
Property 'injectedChain' is missing in type 'MockConfigStoreClient' but required in type 'ConfigStoreClient'.
|
Test (16):
test/fixtures/Dataworker.Fixture.ts#L220
Type 'MockConfigStoreClient' is not assignable to type 'ConfigStoreClient'.
|
Test (16):
test/Dataworker.buildRoots.ts#L77
Type 'MockConfigStoreClient' is not assignable to type 'ConfigStoreClient'.
|
Test (16):
test/Dataworker.buildRoots.ts#L145
Argument of type '{ relayData: { depositor: string; recipient: string; destinationToken: string; amount: BigNumber; originChainId: string; destinationChainId: string; realizedLpFeePct: BigNumber; relayerFeePct: BigNumber; depositId: string; message: string; }; payoutAdjustmentPct: string; }[]' is not assignable to parameter of type 'SlowFill[]'.
|
Test (16):
test/Dataworker.buildRoots.ts#L153
Argument of type 'number' is not assignable to parameter of type 'string'.
|
Lint (16):
src/clients/bridges/op-stack/OpStackBridgeInterface.ts#L6
Unexpected any. Specify a different type
|
Lint (16):
test/AdapterManager.SendTokensCrossChain.ts#L113
Unexpected any. Specify a different type
|
Lint (16):
test/AdapterManager.SendTokensCrossChain.ts#L130
Unexpected any. Specify a different type
|
Lint (16):
test/AdapterManager.SendTokensCrossChain.ts#L139
Unexpected any. Specify a different type
|
Lint (16):
test/AdapterManager.SendTokensCrossChain.ts#L184
Unexpected any. Specify a different type
|
Lint (16):
test/AdapterManager.SendTokensCrossChain.ts#L185
Unexpected any. Specify a different type
|
Lint (16):
test/AdapterManager.SendTokensCrossChain.ts#L186
Unexpected any. Specify a different type
|
Lint (16):
test/AdapterManager.SendTokensCrossChain.ts#L193
Unexpected any. Specify a different type
|
Lint (16):
test/AdapterManager.SendTokensCrossChain.ts#L194
Unexpected any. Specify a different type
|
Lint (16):
test/AdapterManager.SendTokensCrossChain.ts#L195
Unexpected any. Specify a different type
|