admin08077 commited on
Commit
7a9f06f
Β·
verified Β·
1 Parent(s): c94ac6a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -51,10 +51,10 @@ elif db_type == "PostgreSQL":
51
 
52
  # Blockchain Configuration
53
  st.sidebar.subheader("πŸ”— Blockchain Configuration")
54
- BLOCKCHAIN_NODE_URL = st.sidebar.text_input("Blockchain Node URL", value="https://mainnet.infura.io/v3/YOUR_INFURA_PROJECT_ID")
55
 
56
  # Hardcoded Smart Contract Address (Removed sidebar input)
57
- CONTRACT_ADDRESS = "0xYourSmartContractAddress" # πŸ”„ Replace with your actual smart contract address
58
 
59
  PRIVATE_KEY = st.sidebar.text_input("Blockchain Account Private Key", type="password")
60
 
 
51
 
52
  # Blockchain Configuration
53
  st.sidebar.subheader("πŸ”— Blockchain Configuration")
54
+ BLOCKCHAIN_NODE_URL = st.sidebar.text_input("Blockchain Node URL", value="https://rpc.buildbear.io/linguistic-doctorstrange-fb0930a4")
55
 
56
  # Hardcoded Smart Contract Address (Removed sidebar input)
57
+ CONTRACT_ADDRESS = "0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48" # πŸ”„ Replace with your actual smart contract address
58
 
59
  PRIVATE_KEY = st.sidebar.text_input("Blockchain Account Private Key", type="password")
60