Skip to content

Commit

Permalink
feat: soon test net
Browse files Browse the repository at this point in the history
  • Loading branch information
FrozenArcher committed Dec 16, 2024
1 parent d148f12 commit b14f9b5
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
Expand Up @@ -2,8 +2,9 @@ const RPCs = {
SonicOrigin: "https://api.devnet.sonic.game",
SonicFrontierV1: "",
SoonDevNet: "https://rpc.devnet.soo.network/rpc",
SoonTestNet: "https://rpc.testnet.soo.network/rpc",
};

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

0 comments on commit b14f9b5

Please sign in to comment.