Skip to content

Commit

Permalink
Merge pull request #265 from rainlanguage/2024-11-24-update-sushi
Browse files Browse the repository at this point in the history
update sushi lib with gravity finance support
  • Loading branch information
rouzwelt authored Nov 24, 2024
2 parents 30b4859 + cce6293 commit 0641371
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 6 deletions.
5 changes: 1 addition & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 12 additions & 1 deletion test/e2e/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,18 +23,29 @@ module.exports = [
decimals: 18,
symbol: "IOEN",
}),
new Token({
chainId: ChainId.POLYGON,
address: "0x874e178A2f3f3F9d34db862453Cd756E7eAb0381",
decimals: 18,
symbol: "GFI",
}),
],

// addresses with token balance, in order with specified tokens
[
"0xdF906eA18C6537C6379aC83157047F507FB37263",
"0xe7804c37c13166fF0b37F5aE0BB07A3aEbb6e245",
"0xdFB5396f06bE50eAA745094ff51d272C292cc218",
"0x9294132f9d423b0FD5823aB400133d814fe73016",
],

// liq providers to use for test
// ideally specify at least one for each univ2 and univ3 protocols
[LiquidityProviders.QuickSwapV2, LiquidityProviders.QuickSwapV3],
[
LiquidityProviders.QuickSwapV2,
LiquidityProviders.QuickSwapV3,
LiquidityProviders.GravityFinance,
],

// deposist amounts per token pair order
["1", "100", "100"],
Expand Down

0 comments on commit 0641371

Please sign in to comment.