feat: NFTs in v4 create #9593
Annotations
10 errors and 3 warnings
Compile:
src/packages/v4/components/Create/hooks/DeployProject/hooks/NFT/useDeployNftProject.ts#L90
Object literal may only specify known properties, and 'collectionUri' does not exist in type 'JBDeploy721TiersHookConfig'.
|
Compile:
src/packages/v4/hooks/JB721Delegate/transactor/useLaunchProjectWithNftsTx.ts#L62
Property 'collectionUri' does not exist on type 'JBDeploy721TiersHookConfig'.
|
Compile:
src/packages/v4/hooks/JB721Delegate/transactor/useLaunchProjectWithNftsTx.ts#L63
Property 'collectionName' does not exist on type 'JBDeploy721TiersHookConfig'.
|
Compile:
src/packages/v4/hooks/JB721Delegate/transactor/useLaunchProjectWithNftsTx.ts#L64
Property 'collectionSymbol' does not exist on type 'JBDeploy721TiersHookConfig'.
|
Compile:
src/packages/v4/hooks/JB721Delegate/transactor/useLaunchProjectWithNftsTx.ts#L65
Property 'currency' does not exist on type 'JBDeploy721TiersHookConfig'.
|
Compile:
src/packages/v4/hooks/JB721Delegate/transactor/useLaunchProjectWithNftsTx.ts#L66
Property 'tiers' does not exist on type 'JBDeploy721TiersHookConfig'.
|
Compile:
src/packages/v4/hooks/JB721Delegate/transactor/useLaunchProjectWithNftsTx.ts#L67
Property 'flags' does not exist on type 'JBDeploy721TiersHookConfig'.
|
Compile:
src/packages/v4/hooks/JB721Delegate/transactor/useLaunchProjectWithNftsTx.ts#L68
Property 'governanceType' does not exist on type 'JBDeploy721TiersHookConfig'.
|
Compile:
src/packages/v4/hooks/JB721Delegate/transactor/useLaunchProjectWithNftsTx.ts#L122
Type '""' is not assignable to type '`0x${string}`'.
|
Compile:
src/packages/v4/hooks/useLaunchProjectTx.ts#L142
Type 'readonly [`0x${string}`, string, { mustStartAtOrAfter: number; duration: number; weight: bigint; decayPercent: number; approvalHook: Address; metadata: { reservedPercent: number; redemptionRate: number; ... 18 more ...; allowCrosschainSuckerExtension: boolean; }; splitGroups: LaunchV4ProjectGroupedSplit[]; fundAcces...' is not assignable to type 'readonly [`0x${string}`, string, readonly { mustStartAtOrAfter: number; duration: number; weight: bigint; decayPercent: number; approvalHook: `0x${string}`; metadata: { reservedPercent: number; redemptionRate: number; ... 17 more ...; metadata: number; }; splitGroups: readonly { ...; }[]; fundAccessLimitGroups: read...'.
|
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading