diff --git a/packages/snap/package.json b/packages/snap/package.json index 882a9d3..97ddff3 100644 --- a/packages/snap/package.json +++ b/packages/snap/package.json @@ -1,6 +1,6 @@ { "name": "nomis", - "version": "0.1.4", + "version": "0.1.5", "description": "Onchain Reputation and Decentralized Identity Protocol", "repository": { "type": "git", diff --git a/packages/snap/snap.manifest.json b/packages/snap/snap.manifest.json index a503fef..b96fc1a 100644 --- a/packages/snap/snap.manifest.json +++ b/packages/snap/snap.manifest.json @@ -1,5 +1,5 @@ { - "version": "0.1.4", + "version": "0.1.5", "description": "Onchain Reputation and Decentralized Identity Protocol", "proposedName": "Nomis Protocol", "repository": { @@ -7,7 +7,7 @@ "url": "https://github.com/Nomis-cc/nomis-snaps.git" }, "source": { - "shasum": "DGI3POjXiBCuVZmCbG2cciqSi+qJdpVBgZixWcs6Ph8=", + "shasum": "zQ9UOPgD92Me7v9ZaUrHZtSvtSgKkgwhHgOwejAmKyw=", "location": { "npm": { "filePath": "dist/bundle.js", diff --git a/packages/snap/src/ui.tsx b/packages/snap/src/ui.tsx index 6f1a5e6..1e39906 100644 --- a/packages/snap/src/ui.tsx +++ b/packages/snap/src/ui.tsx @@ -38,9 +38,9 @@ export const renderMainUi = async (account: string, chainId: string) => { imageSrc = await getImageComponent(image, { width: 400 }); } - const twitterShareText = `I've just unlocked my potential with ${scoreName} Score by @0xNomis! What is your web3 reputation like? https://nomis.cc${url} %23OnchainReputation %23Nomis`; + const twitterShareText = `I've just unlocked my potential with ${scoreName} Score by @0xNomis! What is your web3 reputation like? https://nomis.cc${url}?ref=${referralCode} %23OnchainReputation %23Nomis`; - const shareText = `I've just unlocked my potential with ${scoreName} Score by Nomis! What is your web3 reputation like? https://nomis.cc${url} %23OnchainReputation %23Nomis`; + const shareText = `I've just unlocked my potential with ${scoreName} Score by Nomis! What is your web3 reputation like? https://nomis.cc${url}?ref=${referralCode} %23OnchainReputation %23Nomis`; if (!score) { return (