diff --git a/tools/token_management/interactions.py b/tools/token_management/interactions.py index d527320..fea8159 100644 --- a/tools/token_management/interactions.py +++ b/tools/token_management/interactions.py @@ -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)