Skip to content

Commit 49e1a6d

Browse files
authored
fix: correct saga staking currency (#1211)
Signed-off-by: Norman Meier <[email protected]>
1 parent 5f51d8e commit 49e1a6d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

networks.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9446,7 +9446,7 @@
94469446
"backendEndpoint": "",
94479447
"restEndpoint": "https://saga-rest.publicnode.com",
94489448
"rpcEndpoint": "https://saga-rpc.publicnode.com:443",
9449-
"stakeCurrency": "saga",
9449+
"stakeCurrency": "usaga",
94509450
"gasPriceStep": {
94519451
"low": 0.01,
94529452
"average": 0.025,

packages/networks/saga/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export const sagaNetwork: CosmosNetworkInfo = {
3030
backendEndpoint: "",
3131
restEndpoint: "https://saga-rest.publicnode.com",
3232
rpcEndpoint: "https://saga-rpc.publicnode.com:443",
33-
stakeCurrency: "saga",
33+
stakeCurrency: "usaga",
3434
gasPriceStep: {
3535
low: 0.01,
3636
average: 0.025,

0 commit comments

Comments
 (0)