We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f037cf8 commit 11063dcCopy full SHA for 11063dc
src/api/index.ts
@@ -53,7 +53,8 @@ export const joinSpClub = async (
53
) => {
54
const message = JSON.stringify({
55
walletAddress: conetProfile.keyID,
56
- // solanaWallet: solanaProfile.keyID,
+ solanaWallet: solanaProfile.keyID,
57
+ referrer: "",
58
});
59
60
const wallet = new ethers.Wallet(conetProfile.privateKeyArmor);
0 commit comments