-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
31 lines (27 loc) · 783 Bytes
/
.env.example
File metadata and controls
31 lines (27 loc) · 783 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Private Key (DO NOT COMMIT REAL KEYS!)
# For local testing with Anvil, use one of the test accounts
# Anvil Test Account #0:
PRIVATE_KEY=0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80
# RPC URLs
LOCALHOST_RPC_URL=http://127.0.0.1:8545
SEPOLIA_RPC_URL=https://sepolia.infura.io/v3/YOUR_INFURA_KEY
MAINNET_RPC_URL=https://mainnet.infura.io/v3/YOUR_INFURA_KEY
# Etherscan API Key (for contract verification)
ETHERSCAN_API_KEY=YOUR_ETHERSCAN_API_KEY
# Contract Addresses (update after deployment)
MYERC20_ADDRESS=
TOKENBANK_ADDRESS=
MYNFT_ADDRESS=
NFTMARKET_ADDRESS=
# Optional: Helper Script Parameters
RECIPIENT=
AMOUNT=1000000000000000000
DEPOSIT_AMOUNT=
WITHDRAW_AMOUNT=
MINT_TO=
TOKEN_URI=
TOKEN_ID=
LIST_TOKEN_ID=
LIST_PRICE=
BUY_TOKEN_ID=
VIEW_TOKEN_ID=