Skip to content

Commit dbcf336

Browse files
committed
remove spaces
1 parent dd27760 commit dbcf336

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/config.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ def from_network(network: Network) -> RewardConfig:
8080
quote_reward_cap_native = 3 * 10**13
8181
case Network.PLASMA:
8282
quote_reward_cow = 6 * 10**18
83-
quote_reward_cap_native = 6 * 10**17
83+
quote_reward_cap_native = 6 * 10**17
8484
case _:
8585
raise ValueError(f"No reward config set up for network {network}.")
8686
return RewardConfig(
@@ -145,7 +145,7 @@ def from_network(network: Network) -> ProtocolFeeConfig:
145145
case Network.PLASMA:
146146
protocol_fee_safe = Address(
147147
"0x22af3D38E50ddedeb7C47f36faB321eC3Bb72A76"
148-
)
148+
)
149149
case _:
150150
raise ValueError(
151151
f"No protocol fee safe config set up for network {network}."

0 commit comments

Comments
 (0)