Skip to content

Commit d7fb4d6

Browse files
committed
small fixes
1 parent 5e68846 commit d7fb4d6

File tree

2 files changed

+1
-62
lines changed

2 files changed

+1
-62
lines changed

src/config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ class ProtocolFeeConfig:
9696
@staticmethod
9797
def from_network(network: Network) -> ProtocolFeeConfig:
9898
"""Initialize protocol fee config for a given network."""
99-
if network == Network.Lens:
99+
if network == Network.LENS:
100100
protocol_fee_safe = Address("0x07e5292b5aac443B2C9473Ab51B53ce8BDC3317B")
101101
else:
102102
protocol_fee_safe = Address("0x22af3D38E50ddedeb7C47f36faB321eC3Bb72A76")

src/fetch/orderbook.py

Lines changed: 0 additions & 61 deletions
This file was deleted.

0 commit comments

Comments
 (0)