-
Notifications
You must be signed in to change notification settings - Fork 0
/
sample.envrc
24 lines (23 loc) · 1.08 KB
/
sample.envrc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
export PRIVATE_KEY="0xac0974bec39a17e36ba4a6b4d238ff944bacb478cbed5efcae784d7bf4f2ff80"
export ENDPOINT="http://localhost:8545"
export CHAIN_ID=31337
export CONTRACTS_PATH="src/lab"
export OTHER_ACCOUNTS="0x70997970C51812dc3A010C7d01b50e0d17dc79C8
0x3C44CdDdB6a900fa2b585dd299e03d12FA4293BC
0x90F79bf6EB2c4f870365E785982E1f101E93b906
0x15d34AAf54267DB7D7c367839AAf71A00a2C6A65
0x9965507D1a55bcC2695C58ba16FB37d819B0A4dc
0x976EA74026E726554dB657fA54763abd0C3a0aa9
0x14dC79964da2C08b23698B3D3cc7Ca32193d9955
0x23618e81E3f5cdF7f54C3d65f7FBc0aBf5B21E8f
0xa0Ee7A142d267C1f36714E4a8F75612F20a79720"
# export CONTRACT_ADDRESS_THEBLOCKCHAINMESSENGER="0x5fbdb2315678afecb367f032d93f642f64180aa3"
# export CONTRACT_ADDRESS_SMARTMONEY="0xe7f1725e7734ce288f8367e1bb143e90bb3f0512"
# export CONTRACT_ADDRESS_SHAREDWALLET="0x9fe46736679d2d9a65f0992f2272de9f3c7fa6e0"
# export CONTRACT_ADDRESS_VOTING="0xcf7ed3acca5a467e9e704c703e8d87f634fb0fc9"
export BALLOT_PROPOSAL_NAMES="
This is the first proposal
This is the second proposal
This is the third proposal"
# export RUST_LOG=debug
export RUST_BACKTRACE=1