update thirdweb SDK #115
Annotations
10 errors and 1 warning
build:
src/server/routes/backend-wallet/sign-transaction.ts#L100
Argument of type '{ gasPrice?: undefined; maxFeePerGas?: bigint | undefined; maxPriorityFeePerGas?: bigint | undefined; to: string | undefined; chainId: number; data: `0x${string}`; gas: bigint; nonce: number | undefined; accessList: AccessList | undefined; value: bigint | undefined; authorizationList: { ...; }[] | undefined; } | { ....' is not assignable to parameter of type 'SerializableTransaction'.
|
build:
src/server/routes/backend-wallet/withdraw.ts#L104
Argument of type '{ gasPrice?: undefined; maxFeePerGas?: bigint | undefined; maxPriorityFeePerGas?: bigint | undefined; to: string | undefined; chainId: number; data: `0x${string}`; gas: bigint; nonce: number | undefined; accessList: AccessList | undefined; value: bigint | undefined; authorizationList: { ...; }[] | undefined; } | { ....' is not assignable to parameter of type 'SendTransactionOption'.
|
build:
src/server/routes/transaction/blockchain/get-receipt.ts#L149
Type 'import("/home/runner/work/engine/engine/node_modules/thirdweb/node_modules/viem/_types/types/transaction").TransactionReceipt' is not assignable to type 'import("/home/runner/work/engine/engine/node_modules/viem/_types/types/transaction").TransactionReceipt'.
|
build:
src/server/routes/transaction/sync-retry.ts#L111
Argument of type '{ gasPrice?: undefined; maxFeePerGas?: bigint | undefined; maxPriorityFeePerGas?: bigint | undefined; to: string | undefined; chainId: number; data: `0x${string}`; gas: bigint; nonce: number | undefined; accessList: AccessList | undefined; value: bigint | undefined; authorizationList: { ...; }[] | undefined; } | { ....' is not assignable to parameter of type 'SendTransactionOption'.
|
build:
src/server/utils/wallets/circle/index.ts#L191
Type 'SendTransactionOptions' is not assignable to type 'SerializableTransaction'.
|
build:
src/server/utils/wallets/get-aws-kms-account.ts#L48
Type '{ gasPrice?: undefined; maxFeePerGas?: bigint | undefined; maxPriorityFeePerGas?: bigint | undefined; to: string | undefined; chainId: number; data: `0x${string}`; gas: bigint; nonce: number | undefined; accessList: AccessList | undefined; value: bigint | undefined; authorizationList: { ...; }[] | undefined; } | { ....' is not assignable to type 'SerializableTransaction'.
|
build:
src/server/utils/wallets/get-aws-kms-account.ts#L59
Type '{ gasPrice?: undefined; maxFeePerGas?: bigint | undefined; maxPriorityFeePerGas?: bigint | undefined; to: string | undefined; chainId: number; data: `0x${string}`; gas: bigint; nonce: number | undefined; accessList: AccessList | undefined; value: bigint | undefined; authorizationList: { ...; }[] | undefined; } | { ....' is not assignable to type 'SerializableTransaction'.
|
build:
src/server/utils/wallets/get-gcp-kms-account.ts#L68
Type '{ gasPrice?: undefined; maxFeePerGas?: bigint | undefined; maxPriorityFeePerGas?: bigint | undefined; to: string | undefined; chainId: number; data: `0x${string}`; gas: bigint; nonce: number | undefined; accessList: AccessList | undefined; value: bigint | undefined; authorizationList: { ...; }[] | undefined; } | { ....' is not assignable to type 'SerializableTransaction'.
|
build:
src/server/utils/wallets/get-gcp-kms-account.ts#L79
Type '{ gasPrice?: undefined; maxFeePerGas?: bigint | undefined; maxPriorityFeePerGas?: bigint | undefined; to: string | undefined; chainId: number; data: `0x${string}`; gas: bigint; nonce: number | undefined; accessList: AccessList | undefined; value: bigint | undefined; authorizationList: { ...; }[] | undefined; } | { ....' is not assignable to type 'SerializableTransaction'.
|
build:
src/shared/utils/transaction/cancel-transaction.ts#L45
Argument of type '{ gasPrice?: undefined; maxFeePerGas?: bigint | undefined; maxPriorityFeePerGas?: bigint | undefined; to: string | undefined; chainId: number; data: `0x${string}`; gas: bigint; nonce: number | undefined; accessList: AccessList | undefined; value: bigint | undefined; authorizationList: { ...; }[] | undefined; } | { ....' is not assignable to parameter of type 'SendTransactionOption'.
|
build
Cache not found for keys: node-cache-Linux-x64-yarn-a6ec060f8b7d841e6882f48902da19221a680e9dbea76e53d019d47e7d226657
|