diff --git a/mev_inspect/classifiers/specs/cryptopunks.py b/mev_inspect/classifiers/specs/cryptopunks.py index 5070f3d..37f9e2b 100644 --- a/mev_inspect/classifiers/specs/cryptopunks.py +++ b/mev_inspect/classifiers/specs/cryptopunks.py @@ -13,8 +13,8 @@ CRYPTO_PUNKS_SPEC = ClassifierSpec( protocol=Protocol.cryptopunks, valid_contract_addresses=["0xb47e3cd837dDF8e4c57F05d70Ab865de6e193BBB"], classifiers={ - "enterBidForPunk(uint)": PunkBidClassifier, - "acceptBidForPunk(uint,uint)": PunkBidAcceptanceClassifier, + "enterBidForPunk(uint256)": PunkBidClassifier, + "acceptBidForPunk(uint256,uint256)": PunkBidAcceptanceClassifier, }, )