-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add UniswapV2 contract addresses (#22)
* add UniswapV2 contract addresses * use contract names instead of file names * edit readme
- Loading branch information
1 parent
090e029
commit 0e3c637
Showing
2 changed files
with
16 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"0x1": { | ||
"UniswapV2CalleeDai": "0x49399BB0Fcb52b32aB5A0909206BFf7B54FF80b3", | ||
"UniswapV2LpTokenCalleeDai": "0x74893C37beACf205507ea794470b13DE06294220" | ||
}, | ||
"0x5": { | ||
"UniswapV2CalleeDai": "0x6d9139ac89ad2263f138633de20e47bcae253938", | ||
"UniswapV2LpTokenCalleeDai": "0x13eba3f2dd908e3624e9fb721ea9bd2f5d46f2c0" | ||
}, | ||
"0x2a": { | ||
"UniswapV2CalleeDai": "0x5A40F810754f725DA93e2362775a0600468f7a83", | ||
"UniswapV2LpTokenCalleeDai": "0xDeC8b9c2829583A89f7F182DEeD7C12112dfAeD0" | ||
} | ||
} |