Skip to content

Commit

Permalink
Merge pull request #229 from valory-xyz/fix/image_hash
Browse files Browse the repository at this point in the history
Fix image hash
  • Loading branch information
jmoreira-valory authored Jul 15, 2024
2 parents 93cfa1a + e1754d5 commit 074ed3d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/constants/serviceTemplates.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const SERVICE_TEMPLATES: ServiceTemplate[] = [
'https://operate.olas.network/_next/image?url=%2Fimages%2Fprediction-agent.png&w=3840&q=75',
configuration: {
trader_version: 'v0.16.4',
nft: 'bafybeiei7wb5jvrn7e7fss2t6ajnkjakgf7uaz42fvvlkolhpnez2dlfsy',
nft: 'bafybeig64atqaladigoc3ds4arltdu63wkdrk3gesjfvnfdmz35amv7faq',
agent_id: 14,
threshold: 1,
use_staking: true,
Expand Down
2 changes: 1 addition & 1 deletion templates/trader.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ hash: bafybeidgjgjj5ul6xkubicbemppufgsbx5sr5rwhtrwttk2oivp5bkdnce
image: https://operate.olas.network/_next/image?url=%2Fimages%2Fprediction-agent.png&w=3840&q=75
configuration:
trader_version: v0.16.4
nft: bafybeidok5gwivdabwiuqigy3qzq5ulbw6uqgrlc7aq2ihrazxvil2lxkm
nft: bafybeig64atqaladigoc3ds4arltdu63wkdrk3gesjfvnfdmz35amv7faq
rpc: http://localhost:8545 # User provided
agent_id: 14
threshold: 1 # TODO: Move to service component
Expand Down

0 comments on commit 074ed3d

Please sign in to comment.