Skip to content

Commit

Permalink
Merge pull request #21 from TrustlessComputer/feat/whitelist
Browse files Browse the repository at this point in the history
test
  • Loading branch information
0xmegalodon authored Jan 12, 2024
2 parents 69e59ec + 98abe40 commit e6e0e73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/modules/Whitelist/steps/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ const Steps = () => {
const res: any = await requestAuthenByShareCode();
setAuthenCode(res);

const shareUrl = " https://bvm.network";//getLink('');
const shareUrl = getLink('');
let content = '';

content = `Welcome to the future of Bitcoin with @bvmnetwork\n\nBitcoin Virtual Machine is the first modular blockchain metaprotocol that lets you launch your Bitcoin L2 blockchain protocol in a few clicks.\n\n$BVM public sale starting soon\n\n#${res?.public_code}\n\nJoin the allowlist`;
content = `Welcome to the future of Bitcoin with @bvmnetwork\n\nBitcoin Virtual Machine is the first modular blockchain metaprotocol that lets you launch your Bitcoin L2 blockchain protocol in a few clicks\n\n$BVM public sale starting soon\n\n#${res?.public_code}\n\nJoin the allowlist`;

window.open(
`https://twitter.com/intent/tweet?url=${shareUrl}&text=${encodeURIComponent(
Expand Down

0 comments on commit e6e0e73

Please sign in to comment.