Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add UniswapV2 contract addresses #22

Merged
merged 3 commits into from
Mar 28, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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"
}
}