decentralizedsurvey commited on
Commit
91c2119
·
verified ·
1 Parent(s): 4e813b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -940,8 +940,8 @@ elif st.session_state["current_page"] == 24:
940
 
941
  # Call your function: 11155111 is Sepolia's id
942
  call_function = contract.functions.storeHash(IPFS_hash).build_transaction({"chainId": 11155111,
943
- "from": "0xbdB61Ada027eF27ef0709D3848Db1Dd13c96F970",
944
- "nonce": w3.eth.get_transaction_count("0xbdB61Ada027eF27ef0709D3848Db1Dd13c96F970")}) # Initialize address nonce
945
 
946
  # Sign transaction
947
  signed_tx = w3.eth.account.sign_transaction(call_function, private_key=st.secrets["pk"])
 
940
 
941
  # Call your function: 11155111 is Sepolia's id
942
  call_function = contract.functions.storeHash(IPFS_hash).build_transaction({"chainId": 11155111,
943
+ "from": "0x3Eb5abC0c5FeDCe75854A61163b7ee63baE71567",
944
+ "nonce": w3.eth.get_transaction_count("0x3Eb5abC0c5FeDCe75854A61163b7ee63baE71567")}) # Initialize address nonce
945
 
946
  # Sign transaction
947
  signed_tx = w3.eth.account.sign_transaction(call_function, private_key=st.secrets["pk"])