diff --git a/README.md b/README.md index 992a5b5..88b9e78 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/addresses.json b/addresses.json new file mode 100644 index 0000000..90dbb4e --- /dev/null +++ b/addresses.json @@ -0,0 +1,14 @@ +{ + "0x1": { + "UniswapV2CalleeDai": "0x49399BB0Fcb52b32aB5A0909206BFf7B54FF80b3", + "UniswapV2LpTokenCalleeDai": "0x74893C37beACf205507ea794470b13DE06294220" + }, + "0x5": { + "UniswapV2CalleeDai": "0x6d9139ac89ad2263f138633de20e47bcae253938", + "UniswapV2LpTokenCalleeDai": "0x13eba3f2dd908e3624e9fb721ea9bd2f5d46f2c0" + }, + "0x2a": { + "UniswapV2CalleeDai": "0x5A40F810754f725DA93e2362775a0600468f7a83", + "UniswapV2LpTokenCalleeDai": "0xDeC8b9c2829583A89f7F182DEeD7C12112dfAeD0" + } +}