Skip to content

Commit baf1c9a

Browse files
fix another issue
1 parent a6bbc76 commit baf1c9a

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

utils/penpieV2.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def get_balance(self, user: str, block: int | str = "latest") -> float:
130130
address=w3_arb.to_checksum_address(self.lp_contract), abi=erc20_abi
131131
)
132132

133-
# Get gauge total suply
133+
# Get gauge total supply
134134
penpeiepoolTotalSupply = call_with_retry(
135135
receiptcontract.functions.totalSupply(),
136136
block,
@@ -239,7 +239,7 @@ def get_penpie_participants(self):
239239

240240
if self.autoMarket_contract != "0x0000000000000000000000000000000000000000":
241241
deposits_auto_market = fetch_events_logs_with_retry(
242-
f"Penpie users {self.autoMarket_contract}",
242+
f"Penpie users {self.lp_contract}",
243243
contract_auto_market.events.Transfer(),
244244
start,
245245
to_block,

0 commit comments

Comments
 (0)