Skip to content

Commit

Permalink
Merge branch 'main' into fix/first-message-grouping
Browse files Browse the repository at this point in the history
  • Loading branch information
omniwired authored Apr 18, 2024
2 parents 570a83d + 49e1a6d commit d778616
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 d778616

Please sign in to comment.