diff --git a/chomping-glass/src/App.tsx b/chomping-glass/src/App.tsx index 25c275b..308b083 100644 --- a/chomping-glass/src/App.tsx +++ b/chomping-glass/src/App.tsx @@ -17,7 +17,7 @@ import { toast } from "react-toastify"; window.Buffer = Buffer; const PROGRAM_ID = new PublicKey( - "Gg9RXnAuiQDYadKP4tExAFCkhXSc3kBywCGqqPVx2duH" + "GPtkUuvzi516LoJCSpYrhb2cNJb6GRDJsoAkqcJ5VcLy" ); const FEE = new PublicKey("EGJnqcxVbhJFJ6Xnchtaw8jmPSvoLXfN2gWsY9Etz5SZ"); @@ -230,7 +230,7 @@ function App() { ); } else if (connection.rpcEndpoint.includes("eclipsenetwork")) { console.log( - `https://solscan.io/tx/${signature}?cluster=custom&customUrl=https%3A%2F%2Fstaging-rpc.dev.eclipsenetwork.xyz` + `https://solscan.io/tx/${signature}?cluster=custom&customUrl=https%3A%2F%2Fstaging-rpc.dev.eclipsenetwork.xyz` ); } else { console.log(`https://solscan.io/tx/${signature}`); @@ -281,7 +281,7 @@ function App() { } notify( `${signature}`, - `https://solscan.io/tx/${signature}?cluster=custom&customUrl=https%3A%2F%2Fstaging-rpc.dev.eclipsenetwork.xyz`, + `https://solscan.io/tx/${signature}`, "View on Solscan" ); } else { @@ -416,9 +416,18 @@ function App() { Chomping Glass: Eclipse Devnet
- You'll need to install an Eclipse developer wallet  to play this game. + You'll need to install an  + + Eclipse developer wallet + {" "} +  to play this game.