fix: partially exclude fot from fee #2238
Annotations
4 errors and 1 warning
test/mocha/e2e/quote.test.ts#L1
There are issues with this file's formatting, please run Prettier to fix the errors
|
Run tests:
lib/graphql/graphql-token-fee-fetcher.ts#L55
Type '{ buyFeeBps: BigNumber | undefined; sellFeeBps: BigNumber | undefined; feeTakenOnTransfer: boolean | undefined; externalTransferFailed: boolean | undefined; sellReverted: boolean | undefined; }' is not assignable to type 'TokenFeeResult'.
|
Run tests:
lib/graphql/graphql-token-fee-fetcher.ts#L63
Type '{ buyFeeBps: undefined; sellFeeBps: undefined; feeTakenOnTransfer: boolean; externalTransferFailed: boolean; sellReverted: boolean; }' is not assignable to type 'TokenFeeResult'.
|
Run tests
Process completed with exit code 2.
|
Run tests
The following actions uses Node.js version which is deprecated 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/
|