mirror of
https://github.com/logos-messaging/logos-messaging-simulator.git
synced 2026-02-17 12:33:07 +00:00
Update global variables in token management tool
This commit is contained in:
parent
bc1bece1e1
commit
fde8b86eeb
@ -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)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user