Skip to content

Commit

Permalink
Update .env.testnet file
Browse files Browse the repository at this point in the history
  • Loading branch information
matjazv committed May 13, 2024
1 parent d8320fe commit 8b14548
Showing 1 changed file with 8 additions and 14 deletions.
22 changes: 8 additions & 14 deletions .env.testnet
Original file line number Diff line number Diff line change
Expand Up @@ -4,35 +4,29 @@ PRIVATE_KEY=0x
# Network to deploy to (mainnet, testnet, or devnet)
NETWORK="testnet"

# Owner of smart contracts deployed on L1 network
L1_SECURITY_COUNCIL_ADDRESS=0x02cBF39018B40a48f0d95d3a0b2eeeF3D18e42Fe

# Owner of smart contracts deployed on L2 network
L2_SECURITY_COUNCIL_ADDRESS=0x84277C9255b3B6904aCfe12C2c45c6a36E81B059

# Owner address for L1LiskToken contract
L1_TOKEN_OWNER_ADDRESS=$L1_SECURITY_COUNCIL_ADDRESS
L1_TOKEN_OWNER_ADDRESS=0x02cBF39018B40a48f0d95d3a0b2eeeF3D18e42Fe

# Owner of L2Claim contract
L2_CLAIM_OWNER_ADDRESS=$L2_SECURITY_COUNCIL_ADDRESS
L2_CLAIM_OWNER_ADDRESS=0x84277C9255b3B6904aCfe12C2c45c6a36E81B059

# Owner of L2Staking contract
L2_STAKING_OWNER_ADDRESS=$L2_SECURITY_COUNCIL_ADDRESS
L2_STAKING_OWNER_ADDRESS=0x84277C9255b3B6904aCfe12C2c45c6a36E81B059

# Owner of L2LockingPosition contract
L2_LOCKING_POSITION_OWNER_ADDRESS=$L2_SECURITY_COUNCIL_ADDRESS
L2_LOCKING_POSITION_OWNER_ADDRESS=0x84277C9255b3B6904aCfe12C2c45c6a36E81B059

# Owner of L2Governor contract
L2_GOVERNOR_OWNER_ADDRESS=$L2_SECURITY_COUNCIL_ADDRESS
L2_GOVERNOR_OWNER_ADDRESS=0x84277C9255b3B6904aCfe12C2c45c6a36E81B059

# Owner of L2VotingPower contract
L2_VOTING_POWER_OWNER_ADDRESS=$L2_SECURITY_COUNCIL_ADDRESS
L2_VOTING_POWER_OWNER_ADDRESS=0x84277C9255b3B6904aCfe12C2c45c6a36E81B059

# Owner of L2Reward contract
L2_REWARD_OWNER_ADDRESS=$L2_SECURITY_COUNCIL_ADDRESS
L2_REWARD_OWNER_ADDRESS=0x84277C9255b3B6904aCfe12C2c45c6a36E81B059

# Owner of L2Airdrop contract
L2_AIRDROP_OWNER_ADDRESS=$L2_SECURITY_COUNCIL_ADDRESS
L2_AIRDROP_OWNER_ADDRESS=0x84277C9255b3B6904aCfe12C2c45c6a36E81B059

# Salt for deterministic smart contract address generation
DETERMINISTIC_ADDRESS_SALT="lisk_l2_token_salt_test_network"
Expand Down

0 comments on commit 8b14548

Please sign in to comment.