Skip to content

Commit

Permalink
updates
Browse files Browse the repository at this point in the history
  • Loading branch information
happylolonly committed May 29, 2024
1 parent f55a15f commit c9809df
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions front/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,12 @@ import { TonConnectUIProvider } from "@tonconnect/ui-react";

import App from "./App.tsx";

const manifestUrl = "https://??????/config.json";
// const manifestUrl = "https://nextonserver.s3.eu-north-1.amazonaws.com/config.json";
const manifestUrl =
"https://ton-wasm-cyber-hackathon.netlify.app/tonconnect-manifest.json";

ReactDOM.createRoot(document.getElementById("root")!).render(
<TonConnectUIProvider manifestUrl={manifestUrl}>
<App />
</TonConnectUIProvider>,
</TonConnectUIProvider>
);

0 comments on commit c9809df

Please sign in to comment.