Skip to content

Commit

Permalink
Add UniswapV2 contract addresses (#22)
Browse files Browse the repository at this point in the history
* add UniswapV2 contract addresses

* use contract names instead of file names

* edit readme
  • Loading branch information
valiafetisov authored Mar 28, 2022
1 parent 090e029 commit 0e3c637
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ NOTE:

## Public addresses

The addresses of the currently deployed contracts can be found in the [`/addresses.json`](./addresses.json) file.

## Improvements
To slow down or defend against [generalized frontrunning bots](https://medium.com/@danrobinson/ethereum-is-a-dark-forest-ecc5f0505dff), consider:
- Deploying an ownable `exchange-callee` contract and add an `auth` modifier to `clipperCall()`, so only the owner (you) can call the function
Expand Down
14 changes: 14 additions & 0 deletions addresses.json
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"
}
}

0 comments on commit 0e3c637

Please sign in to comment.