Skip to content

Commit

Permalink
fix: missing commit
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Oct 19, 2023
1 parent 9ee9c72 commit 5938d29
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion yearn/treasury/accountant/expenses/people.py
Original file line number Diff line number Diff line change
Expand Up @@ -267,4 +267,7 @@ def is_rantom(tx: TreasuryTx) -> bool:
return tx.to_address.address == "0x254b42CaCf7290e72e2C84c0337E36E645784Ce1"

def is_tx_creator(tx: TreasuryTx) -> bool:
return tx.to_address.address == "0x4007c53A48DefaB0b9D2F05F34df7bd3088B3299"
return tx.to_address.address == "0x4007c53A48DefaB0b9D2F05F34df7bd3088B3299"

def is_dinobots(tx: TreasuryTx) -> bool:
return tx.token.symbol == "DAI" and tx._from_nickname == "Yearn yChad Multisig" and tx._to_nickname == "yMechs Multisig" and int(tx.amount) == 47_500

0 comments on commit 5938d29

Please sign in to comment.