From 8310b8d323201681631c04962af36bf086531bcf Mon Sep 17 00:00:00 2001 From: affcare <119863020+affcare@users.noreply.github.com> Date: Thu, 14 Dec 2023 04:53:28 +0700 Subject: [PATCH 1/2] Update App.tsx --- chomping-glass/src/App.tsx | 19 ++++++++++++++----- 1 file changed, 14 insertions(+), 5 deletions(-) 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.
Date: Thu, 14 Dec 2023 04:53:52 +0700 Subject: [PATCH 2/2] Update .env