Skip to content

Commit

Permalink
fix: disables connect
Browse files Browse the repository at this point in the history
  • Loading branch information
elliotBraem committed Nov 10, 2023
1 parent 3880f3b commit 7a2d64b
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions apps/homepage/widget/JoinButton.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -51,14 +51,14 @@ const handleJoin = () => {
gas: 219000000000000,
deposit: deposit,
},
{
contractName: "social.near",
methodName: "set",
deposit: Big(JSON.stringify(connectData).length * 16).mul(
Big(10).pow(20)
),
args: { data: connectData },
},
// {
// contractName: "social.near",
// methodName: "set",
// deposit: Big(JSON.stringify(connectData).length * 16).mul(
// Big(10).pow(20)
// ),
// args: { data: connectData },
// },
]);
};

Expand Down

0 comments on commit 7a2d64b

Please sign in to comment.