Skip to content

Commit

Permalink
Update Vite example
Browse files Browse the repository at this point in the history
  • Loading branch information
jordankzf committed Jul 25, 2023
1 parent 46f9bda commit 6c73433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/sado-connect/src/main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ function SampleComponent() {

ReactDOM.createRoot(document.getElementById("root") as HTMLElement).render(
<React.StrictMode>
<SadoConnectProvider initialNetwork={"mainnet"}>
<SadoConnectProvider initialNetwork={"testnet"} initialSafeMode={true}>
<SampleComponent />
<SadoConnectKit />
</SadoConnectProvider>
Expand Down

0 comments on commit 6c73433

Please sign in to comment.