Skip to content

Commit

Permalink
deploy ethereum
Browse files Browse the repository at this point in the history
  • Loading branch information
jarvisnn committed Jul 23, 2021
1 parent e2b9a47 commit d43f5fc
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
18 changes: 18 additions & 0 deletions contracts.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,24 @@
"compoundLending": "0xb455810945407Ad3146B74Aa3773df1cDaD61b11"
}
},
"eth_mainnet": {
"smartWalletImplementation": "0x379801fabAEDFB07e43e4Eb2E76199921f08858e",
"smartWalletProxy": "0x70270C228c5B4279d1578799926873aa72446CcD",
"fetchTokenBalances": "0xA526388721De4cB8206ff4D0b1A1948696b5d073",
"fetchAaveDataWrapper": "0x0C816D6C4C37294186CBCA0E514Fc56F0c34d059",
"swapContracts": {
"uniSwap": "0x2FA1e7dF142665320cA916AFDA9DFD9A97C9b986",
"uniSwapV3": "0x465661625B3B96b102a49e07E2Eb31cC9F5cE58B",
"kyberProxy": "0x60fc810EA972809d729FCE0043B82a58766596ee",
"kyberDmm": "0xf351Dd5EC89e5ac6c9125262853c74E714C1d56a"
},
"lendingContracts": {
"compoundLending": "0x8C27aBf05DE1d4847c3924566C3cBAFec6eFb42A",
"aaveV1Lending": "0x66f54006B47d1b381b5B933F2De9bf05a6B4Eb40",
"aaveV2Lending": "0xAE0505c0C30Dc0EA077cDB4Ed1B2BB894D9c6B65",
"aaveAMMLending": "0x2bcfCaA40395F4f38Ad1aFa8915BF11d9df8Cf56"
}
},
"eth_rinkeby": {
"smartWalletImplementation": "0xf351Dd5EC89e5ac6c9125262853c74E714C1d56a",
"smartWalletProxy": "0xAE0505c0C30Dc0EA077cDB4Ed1B2BB894D9c6B65",
Expand Down
1 change: 1 addition & 0 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,7 @@ if (PRIVATE_KEY && INFURA_API_KEY) {
chainId: 1,
accounts: [PRIVATE_KEY],
timeout: 20000,
gasPrice: 15 * 1e9,
};
}

Expand Down

0 comments on commit d43f5fc

Please sign in to comment.