Skip to content

Commit

Permalink
revert back to static onchain address
Browse files Browse the repository at this point in the history
  • Loading branch information
secondl1ght committed Jun 7, 2024
1 parent d81edd7 commit 9b1a5a9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 29 deletions.
25 changes: 0 additions & 25 deletions src/routes/support-us/+page.server.ts

This file was deleted.

5 changes: 1 addition & 4 deletions src/routes/support-us/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,8 @@
import { detectTheme, warningToast } from '$lib/utils';
import QRCode from 'qrcode';
import type { Action } from 'svelte/action';
import type { PageData } from './$types';
export let data: PageData;
let onchain = data.address;
const onchain = 'bc1qqmy5c03clt6a72aq0ys5jzm2sjnws3qr05nvmz';
const lnurlp = 'LNURL1DP68GURN8GHJ7CM0WFJJUCN5VDKKZUPWDAEXWTMVDE6HYMRS9ARKXVN4W5EQPSYZ34';
let showQr = false;
Expand Down

0 comments on commit 9b1a5a9

Please sign in to comment.