chore: add buffer to register value
This commit is contained in:
parent
add7a7dc8d
commit
311b0eef6c
@ -51,7 +51,7 @@ export const useRegister = ({
|
|||||||
address: REGISTER_CONTRACT_ADDR,
|
address: REGISTER_CONTRACT_ADDR,
|
||||||
functionName: 'registerWithSignature',
|
functionName: 'registerWithSignature',
|
||||||
account: address,
|
account: address,
|
||||||
value: priceInWei,
|
value: (priceInWei * 105n) / 100n,
|
||||||
enabled: !!signature && !!priceInWei && !!address,
|
enabled: !!signature && !!priceInWei && !!address,
|
||||||
args: [
|
args: [
|
||||||
label,
|
label,
|
||||||
|
Loading…
Reference in New Issue
Block a user