Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
muskan171105 authored Oct 12, 2024
1 parent cae5fbc commit 9b4032e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
web3 = Web3(Web3.HTTPProvider(https://app.infura.io/))

# Smart contract ABI and address
contract_address = os.environ.get('CONTRACT_ADDRESS', '0xYourContractAddress') # Replace with actual contract address
contract_address = os.environ.get('CONTRACT_ADDRESS', 'contracts') # Replace with actual contract address
contract_abi = [
# Add your contract ABI here
]
Expand Down

0 comments on commit 9b4032e

Please sign in to comment.