Skip to content

Commit

Permalink
refactor: rename deploy_block to block
Browse files Browse the repository at this point in the history
  • Loading branch information
banteg authored and antazoey committed Aug 21, 2024
1 parent 31599b3 commit 5aefaf9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ape_etherscan/query.py
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ def get_contract_creation_receipt(
receipt = self.chain_manager.get_receipt(creation_data[0].txHash)
yield ContractCreation(
txn_hash=receipt.txn_hash,
deploy_block=receipt.block_number,
block=receipt.block_number,
deployer=receipt.sender,
# factory is not implemented by this query provider
factory=None,
Expand Down

0 comments on commit 5aefaf9

Please sign in to comment.