I am running minter on custom mode and I wanted to run a contract on my account. what is the way to run contract on an account.
getting error:
TypeScript error in /home/ByteBlock-minter-1d9cedff6e56/src/reducer/slices/collections.ts(33,28):
Property 'contracts' does not exist on type '{ network: string; rpc: string; bcd: { api: string; gui: string; }; tzkt: { api: string; }; admin: { address: string; }; ipfsApi: string; ipfsGateway: string; contractOpts: { marketplace: { fee: { percent: number; address: string; }; }; }; }'. TS2339
I am running minter on custom mode and I wanted to run a contract on my account. what is the way to run contract on an account. getting error: TypeScript error in /home/ByteBlock-minter-1d9cedff6e56/src/reducer/slices/collections.ts(33,28): Property 'contracts' does not exist on type '{ network: string; rpc: string; bcd: { api: string; gui: string; }; tzkt: { api: string; }; admin: { address: string; }; ipfsApi: string; ipfsGateway: string; contractOpts: { marketplace: { fee: { percent: number; address: string; }; }; }; }'. TS2339