diff --git a/package.json b/package.json index 4580f4c..b82199f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "private": true, "version": "0.0.0", "type": "module", - "homepage": "https://tonverifier.live/", + "homepage": "https://verifier.ton.org", "scripts": { "dev": "vite", "build": "tsc && vite build && cp dist/index.html dist/404.html", diff --git a/public/tonconnect-manifest.json b/public/tonconnect-manifest.json index 7d26e3a..bc0eef4 100644 --- a/public/tonconnect-manifest.json +++ b/public/tonconnect-manifest.json @@ -1,5 +1,5 @@ { - "url": "https://tonverifier.live", + "url": "https://verifier.ton.org", "name": "TON Verifier", - "iconUrl": "https://tonverifier.live/tonverifier.png" + "iconUrl": "https://verifier.ton.org/tonverifier.png" } diff --git a/src/components/DevExamples.tsx b/src/components/DevExamples.tsx index 2d0ae65..cffb83a 100644 --- a/src/components/DevExamples.tsx +++ b/src/components/DevExamples.tsx @@ -120,7 +120,7 @@ const examples = [ function exportExamples() { const mapExample = ([name, address, comment]: any) => - `[https://tonverifier.live/${address}]\t\t// ${name} ${comment ?? ""}`; + `[https://verifier.ton.org/${address}]\t\t// ${name} ${comment ?? ""}`; const content = ["# Verified Examples"]; diff --git a/src/main.tsx b/src/main.tsx index f4a3743..f09c726 100644 --- a/src/main.tsx +++ b/src/main.tsx @@ -23,7 +23,7 @@ ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render( - + } />