-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
20 lines (15 loc) · 810 Bytes
/
Copy path.env.example
File metadata and controls
20 lines (15 loc) · 810 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# Root env for Hardhat deploy/simulate scripts (never commit real keys)
PRIVATE_KEY=your_private_key_here
# Sepolia (origin / destination for callbacks in this demo)
SEPOLIA_RPC_URL=https://eth-sepolia.g.alchemy.com/v2/your_key_here
# Lasna Reactive Network testnet (RSC deployment)
LASNA_RPC_URL=https://lasna-rpc.rnk.dev
# After deploy, paste contract addresses for follow-up scripts / frontend
LENDING_POOL_ADDRESS=
COLLATERAL_MANAGER_ADDRESS=
LIQUIDATION_GUARD_ADDRESS=
# Address that will appear as the first `handleProtection` argument from Reactive callbacks.
# Must match the Lasna deployer EOA of `LiquidationGuard` (Reactive Network injects the ReactVM identity).
REACTIVE_CALLBACK_IDENTITY=
# Optional: user address whose health factor `simulate.js` updates (defaults to signer)
SIMULATE_USER=