Skip to content

Commit

Permalink
fix: correct saga staking currency (#1211)
Browse files Browse the repository at this point in the history
Signed-off-by: Norman Meier <[email protected]>
  • Loading branch information
n0izn0iz authored Apr 17, 2024
1 parent 5f51d8e commit 49e1a6d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion networks.json
Original file line number Diff line number Diff line change
Expand Up @@ -9446,7 +9446,7 @@
"backendEndpoint": "",
"restEndpoint": "https://saga-rest.publicnode.com",
"rpcEndpoint": "https://saga-rpc.publicnode.com:443",
"stakeCurrency": "saga",
"stakeCurrency": "usaga",
"gasPriceStep": {
"low": 0.01,
"average": 0.025,
Expand Down
2 changes: 1 addition & 1 deletion packages/networks/saga/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ export const sagaNetwork: CosmosNetworkInfo = {
backendEndpoint: "",
restEndpoint: "https://saga-rest.publicnode.com",
rpcEndpoint: "https://saga-rpc.publicnode.com:443",
stakeCurrency: "saga",
stakeCurrency: "usaga",
gasPriceStep: {
low: 0.01,
average: 0.025,
Expand Down

0 comments on commit 49e1a6d

Please sign in to comment.