fix(oracle): pin web3 to v6 for POA middleware; check script default host r630-02

Made-with: Cursor
This commit is contained in:
defiQUG
2026-03-28 15:21:35 -07:00
parent ba32cd0a65
commit 6deb072fa7
2 changed files with 3 additions and 3 deletions

View File

@@ -12,8 +12,8 @@ YELLOW='\033[1;33m'
BLUE='\033[0;34m'
NC='\033[0m'
# Configuration
PROXMOX_HOST="${PROXMOX_HOST:-192.168.11.10}"
# Configuration (VMID 3500 on r630-02 since 2026-03-28)
PROXMOX_HOST="${PROXMOX_ORACLE_PUBLISHER_HOST:-192.168.11.12}"
VMID=3500
ORACLE_ADDRESS="0x3304b747e565a97ec8ac220b0b6a1f6ffdb837e6"
RPC_URL="${RPC_URL:-${RPC_URL_138:-http://192.168.11.211:8545}}"

View File

@@ -1,4 +1,4 @@
web3>=6.0.0
web3>=6.0.0,<7.0.0
eth-account>=0.8.0
requests>=2.28.0
python-dotenv>=1.0.0