feat: Add reputation score for an address #918
Annotations
10 errors and 1 warning
test:
src/coinbase/coinbase.ts#L167
Type '{ createSmartContract(walletId: string, addressId: string, createSmartContractRequest: CreateSmartContractRequest, options?: RawAxiosRequestConfig | undefined): AxiosPromise<...>; ... 4 more ...; registerSmartContract(networkId: string, contractAddress: string, registerSmartContractRequest?: RegisterSmartContractReq...' is not assignable to type 'SmartContractAPIClient'.
|
test:
src/coinbase/smart_contract.ts#L128
Type 'string | undefined' is not assignable to type 'string'.
|
test:
src/coinbase/smart_contract.ts#L146
Type 'string | undefined' is not assignable to type 'string'.
|
test:
src/coinbase/smart_contract.ts#L173
Argument of type 'SmartContractOptions | undefined' is not assignable to parameter of type 'SmartContractOptions'.
|
test:
src/coinbase/smart_contract.ts#L179
Argument of type 'MultiTokenContractOptions | NFTContractOptions | undefined' is not assignable to parameter of type 'SmartContractOptions'.
|
test:
src/coinbase/smart_contract.ts#L187
Object is possibly 'undefined'.
|
test:
src/coinbase/smart_contract.ts#L207
Argument of type 'Transaction | undefined' is not assignable to parameter of type 'Transaction'.
|
test:
src/tests/smart_contract_test.ts#L132
Argument of type 'Transaction | undefined' is not assignable to parameter of type 'Transaction'.
|
test:
src/tests/utils.ts#L309
Type '{ smart_contract_id: string; network_id: "base-sepolia"; wallet_id: `${string}-${string}-${string}-${string}-${string}`; contract_address: string; deployer_address: string; type: "erc20"; options: TokenContractOptions; abi: string; transaction: { ...; }; }' is missing the following properties from type 'SmartContract': 'contract_name', 'is_external'
|
test:
src/tests/utils.ts#L334
Type '{ smart_contract_id: string; network_id: "base-sepolia"; wallet_id: `${string}-${string}-${string}-${string}-${string}`; contract_address: string; deployer_address: string; type: "erc721"; options: NFTContractOptions; abi: string; transaction: { ...; }; }' is missing the following properties from type 'SmartContract': 'contract_name', 'is_external'
|
test
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|