forked from compound-finance/open-oracle
-
Notifications
You must be signed in to change notification settings - Fork 0
/
test_keys.env
19 lines (14 loc) · 1.18 KB
/
test_keys.env
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
# Reporter 1
REPORTER_1_ADDRESS=0x90f8bf6a479f320ead074411a4b0e7944ea8c9c1
REPORTER_1_PRIVATE_KEY=0x4f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d
# Reporter 2
REPORTER_2_ADDRESS=0xffcf8fdee72ac11b5c542428b35eef5769c409f0
REPORTER_2_PRIVATE_KEY=0x6cbed15c793ce57650b9877cf6fa156fbef513c4e6134f022a85b1ffdd59b2a1
# Poster (from the ganache-cli settings)
POSTER_KEY=0x4f3edf983ac636a65a842ce7c78d9aa706d3b113bce9c46f30d7d21715b23b1d
# Anchor
ANCHOR_ADDRESS=0x8d7f3515625aaf54ec5a2f9eaf462ba0a15b8d6b
ANCHOR_PRIVATE_KEY=0x852508391239bc5b5c62e20bb23e4e66849f9b9c0c44ac7ec77d10c666fd3390
ANCHOR_MANTISSA_HEX=0x16345785d8a0000
# Ctokens struct
CTOKENS={"cEthAddress":"0x0000000000000000000000000000000000000001","cUsdcAddress":"0x0000000000000000000000000000000000000002","cDaiAddress":"0x0000000000000000000000000000000000000003","cRepAddress":"0x0000000000000000000000000000000000000004","cWbtcAddress":"0x0000000000000000000000000000000000000005","cBatAddress":"0x0000000000000000000000000000000000000006","cZrxAddress":"0x0000000000000000000000000000000000000007","cSaiAddress":"0x0000000000000000000000000000000000000008","cUsdtAddress":"0x0000000000000000000000000000000000000009"}