chore: add buffer to register value

This commit is contained in:
Fernando Falci 2024-04-23 19:54:41 +02:00
parent add7a7dc8d
commit 311b0eef6c
No known key found for this signature in database
GPG Key ID: AB787B833D90361D

View File

@ -51,7 +51,7 @@ export const useRegister = ({
address: REGISTER_CONTRACT_ADDR,
functionName: 'registerWithSignature',
account: address,
value: priceInWei,
value: (priceInWei * 105n) / 100n,
enabled: !!signature && !!priceInWei && !!address,
args: [
label,