Skip to content

Commit

Permalink
feat: bump to 1.0.1 and update recommended config (#156)
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras authored Feb 22, 2023
1 parent 5d3c339 commit c4fd4bd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ yarn start | npx bunyan

Docker images are pushed to a public container [registry](https://console.cloud.google.com/artifacts/docker/celo-testnet-production/us-west1/celo-oracle/celo-oracle) upon every release. The latest price sources and data aggregation parameters can be found as helm charts in the celo [monorepo](https://github.com/celo-org/celo-monorepo/tree/master/packages/helm-charts/oracle).

The recommended configuration at the moment is [75c223a](https://github.com/celo-org/celo-monorepo/tree/75c223a1b5296ac0fecdb54fb29c52432cf3fece/packages/helm-charts/oracle).
The recommended configuration at the moment is [3c026a6](https://github.com/celo-org/celo-monorepo/tree/3c026a6a5d09e3ee5e2518547deba0fe77b40d53/packages/helm-charts/oracle).


## Component Overview
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "celo-oracle",
"version": "1.0.0",
"version": "1.0.1",
"description": "Oracle application to aggregate and report exchange rates to the Celo network",
"author": "Celo",
"license": "Apache-2.0",
Expand Down

0 comments on commit c4fd4bd

Please sign in to comment.