fix: use callOptions in call/withdrawAndCall #511
Annotations
7 errors and 5 warnings
Lint:
packages/client/src/zetachainCall.ts#L34
Expected interface keys to be in ascending order. 'callOptions' should be before 'function'
|
Lint:
packages/client/src/zetachainWithdrawAndCall.ts#L36
Expected interface keys to be in ascending order. 'callOptions' should be before 'function'
|
Lint:
packages/tasks/src/zetachainCall.ts#L12
Expected object keys to be in ascending order. 'gasLimit' should be before 'isArbitraryCall'
|
Lint:
packages/tasks/src/zetachainCall.ts#L20
Expected object keys to be in ascending order. 'callOptions' should be before 'function'
|
Lint:
packages/tasks/src/zetachainWithdrawAndCall.ts#L13
Expected object keys to be in ascending order. 'gasLimit' should be before 'isArbitraryCall'
|
Lint:
packages/tasks/src/zetachainWithdrawAndCall.ts#L21
Expected object keys to be in ascending order. 'callOptions' should be before 'function'
|
Lint
Process completed with exit code 1.
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Lint:
packages/client/src/getFees.ts#L8
Prefer using arrow functions over plain functions
|
Lint:
packages/client/src/getHardhatConfig.ts#L13
Prefer using arrow functions over plain functions
|
Lint:
packages/client/src/solanaDeposit.ts#L10
Prefer using arrow functions over plain functions
|
Lint:
packages/client/src/trackCCTX.ts#L50
Prefer using arrow functions over plain functions
|
Loading