This repository was archived by the owner on Mar 13, 2026. It is now read-only.
File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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/" ,
You can’t perform that action at this time.
0 commit comments