-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
54 lines (54 loc) · 1.59 KB
/
config.json
File metadata and controls
54 lines (54 loc) · 1.59 KB
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
{
"rinkeby": {
"StableRedemption": {
"owner": "0x00F51D0eEd160D53F9D90e70b35A43EbfB618c5b",
"inputToken": "0x8E11217a3E41B352174041DB83693F90BDB43941",
"redemptionTokens": [
"0xec11d004548C393de05Cc91eCA3eC411F0DE0dFb",
"0xA7F42De18799F62718fB80FCea59cC2713c45412",
"0x97D570eA0320946AF6BA7f8B40840947a228f6Bf",
"0x71144d684f4C3F0cBA08aEe4FE1945C30a4CF631"
]
},
"StakingReward": {
"owner": "0xb90E873d8F959F36Dd40afa7F4E30C10907Ae8dA",
"token": "0x8E11217a3E41B352174041DB83693F90BDB43941",
"apr": "10000"
},
"TestERC20": {
"owner": "0xb90E873d8F959F36Dd40afa7F4E30C10907Ae8dA",
"name": "dOrgTest",
"symbol": "DORGT",
"decimals": 18
}
},
"mainnet": {
"TestERC20": {
"owner": "0xb90E873d8F959F36Dd40afa7F4E30C10907Ae8dA",
"name": "dOrgTest",
"symbol": "DORGT",
"decimals": 18
},
"StableRedemption": {
"owner": "0xB1B7586656116D546033e3bAFF69BFcD6592225E",
"inputToken": "0xf3cf5bddbf4cb8dccdce776bbb217432c617a314",
"redemptionTokens": [
"0x3b2d0c1b652d5fad3a43f4ada7265371eac050d4"
]
}
},
"xdai": {
"StableRedemption": {
"owner": "0x00F51D0eEd160D53F9D90e70b35A43EbfB618c5b",
"inputToken": "0x76D37cbB1fD75912bfB0cE885c506C77955F5C05",
"redemptionTokens": [
"0xe91D153E0b41518A2Ce8Dd3D7944Fa863463a97d"
]
},
"StakingReward": {
"owner": "0x00F51D0eEd160D53F9D90e70b35A43EbfB618c5b",
"token": "0x76D37cbB1fD75912bfB0cE885c506C77955F5C05",
"apr": "250"
}
}
}