Skip to content

Commit

Permalink
fix: hashes
Browse files Browse the repository at this point in the history
  • Loading branch information
angrybayblade committed Dec 1, 2023
1 parent b274b4c commit bfb69b0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ In order to run a local demo of the Price Oracle service with a Hardhat node:
2. Fetch the Price Oracle service.

```bash
autonomy fetch valory/oracle:0.1.0:bafybeif55eqnfvatg6cnxmygmnc7h5nmlhvcgy75zc7komo2wl75lcbace --service
autonomy fetch valory/oracle:0.1.0:bafybeihfrbdnhwjxb4vrzho3yrmldnzss7spzwwqyfwqwvmxoiujisg7my --service
```

3. Build the Docker image of the service agents
Expand Down
2 changes: 1 addition & 1 deletion packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"skill/valory/price_estimation_abci/0.1.0": "bafybeibqmxr7i6qwubnvl6layxmcdegot5qnmhrm3lbewhezd6j6xoymta",
"skill/valory/oracle_abci/0.1.0": "bafybeifuniwozckt7fxgjir2vjptle5yqhuvijrjd7wvh654gev2smhtiq",
"agent/valory/oracle/0.1.0": "bafybeiex5mnaympbyju2jxokcsdo6vouftsdt7gb5o4cgf5fy6zfbfkbvu",
"service/valory/oracle/0.1.0": "bafybeif55eqnfvatg6cnxmygmnc7h5nmlhvcgy75zc7komo2wl75lcbace"
"service/valory/oracle/0.1.0": "bafybeihfrbdnhwjxb4vrzho3yrmldnzss7spzwwqyfwqwvmxoiujisg7my"
},
"third_party": {
"connection/valory/ipfs/0.1.0": "bafybeihx7wb5hngjobw2salzqqryrhxvmxfuw7o2npjyqd2talmh2flqeq",
Expand Down
2 changes: 1 addition & 1 deletion packages/valory/services/oracle/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ license: Apache-2.0
fingerprint:
README.md: bafybeidfvq6yso3dpxgglq7fvviy42xjf3s7bn5thmi7ogv2j6pag3rene
fingerprint_ignore_patterns: []
agent: valory/oracle:0.1.0:bafybeidsqeryvlqd4ldkk5yleweng6nr2ibhojfppevkn6tzuputjar2be
agent: valory/oracle:0.1.0:bafybeiex5mnaympbyju2jxokcsdo6vouftsdt7gb5o4cgf5fy6zfbfkbvu
number_of_agents: 4
deployment:
agent:
Expand Down

0 comments on commit bfb69b0

Please sign in to comment.