Skip to content

Commit

Permalink
fix: revoke key
Browse files Browse the repository at this point in the history
  • Loading branch information
wiseaidev committed Jun 20, 2024
1 parent 88b6c3c commit 103f9cd
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/yew/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,8 @@ use web_sys::HtmlInputElement;

#[function_component]
pub fn App() -> Html {
let endpoint = "https://mainnet.helius-rpc.com/?api-key=5478a500-a976-4ca2-838f-82f82ec37210";
// Use helius for guaranteed transaction success;
let endpoint = "https://api.mainnet-beta.solana.com";
let wallets = vec![BaseWalletAdapter::new(
"Phantom",
"https://phantom.app",
Expand Down

0 comments on commit 103f9cd

Please sign in to comment.