This repository has been archived by the owner on May 16, 2024. It is now read-only.
CORE-2065 Add v4 registration contract address #1244
Annotations
16 errors and 4 warnings
Test - Node version 18:
src/config/config.test.ts#L10
Argument of type '{ coreContractAddress: string; registrationContractAddress: string; chainID: number; basePath: string; }' is not assignable to parameter of type 'Environment'.
|
Test - Node version 18:
src/config/config.test.ts#L21
Argument of type '{ coreContractAddress: string; registrationContractAddress: string; chainID: number; basePath: string; }' is not assignable to parameter of type 'Environment'.
|
Test - Node version 18:
src/config/config.test.ts#L46
Property 'registrationV4ContractAddress' is missing in type '{ chainID: number; coreContractAddress: string; registrationContractAddress: string; }' but required in type 'EthConfiguration'.
|
Test - Node version 18:
src/config/config.test.ts#L53
Argument of type '{ coreContractAddress: string; registrationContractAddress: string; chainID: number; basePath: string; headers: { 'x-custom-headers': string; 'x-sdk-version': string; }; }' is not assignable to parameter of type 'Environment'.
|
Test - Node version 18:
src/config/config.test.ts#L84
Property 'registrationV4ContractAddress' is missing in type '{ chainID: number; coreContractAddress: string; registrationContractAddress: string; }' but required in type 'EthConfiguration'.
|
Test - Node version 18:
src/config/config.test.ts#L91
Argument of type '{ coreContractAddress: string; registrationContractAddress: string; chainID: number; basePath: string; headers: { 'x-custom-headers': string; 'x-sdk-version': string; }; sdkVersion: string; }' is not assignable to parameter of type 'Environment'.
|
Test - Node version 18:
src/utils/formatError.test.ts#L28
Property 'registrationV4ContractAddress' is missing in type '{ coreContractAddress: string; registrationContractAddress: string; chainID: number; }' but required in type 'EthConfiguration'.
|
Test - Node version 18
Process completed with exit code 2.
|
Test - Node version 16:
src/config/config.test.ts#L10
Argument of type '{ coreContractAddress: string; registrationContractAddress: string; chainID: number; basePath: string; }' is not assignable to parameter of type 'Environment'.
|
Test - Node version 16:
src/config/config.test.ts#L21
Argument of type '{ coreContractAddress: string; registrationContractAddress: string; chainID: number; basePath: string; }' is not assignable to parameter of type 'Environment'.
|
Test - Node version 16:
src/config/config.test.ts#L46
Property 'registrationV4ContractAddress' is missing in type '{ chainID: number; coreContractAddress: string; registrationContractAddress: string; }' but required in type 'EthConfiguration'.
|
Test - Node version 16:
src/config/config.test.ts#L53
Argument of type '{ coreContractAddress: string; registrationContractAddress: string; chainID: number; basePath: string; headers: { 'x-custom-headers': string; 'x-sdk-version': string; }; }' is not assignable to parameter of type 'Environment'.
|
Test - Node version 16:
src/config/config.test.ts#L84
Property 'registrationV4ContractAddress' is missing in type '{ chainID: number; coreContractAddress: string; registrationContractAddress: string; }' but required in type 'EthConfiguration'.
|
Test - Node version 16:
src/config/config.test.ts#L91
Argument of type '{ coreContractAddress: string; registrationContractAddress: string; chainID: number; basePath: string; headers: { 'x-custom-headers': string; 'x-sdk-version': string; }; sdkVersion: string; }' is not assignable to parameter of type 'Environment'.
|
Test - Node version 16:
src/utils/formatError.test.ts#L28
Property 'registrationV4ContractAddress' is missing in type '{ coreContractAddress: string; registrationContractAddress: string; chainID: number; }' but required in type 'EthConfiguration'.
|
Test - Node version 16
Process completed with exit code 2.
|
Test - Node version 18
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test - Node version 18
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
Test - Node version 16
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/setup-node@v2, actions/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Test - Node version 16
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-node@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|