chore: Update ERC721 mint-to to v5 #243
Annotations
2 errors and 1 warning
build:
src/server/routes/contract/extensions/erc721/write/mintTo.ts#L94
Type '{ name: string | number | null | undefined; description: string | null | undefined; image: string | null | undefined; animation_url: string | null | undefined; external_url: string | null | undefined; background_color: string | ... 1 more ... | undefined; properties: any; }' is not assignable to type 'string | { [x: string]: unknown; name?: string | undefined; description?: string | undefined; image?: FileOrBufferOrString | undefined; animation_url?: FileOrBufferOrString | undefined; external_url?: FileOrBufferOrString | undefined; background_color?: string | undefined; properties?: Record<...> | ... 1 more ... |...'.
|
build
Process completed with exit code 2.
|
build
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|