Skip to content

Commit

Permalink
fix gnosis cap
Browse files Browse the repository at this point in the history
  • Loading branch information
fhenneke committed Nov 22, 2024
1 parent cb7fdcd commit 3647445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def from_network(network: Network) -> RewardConfig:
reward_token_address=Address(
"0x177127622c4a00f3d409b75571e12cb3c8973d3c"
),
batch_reward_cap_upper=20 * 10**18,
batch_reward_cap_upper=30 * 10**18,
batch_reward_cap_lower=5 * 10**18,
quote_reward_cow=6 * 10**18,
quote_reward_cap_native=1 * 10**18,
Expand Down

0 comments on commit 3647445

Please sign in to comment.