Skip to content

Commit

Permalink
policy_store_update_offset override
Browse files Browse the repository at this point in the history
  • Loading branch information
annasambrook committed Nov 15, 2024
1 parent acf1e8f commit 5cce568
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion packages/packages.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
"skill/valory/staking_abci/0.1.0": "bafybeictd5pxhscuhqntvctb7l5lfjausxt2m22rg5mkaiuj4cwwcxpvne",
"skill/valory/check_stop_trading_abci/0.1.0": "bafybeifmi64g4ki6zwbcncb35ovhd4sllw4xrszrkturpeqdhgf5bkiini",
"agent/valory/trader/0.1.0": "bafybeigfr2hur6duw3xdbhzsco7amw6kwk6rhydppdw5kheohyimpy2w4i",
"service/valory/trader/0.1.0": "bafybeidgbgntgfjexq7yrfttlzhm2dxeaokwpzy7hp7r5an6fdirsd4vu4",
"service/valory/trader/0.1.0": "bafybeigrg4shbp6axt22hpxszdj2vxjy435hrk3jhnv7sstblsfi3idlni",
"service/valory/trader_pearl/0.1.0": "bafybeiaibltgsu7yv7l5wppn775fbgcixxx754uctnntt2e5tzdiywtryy"
},
"third_party": {
Expand Down
3 changes: 3 additions & 0 deletions packages/valory/services/trader/service.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -367,6 +367,7 @@ type: skill
safe_voting_range: ${SAFE_VOTING_RANGE:int:600}
rebet_chance: ${REBET_CHANCE:float:0.6}
mech_interaction_sleep_time: ${MECH_INTERACTION_SLEEP_TIME:int:10}
policy_store_update_offset: ${POLICY_STORE_UPDATE_OFFSET:int:259200}
benchmark_tool: *id004
acc_info_fields: *id005
network_subgraph: *id006
Expand Down Expand Up @@ -483,6 +484,7 @@ type: skill
safe_voting_range: ${SAFE_VOTING_RANGE:int:600}
rebet_chance: ${REBET_CHANCE:float:0.6}
mech_interaction_sleep_time: ${MECH_INTERACTION_SLEEP_TIME:int:10}
policy_store_update_offset: ${POLICY_STORE_UPDATE_OFFSET:int:259200}
benchmark_tool: *id004
acc_info_fields: *id005
network_subgraph: *id006
Expand Down Expand Up @@ -599,6 +601,7 @@ type: skill
safe_voting_range: ${SAFE_VOTING_RANGE:int:600}
rebet_chance: ${REBET_CHANCE:float:0.6}
mech_interaction_sleep_time: ${MECH_INTERACTION_SLEEP_TIME:int:10}
policy_store_update_offset: ${POLICY_STORE_UPDATE_OFFSET:int:259200}
benchmark_tool: *id004
acc_info_fields: *id005
network_subgraph: *id006
Expand Down

0 comments on commit 5cce568

Please sign in to comment.