-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathconfig.json
More file actions
26 lines (26 loc) · 764 Bytes
/
Copy pathconfig.json
File metadata and controls
26 lines (26 loc) · 764 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
{
"config": {
"wethAddress": {
"rinkeby": "0xc778417e063141139fce010982780140aa0cd5ab"
},
"daiAddress": {
"rinkeby": "0x5592ec0cfb4dbc12d3ab100b257153436a1f0fea"
},
"factoryAddress": {
"uniswap": {
"rinkeby": "0x5C69bEe701ef814a2B6a3EDD4B1652CB9cc5aA6f"
},
"sushiswap": {
"rinkeby": "0xc35DADB65012eC5796536bD9864eD8773aBc74C4"
}
},
"daiWethPoolAddress": {
"uniswap": {
"rinkeby": "0x03E6c12eF405AC3F642B9184eDed8E1322de1a9e"
},
"sushiswap": {
"rinkeby": "0x9DD48787B9A9d8eFf36C7F7dB13C67b268F7e256"
}
}
}
}