chore: remove unneeded functions #3065
Annotations
10 errors
test/mocks/MockHubPoolClient.ts#L9
Property 'chainId' will overwrite the base property in 'MockHubPoolClient'. If this is intentional, add an initializer. Otherwise, add a 'declare' modifier or remove the redundant declaration.
|
test/AdapterManager.SendTokensCrossChain.ts#L70
Argument of type 'MockConfigStoreClient' is not assignable to parameter of type 'ConfigStoreClient'.
|
test/AdapterManager.SendTokensCrossChain.ts#L251
Argument of type 'number' is not assignable to parameter of type 'BigNumber'.
|
test/AdapterManager.getOutstandingCrossChainTokenTransferAmount.ts#L6
Non-abstract class 'TestAdapter' does not implement all abstract members of 'BaseAdapter'
|
test/AdapterManager.getOutstandingCrossChainTokenTransferAmount.ts#L8
Expected 5 arguments, but got 4.
|
test/AdapterManager.getOutstandingCrossChainTokenTransferAmount.ts#L22
Type '{ amount: BigNumber; }[]' is not assignable to type 'DepositEvent[]'.
|
test/AdapterManager.getOutstandingCrossChainTokenTransferAmount.ts#L29
Type '{ amount: BigNumber; }[]' is not assignable to type 'DepositEvent[]'.
|
test/BaseClass.isUpdated.ts#L19
Argument of type 'MockConfigStoreClient' is not assignable to parameter of type 'ConfigStoreClient'.
|
test/fixtures/Dataworker.Fixture.ts#L207
Type 'MockConfigStoreClient' is not assignable to type 'ConfigStoreClient'.
|
test/fixtures/Dataworker.Fixture.ts#L220
Type 'MockConfigStoreClient' is not assignable to type 'ConfigStoreClient'.
|
The logs for this run have expired and are no longer available.
Loading