From a6143d20b2be87e8316dc4419d7a6f1f68fd2230 Mon Sep 17 00:00:00 2001 From: Adamantios Date: Mon, 21 Oct 2024 12:21:42 +0300 Subject: [PATCH] feat: set the tools' accuracy hash to the latest --- run_service.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/run_service.sh b/run_service.sh index 433b3db8..a5d929bb 100755 --- a/run_service.sh +++ b/run_service.sh @@ -1217,7 +1217,7 @@ export STOP_TRADING_IF_STAKING_KPI_MET=true export RESET_PAUSE_DURATION=45 export MECH_WRAPPED_NATIVE_TOKEN_ADDRESS=$WXDAI_ADDRESS export MECH_CHAIN_ID=ethereum -export TOOLS_ACCURACY_HASH=QmcZW6b3YsCzm5z55YyiTQPkZoeKQYtg92NDr8gMD2s1vY +export TOOLS_ACCURACY_HASH=QmS8VZXgzYyx2oUfKp3EEd7D2ZrkCDqTkydipgjaeMyLZ6 if [ -n "$SUBGRAPH_API_KEY" ]; then export CONDITIONAL_TOKENS_SUBGRAPH_URL="https://gateway-arbitrum.network.thegraph.com/api/$SUBGRAPH_API_KEY/subgraphs/id/7s9rGBffUTL8kDZuxvvpuc46v44iuDarbrADBFw5uVp2"