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}`, address: tba as `0x${string}`,
functionName: 'execute', functionName: 'execute',
args: [ args: [
KIMAP, MULTICALL,
BigInt(0), BigInt(0),
multicall, multicall,
1 1
] ],
gas: BigInt(1000000),
}); });
} catch (error) { } catch (error) {