Skip to content

Commit

Permalink
fix: RPC
Browse files Browse the repository at this point in the history
  • Loading branch information
deblanco authored Dec 13, 2024
1 parent fd73370 commit 797bbd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/src/lib/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ export const stbleTestnet = defineChain({
},
rpcUrls: {
default: {
http: ["https://testnet.stabilityprotocol.com"],
http: ["https://rpc.testnet.stabilityprotocol.com/zgt/try-it-out"],
},
public: {
http: ["https://testnet.stabilityprotocol.com"],
http: ["https://rpc.testnet.stabilityprotocol.com/zgt/try-it-out"],
},
},
contracts: {
Expand Down

0 comments on commit 797bbd2

Please sign in to comment.