Implemented Unified Bridge Adapter #84
+4,865
−60
Merged
Annotations
4 errors and 10 warnings
|
Run npm run lint
Process completed with exit code 1.
|
|
Run npm run lint:
src/common/filters/global-exception.filter.ts#L117
'exception' will use Object's default stringification format ('[object Object]') when stringified
|
|
Run npm run lint:
src/common/filters/global-exception.filter.ts#L76
'exception' will use Object's default stringification format ('[object Object]') when stringified
|
|
Run npm run lint:
libs/bridge-core/src/unified-adapter/errors.ts#L178
'originalError' will use Object's default stringification format ('[object Object]') when stringified
|
|
Run npm run lint:
libs/bridge-core/src/adapters/hop.ts#L109
Unsafe assignment of an `any` value
|
|
Run npm run lint:
libs/bridge-core/src/adapters/hop.ts#L85
Unsafe argument of type `any` assigned to a parameter of type `string | number | bigint | boolean`
|
|
Run npm run lint:
libs/bridge-core/src/adapters/hop.ts#L83
Unsafe argument of type `any` assigned to a parameter of type `string | number | bigint | boolean`
|
|
Run npm run lint:
libs/bridge-core/src/adapters/hop.ts#L80
Unsafe member access .bonderFee on an `any` value
|
|
Run npm run lint:
libs/bridge-core/src/adapters/hop.ts#L80
Unsafe assignment of an `any` value
|
|
Run npm run lint:
libs/bridge-core/src/adapters/hop.ts#L79
Unsafe member access .amountOutMin on an `any` value
|
|
Run npm run lint:
libs/bridge-core/src/adapters/hop.ts#L79
Unsafe member access .estimatedReceived on an `any` value
|
|
Run npm run lint:
libs/bridge-core/src/adapters/hop.ts#L79
Unsafe assignment of an `any` value
|
|
Run npm run lint:
libs/bridge-core/src/adapters/hop.ts#L74
Unsafe member access .amountOutMin on an `any` value
|
|
Run npm run lint:
libs/bridge-core/src/adapters/hop.ts#L72
Unsafe assignment of an `any` value
|
Loading