Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save 0xtuytuy/2e6842b00576316c746160687f55cd72 to your computer and use it in GitHub Desktop.
Save 0xtuytuy/2e6842b00576316c746160687f55cd72 to your computer and use it in GitHub Desktop.
[
{
"weight":50,
"entryToken"://address of the token we hold that we want to use to enter the Cure pool A,
"curvePool"://address of the Curve pool A to enter,
"poolToken"://address of the token we want to enter the Curve pool A with,
"poolSize"://how many entry coins does this Curve pool A have,
"tokenIndexInCurve"://what index in the previous list is our prefered poolToken,
"convexPoolAddress": //address of the Convex pool A we want to invest the Cuve LP tokens into,
"convexPoold"://id of the Convex pool A
},
{
"weight":50,
"entryToken"://address of the token we hold that we want to use to enter the Cure pool B,
"curvePool"://address of the Curve pool B to enter,
"poolToken"://address of the token we want to enter the Curve pool B with,
"poolSize"://how many entry coins does this Curve pool B have,
"tokenIndexInCurve"://what index in the previous list is our prefered poolToken,
"convexPoolAddress": //address of the Convex pool B we want to invest the Cuve LP tokens into,
"convexPoold"://id of the Convex pool B
}
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment