mirror of
https://github.com/uqbar-dao/nectar.git
synced 2024-12-24 00:53:37 +03:00
app_store UI: hotfix unpublish
This commit is contained in:
parent
2697f0a8f3
commit
defe7654f5
@ -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) {
|
||||||
|
Loading…
Reference in New Issue
Block a user