forked from jmonteer/pooltogether-yearnv2-yield-source
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #9 from pooltogether/fixes/c4-audit
C4 audit mitigations
- Loading branch information
Showing
22 changed files
with
2,065 additions
and
1,441 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 @@ | ||
types |
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,6 @@ | ||
{ | ||
"printWidth": 100, | ||
"singleQuote": true, | ||
"trailingComma": "all", | ||
"tabWidth": 2 | ||
} |
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 |
---|---|---|
@@ -1,17 +1,9 @@ | ||
export const ADAI_ADDRESS_KOVAN = '0xdCf0aF9e59C002FA3AA091a46196b37530FD48a8'; | ||
export const LENDING_POOL_ADDRESSES_PROVIDER_REGISTRY_ADDRESS_KOVAN = | ||
'0x1E40B561EC587036f9789aF83236f057D1ed2A90'; | ||
|
||
export const USDC_VAULT_ADDRESS_MAINNET = '0x5f18C75AbDAe578b483E5F43f12a39cF75b973a9'; | ||
export const USDC_ADDRESS_MAINNET = | ||
'0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48'; | ||
|
||
export const DAI_VAULT_ADDRESS_MAINNET = '0x19D3364A399d251E894aC732651be8B0E4e85001'; | ||
export const DAI_VAULT_ADDRESS_MAINNET = '0xdA816459F1AB5631232FE5e97a05BBBb94970c95'; // yvDAI vault on Yearn API version 0.4.3 | ||
export const DAI_ADDRESS_MAINNET = '0x6B175474E89094C44Da98b954EedeAC495271d0F'; | ||
|
||
export const BINANCE_ADDRESS = '0x564286362092D8e7936f0549571a803B203aAceD'; | ||
export const BINANCE7_ADDRESS = '0xBE0eB53F46cd790Cd13851d5EFf43D12404d33E8'; | ||
export const DAI_RICH_ADDRESS = '0xF977814e90dA44bFA03b6295A0616a897441aceC'; | ||
export const USDC_RICH_ADDRESS = '0x55FE002aefF02F77364de339a1292923A15844B8'; | ||
|
||
export const YEARN_GOV_ADDRESS = '0x0'; | ||
export const YEARN_GOV_ADDRESS = '0x0'; |
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
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.