-
Notifications
You must be signed in to change notification settings - Fork 386
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
aave-saave, bnb-sbnb, comp-scomp, ren-sren, uni-suni, yfi-syfi pools … #130
base: master
Are you sure you want to change the base?
Conversation
…added for cross-asset swaps Signed-off-by: Andre Cronje <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you I am sorry for the waiting time
Curve AAVE pool supports swaps between the following stablecoins: | ||
|
||
* `AAVE`: [0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9](https://etherscan.io/token/0x7Fc66500c84A76Ad7e9c93437bFc5Ac33E2DDaE9) | ||
* `sAAVE`: [0xd2df355c19471c8bd7d8a3aa27ff4e26a21b4076](https://etherscan.io/token/0xd2df355c19471c8bd7d8a3aa27ff4e26a21b4076) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
], | ||
"testing": { | ||
"initial_amount": 10000 | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
Curve COMP pool supports swaps between the following stablecoins: | ||
|
||
* `COMP`: [0xc00e94cb662c3520282e6f5717214004a7f26888](https://etherscan.io/token/0xc00e94cb662c3520282e6f5717214004a7f26888) | ||
* `sCOMP`: [0xEb029507d3e043DD6C87F2917C4E82B902c35618](https://etherscan.io/token/0xEb029507d3e043DD6C87F2917C4E82B902c35618) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
@external | ||
def unkill_me(): | ||
assert msg.sender == self.owner # dev: only owner | ||
self.is_killed = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
"testing": { | ||
"initial_amount": 10000 | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
"testing": { | ||
"initial_amount": 10000 | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
], | ||
"testing": { | ||
"initial_amount": 10000 | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
Curve YFI pool supports swaps between the following stablecoins: | ||
|
||
* `YFI`: [0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e](https://etherscan.io/token/0x0bc529c00C6401aEF6D220BE8C6Ea1667F6Ad93e) | ||
* `sYFI`: [0x992058B7DB08F9734d84485bfbC243C4ee6954A7](https://etherscan.io/token/0x992058B7DB08F9734d84485bfbC243C4ee6954A7) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
@external | ||
def unkill_me(): | ||
assert msg.sender == self.owner # dev: only owner | ||
self.is_killed = False |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
"testing": { | ||
"initial_amount": 10000 | ||
} | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you
…added for cross-asset swaps
Signed-off-by: Andre Cronje [email protected]
What I did
Clone LINK/sLINK to create AAVE, BNB, COMP, REN, UNI, and YFI pools
Related issue: #
How I did it
Used LINK/sLINK which uses template=base.md
How to verify it
Diff check between LINK/sLINK and new added pools