app_store UI: hotfix unpublish

This commit is contained in:
bitful-pannul 2024-08-22 04:24:56 +03:00
parent 2697f0a8f3
commit defe7654f5

View File

@ -150,11 +150,12 @@ export default function PublishPage() {
address: tba as `0x${string}`,
functionName: 'execute',
args: [
KIMAP,
MULTICALL,
BigInt(0),
multicall,
1
]
],
gas: BigInt(1000000),
});
} catch (error) {