Change message signed by nitro key

This commit is contained in:
Adw8 2024-07-29 10:49:03 +05:30
parent 9bd82a0023
commit 54fa62bc7f

View File

@ -35,7 +35,7 @@ const SignWithNitroKey = () => {
const message = useMemo(() => {
return {
msg: "Register my account as a validator on the Laconic network",
msg: "Register my account as a participant on the Laconic network",
address: ethAddress,
};
}, [ethAddress]);