Skip to content

Commit

Permalink
Merge pull request #32 from terra-money/develop
Browse files Browse the repository at this point in the history
feat: merge develop to main
  • Loading branch information
emidev98 authored Jul 4, 2023
2 parents 7fcf437 + 608ccf1 commit 8d707c0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ start-alliance-rebalance-feeder:
start-price-server:
go run ./cmd/price-server/price_server.go

.PHONY: start-feeder start-price-server
.PHONY: start-alliance-oracle-feeder start-alliance-rebalance-feeder start-price-server


#################################################
Expand Down
1 change: 1 addition & 0 deletions cmd/price-server/price_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ func main() {
})
r.GET("/alliance/protocol", func(c *gin.Context) {
allianceProtocolRes, err := allianceProvider.GetProtocolsInfo(ctx)
allianceProtocolRes.UpdateChainsInfo.ChainsInfo.ProtocolsInfo[0].ChainId = "narwhal-1"
if err != nil {
c.JSON(http.StatusInternalServerError, err)
return
Expand Down
10 changes: 3 additions & 7 deletions params.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,12 @@
"price_server_port": "8532",
"oracle_address": "",
"alliance_hub_contract_address": "",
"feeder_retries": 4,
"chain_id": "phoenix-1
"station_api": "https://phoenix-api.terra.dev"
"feeder_retries": 4
},
"develop": {
"price_server_port": "8532",
"oracle_address": "terra19y3kv8r4ef4wjfvw5fzqnkff8fut0f4y3lt46k4ce0a0cwpscuqqg39mvq",
"oracle_address": "terra1jf3nndysevley5p3wnajkjvjxcql9d00gpj4en3xwp7yrkrdqess48rr27",
"alliance_hub_contract_address" : "terra1majrm6e6n0eg760n9fs4g5jvwzh4ytp8e2d99mfgzv2e7mjmdwxse0ty73",
"feeder_retries": 4,
"chain_id": "pisco-1",
"station_api": "https://pisco-api.terra.dev"
"feeder_retries": 4
}
}

0 comments on commit 8d707c0

Please sign in to comment.