Skip to content

Commit

Permalink
feat: add gas station URLs for Stability and StabilityTestnet networks
Browse files Browse the repository at this point in the history
  • Loading branch information
deblanco committed Mar 13, 2024
1 parent df9a5f8 commit 20c3a42
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/networks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -115,13 +115,15 @@ export const supportedNetwork: {
networkId: 101010,
networkName: NetworkCmdName.Stability,
currency: "FREE",
gasStation: gasStation("https://gtn.stabilityprotocol.com/gas-station"),
},
[NetworkCmdName.StabilityTestnet]: {
explorer: "https://stability-testnet.blockscout.com/",
provider: jsonRpcProvider("https://free.testnet.stabilityprotocol.com"),
networkId: 20180427,
networkName: NetworkCmdName.StabilityTestnet,
currency: "FREE",
gasStation: gasStation("https://free.testnet.stabilityprotocol.com/gas-station"),
},
};

Expand Down

0 comments on commit 20c3a42

Please sign in to comment.