Migrating the toolkit to a client #324
Annotations
6 errors and 2 warnings
Lint:
packages/client/src/client.ts#L1
Run autofix to sort these imports!
|
Lint:
packages/client/src/deposit.ts#L94
Expected interface keys to be in ascending order. 'data' should be before 'value'
|
Lint:
packages/client/src/getBalances.ts#L33
Expected interface keys to be in ascending order. 'btcAddress' should be before 'evmAddress'
|
Lint:
packages/client/src/trackCCTX.ts#L153
Expected interface keys to be in ascending order. 'emitter' should be before 'json'
|
Lint:
packages/tasks/src/cctx.ts#L22
Expected object keys to be in ascending order. 'emitter' should be before 'json'
|
Lint
Process completed with exit code 1.
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, actions/setup-node@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Lint:
packages/client/src/getFees.ts#L8
Prefer using arrow functions over plain functions
|
Loading