feat: add field to raw vault interface #190
code-checks.yml
on: push
build
36s
lint-eslint
0s
lint-prettier
0s
typecheck
0s
test-unit
0s
Annotations
3 errors and 3 warnings
build:
src/functions/ripple/ripple.functions.ts#L86
Property 'icyIntegrationAddress' is missing in type '{ status: number; uuid: string; valueLocked: BigNumber; valueMinted: BigNumber; protocolContract: string; timestamp: BigNumber; creator: string; fundingTxId: string; ... 5 more ...; closingTxId: string; }' but required in type 'RawVault'.
|
build:
src/network-handlers/ripple-handler.ts#L35
Property 'icyIntegrationAddress' is missing in type '{ uuid: string; valueLocked: BigNumber; valueMinted: BigNumber; protocolContract: string; timestamp: BigNumber; creator: string; status: number; fundingTxId: string; ... 5 more ...; taprootPubKey: string; }' but required in type 'RawVault'.
|
build
Process completed with exit code 2.
|
build
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-node@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
build
Unexpected input(s) 'node-version', valid inputs are ['']
|
build
Unexpected input(s) 'node-version', valid inputs are ['']
|