Update global variables in token management tool

This commit is contained in:
stubbsta 2026-01-21 08:49:58 +02:00
parent bc1bece1e1
commit fde8b86eeb
No known key found for this signature in database

View File

@ -9,8 +9,8 @@ TOKEN_CONTRACT_PROXY_ADDRESS = "0xd28d1a688b1cBf5126fB8B034d0150C81ec0024c"
TOKEN_CONTRACT_OWNER_ADDRESS = "0xad1279946aAc40923fAbFe170C4A8e87Fe7595De"
RLN_CONTRACT_PROXY_ADDRESS = "0xB9cd878C90E49F797B4431fBF4fb333108CB90e6"
RPC_URL = "https://linea-sepolia.infura.io/v3/2f563df6864246cdbfc16e4542978bac"
USER_ACCOUNT_ADDRESS = "0x0BFb9Db85a8b6eF81490B3Ad8f6f914570141a49"
CONTRACT_OWNER_PRIVATE_KEY = "0xad1279946aAc40923fAbFe170C4A8e87Fe7595De"
USER_ACCOUNT_ADDRESS = "0xYourUserAccountAddressHere" # Replace with user account address or load from env
CONTRACT_OWNER_PRIVATE_KEY = "PK" # Replace with actual private key or load from env
# Standard ERC20 ABI (truncated to main functions)