We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 570a83d + 49e1a6d commit d778616Copy full SHA for d778616
networks.json
@@ -9446,7 +9446,7 @@
9446
"backendEndpoint": "",
9447
"restEndpoint": "https://saga-rest.publicnode.com",
9448
"rpcEndpoint": "https://saga-rpc.publicnode.com:443",
9449
- "stakeCurrency": "saga",
+ "stakeCurrency": "usaga",
9450
"gasPriceStep": {
9451
"low": 0.01,
9452
"average": 0.025,
packages/networks/saga/index.ts
@@ -30,7 +30,7 @@ export const sagaNetwork: CosmosNetworkInfo = {
30
backendEndpoint: "",
31
restEndpoint: "https://saga-rest.publicnode.com",
32
rpcEndpoint: "https://saga-rpc.publicnode.com:443",
33
- stakeCurrency: "saga",
+ stakeCurrency: "usaga",
34
gasPriceStep: {
35
low: 0.01,
36
average: 0.025,
0 commit comments