-
Notifications
You must be signed in to change notification settings - Fork 218
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
Synthetix support #64
Synthetix support #64
Conversation
Updating master branch
This pull request is being automatically deployed with Vercel (learn more). 🔍 Inspect: https://vercel.com/study-defi/money-legos/m4x6bri2f |
wow @marcelomorgado great stuff again! I'll review this soon |
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.
lgtm
export const mineBlock = async (provider: any, timestamp: number) => | ||
await provider.send("evm_mine", [timestamp]); | ||
|
||
export const increaseTime = async (provider: any, secsToIncrease: number) => { |
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.
This is really cool. We should probably publish this kind of stuff.
@marcelomorgado looks like there's a conflict w/ |
Hi @adrianmcli, is it still an issue? |
Nope, I fixed it! |
No description provided.