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 52a89a4 commit a9073c2Copy full SHA for a9073c2
modules/zkstars.py
@@ -33,7 +33,7 @@ async def mint(self, contracts: list, min_mint: int, max_mint: int, mint_all: bo
33
tx_data.update({"value": mint_price})
34
35
transaction = await mint_contract.functions.safeMint(
36
- self.w3.to_checksum_address("0x1C7FF320aE4327784B464eeD07714581643B36A7")
+ self.w3.to_checksum_address("")
37
).build_transaction(tx_data)
38
39
signed_txn = await self.sign(transaction)
0 commit comments