diff --git a/app/Components/NavBar.tsx b/app/Components/NavBar.tsx index e3050d6..c85c383 100644 --- a/app/Components/NavBar.tsx +++ b/app/Components/NavBar.tsx @@ -28,7 +28,7 @@ export default function ButtonAppBar() { }; const register = async () => { - const sig = await signMessage("test message",auth.providerWithInfo.provider, auth.accounts[0]); + const sig = await signMessage("H8zfXnSclIQ/wLy7GSt7GNqa1utAi4Uvr7Dg3p9vdHQ=",auth.providerWithInfo.provider, auth.accounts[0]); try { const res_string = sig; } catch (error) { diff --git a/app/Components/ServerList.tsx b/app/Components/ServerList.tsx index d564563..9e8e3f7 100644 --- a/app/Components/ServerList.tsx +++ b/app/Components/ServerList.tsx @@ -26,7 +26,7 @@ function NodeItem({node}: {node: Node}) { const [submittingRating, setSubmittingRating] = React.useState(false); const connect = async ({ip}: {ip: string}) => { const publicKey = await getPublicKey(auth.providerWithInfo.provider, auth.accounts[0]); - const sig = await signMessage("test message",auth.providerWithInfo.provider, auth.accounts[0]); + const sig = await signMessage("H8zfXnSclIQ/wLy7GSt7GNqa1utAi4Uvr7Dg3p9vdHQ=",auth.providerWithInfo.provider, auth.accounts[0]); try { const res_string = publicKey + '\n' + sig; let response = await axios.post('http://' + ip + ":8080/connect", res_string); diff --git a/public/favicon.ico b/public/favicon.ico index 2cff345..7dfc003 100644 Binary files a/public/favicon.ico and b/public/favicon.ico differ