Skip to content

Commit

Permalink
chore: change stability rpc url (#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
GabrielMartinezRodriguez authored Nov 15, 2024
1 parent e0c1163 commit 6c8d190
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/constants/supportedChains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ export const SUPPORTED_CHAINS: supportedChains = {
currency: "FREE",
iconImage: iconStability,
explorerUrl: "https://stability.blockscout.com/",
rpcUrl: `https://gtn.stabilityprotocol.com/?api_key=${process.env.STABILITY_API_KEY}`,
rpcUrl: `https://gtn.stabilityprotocol.com/zgt/${process.env.STABILITY_API_KEY}`,
nativeCurrency: {
name: "FREE",
symbol: "FREE",
Expand Down

0 comments on commit 6c8d190

Please sign in to comment.