We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5e68846 commit d7fb4d6Copy full SHA for d7fb4d6
src/config.py
@@ -96,7 +96,7 @@ class ProtocolFeeConfig:
96
@staticmethod
97
def from_network(network: Network) -> ProtocolFeeConfig:
98
"""Initialize protocol fee config for a given network."""
99
- if network == Network.Lens:
+ if network == Network.LENS:
100
protocol_fee_safe = Address("0x07e5292b5aac443B2C9473Ab51B53ce8BDC3317B")
101
else:
102
protocol_fee_safe = Address("0x22af3D38E50ddedeb7C47f36faB321eC3Bb72A76")
src/fetch/orderbook.py
0 commit comments