Skip to content

Commit 11063dc

Browse files
committed
fix (joinspclub): add referrer to signed message
1 parent f037cf8 commit 11063dc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/api/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,8 @@ export const joinSpClub = async (
5353
) => {
5454
const message = JSON.stringify({
5555
walletAddress: conetProfile.keyID,
56-
// solanaWallet: solanaProfile.keyID,
56+
solanaWallet: solanaProfile.keyID,
57+
referrer: "",
5758
});
5859

5960
const wallet = new ethers.Wallet(conetProfile.privateKeyArmor);

0 commit comments

Comments
 (0)