Skip to content

TWAP initial working #84

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

Draft
wants to merge 15 commits into
base: development
Choose a base branch
from
1 change: 1 addition & 0 deletions brownie-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,7 @@ compiler:
remappings:
- "@openzeppelin-3.4.0=./node_modules/openzeppelin-3.4.0"
- "@openzeppelin-2.5.0=./node_modules/openzeppelin-2.5.0"
- "@uniswap=./node_modules/@uniswap/"
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would name it uniswapv3


console:
show_colors: true
Expand Down
2 changes: 1 addition & 1 deletion contracts/feeds/IPriceFeedsExt.sol
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
* Licensed under the Apache License, Version 2.0.
*/

pragma solidity 0.5.17;
pragma solidity >=0.5.17;


interface IPriceFeedsExt {
Expand Down
Loading