We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd27760 commit dbcf336Copy full SHA for dbcf336
src/config.py
@@ -80,7 +80,7 @@ def from_network(network: Network) -> RewardConfig:
80
quote_reward_cap_native = 3 * 10**13
81
case Network.PLASMA:
82
quote_reward_cow = 6 * 10**18
83
- quote_reward_cap_native = 6 * 10**17
+ quote_reward_cap_native = 6 * 10**17
84
case _:
85
raise ValueError(f"No reward config set up for network {network}.")
86
return RewardConfig(
@@ -145,7 +145,7 @@ def from_network(network: Network) -> ProtocolFeeConfig:
145
146
protocol_fee_safe = Address(
147
"0x22af3D38E50ddedeb7C47f36faB321eC3Bb72A76"
148
- )
+ )
149
150
raise ValueError(
151
f"No protocol fee safe config set up for network {network}."
0 commit comments