Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 500049e

Browse files
authored
fix: stability-rpc (#44)
1 parent 34caa4b commit 500049e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/common/networks.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,19 +92,19 @@ export const supportedNetwork: {
9292
},
9393
[NetworkCmdName.Stability]: {
9494
explorer: "https://stability.blockscout.com",
95-
provider: jsonRpcProvider(`https://gtn.stabilityprotocol.com/zgt/tradeTrust`),
95+
provider: jsonRpcProvider(`https://rpc.stabilityprotocol.com/zgt/tradeTrust`),
9696
networkId: 101010,
9797
networkName: NetworkCmdName.Stability,
9898
currency: "FREE",
99-
gasStation: gasStation("https://gtn.stabilityprotocol.com/gas-station"),
99+
gasStation: gasStation("https://rpc.stabilityprotocol.com/gas-station"),
100100
},
101101
[NetworkCmdName.StabilityTestnet]: {
102102
explorer: "https://stability-testnet.blockscout.com/",
103-
provider: jsonRpcProvider("https://free.testnet.stabilityprotocol.com"),
103+
provider: jsonRpcProvider("https://rpc.testnet.stabilityprotocol.com/zgt/tradeTrust"),
104104
networkId: 20180427,
105105
networkName: NetworkCmdName.StabilityTestnet,
106106
currency: "FREE",
107-
gasStation: gasStation("https://free.testnet.stabilityprotocol.com/gas-station"),
107+
gasStation: gasStation("https://rpc.testnet.stabilityprotocol.com/gas-station"),
108108
},
109109
[NetworkCmdName.Astron]: {
110110
explorer: "https://astronscanl2.bitfactory.cn/",

0 commit comments

Comments
 (0)