Skip to content

Commit

Permalink
feat: change to soon
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenArcher committed Nov 28, 2024
1 parent 287c61d commit 093a3e1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion solana/game/rpc.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
const RPCs = {
SonicOrigin: "https://api.devnet.sonic.game",
SonicFrontierV1: "",
SoonDevNet: "https://rpc.devnet.soo.network/rpc",
};

export function currentRPC() {
return RPCs.SonicOrigin;
return RPCs.SoonDevNet;
}

0 comments on commit 093a3e1

Please sign in to comment.