[SDK] Refactor: More Viem to Ox migration #17174
Annotations
10 errors and 1 warning
Build Packages
Type 'string | { r: `0x${string}`; s: `0x${string}`; yParity: number; }' is not assignable to type 'string | Uint8Array<ArrayBufferLike> | { r: bigint; s: bigint; yParity: number; }'.
|
Build Packages
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
|
Build Packages
Type 'Partial<{ prevOwner: string; newOwner: string; }>' is not assignable to type 'Readonly<{ prevOwner?: undefined; newOwner?: undefined; }>'.
|
Build Packages
Type 'Partial<{ platformFeeRecipient: string; }>' is not assignable to type 'Readonly<{ platformFeeRecipient?: undefined; }>'.
|
Build Packages
Type 'Partial<{ recipient: string; }>' is not assignable to type 'Readonly<{ recipient?: undefined; }>'.
|
Build Packages
Type 'Partial<{ newRoyaltyRecipient: string; }>' is not assignable to type 'Readonly<{ newRoyaltyRecipient?: undefined; }>'.
|
Build Packages
Type 'Partial<{ tokenId: bigint; royaltyRecipient: string; }>' is not assignable to type 'Readonly<{ tokenId?: undefined; royaltyRecipient?: undefined; }>'.
|
Build Packages
Type 'Partial<{ previousAddress: string; newAddress: string; }>' is not assignable to type 'Readonly<{ previousAddress?: undefined; newAddress?: undefined; }>'.
|
Build Packages
Type 'Partial<{ tokenAddress: string; tokenOwner: string; recipient: string; }>' is not assignable to type 'Readonly<{ tokenAddress?: undefined; tokenOwner?: undefined; recipient?: undefined; }>'.
|
Build Packages
Type 'Partial<{ claimer: string; receiver: string; tokenId: bigint; }>' is not assignable to type 'Readonly<{ claimer?: undefined; receiver?: undefined; tokenId?: undefined; }>'.
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Loading