Skip to content

Commit

Permalink
fix: Set oracle endpoint to the same as the coordinator
Browse files Browse the repository at this point in the history
With 1.0.21 we've released the configurable oracle, that was pointing to the new one hosted on our prod environment.

As we have open positions, we should stick with the old one until all old positions are closed and switch afterwards.
  • Loading branch information
holzeis committed Jul 13, 2023
1 parent 09cbb18 commit 6dba5e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-release-binaries.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,8 @@ jobs:
coordinator_port_http: 80
network: mainnet
tag: ${{ github.ref_name }}
oracle_endpoint: http://api.10101.finance:8081
oracle_pubkey: 67532a288516236e0a6a8018ae6fcd3c59cfcf28da58f4ac2b2b727a59fc6db5
oracle_endpoint: https://oracle.holzeis.me
oracle_pubkey: 16f88cf7d21e6c0f46bcbc983a4e3b19726c6c98858cc31c83551a88fde171c0

build_android_apk:
runs-on: macos-latest
Expand Down

0 comments on commit 6dba5e1

Please sign in to comment.