Skip to content

Commit

Permalink
Merge pull request #196 from ton-blockchain/verifierlive_removal
Browse files Browse the repository at this point in the history
Verifierlive removal
  • Loading branch information
EmelyanenkoK authored Nov 30, 2023
2 parents cf81c42 + aed53a6 commit c3795f1
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
4 changes: 2 additions & 2 deletions public/tonconnect-manifest.json
Original file line number Diff line number Diff line change
@@ -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"
}
2 changes: 1 addition & 1 deletion src/components/DevExamples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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"];

Expand Down
2 changes: 1 addition & 1 deletion src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
<SnackbarProvider maxSnack={3}>
<ThemeProvider theme={theme}>
<QueryClientProvider client={queryClient}>
<TonConnectUIProvider manifestUrl="https://tonverifier.live/tonconnect-manifest.json">
<TonConnectUIProvider manifestUrl="https://verifier.ton.org/tonconnect-manifest.json">
<BrowserRouter basename={import.meta.env.BASE_URL}>
<Routes>
<Route path="/interact" element={<ContractInteract />} />
Expand Down

0 comments on commit c3795f1

Please sign in to comment.