-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update * update docs * fix test * fix fee receiver addr * fix test * add rescue endpoint * update doc * bump * polish and add tests * drop and boostrap stake router * bump v1.9.0-4 * update doc * add feeToken params * bump v1.9.0-5 * added tests * fix and more tests * skip swap and route tests * tests for ldot as fee token * fix * clean up swap and lp stuff * cleanup * fix * swap and lp router This reverts commit 41dd570. * polish * add tests * increase timeout * tests for rescue
- Loading branch information
1 parent
b6b184e
commit b0adda0
Showing
15 changed files
with
615 additions
and
25 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`/shouldRouteSwapAndLp > when should route 1`] = ` | ||
{ | ||
"data": { | ||
"routerAddr": "0x8ed211e6e940955A8ccF2ec2BA792eDfd7Cca9bD", | ||
"shouldRoute": true, | ||
}, | ||
} | ||
`; | ||
|
||
exports[`/shouldRouteSwapAndLp > when should route 2`] = ` | ||
{ | ||
"data": { | ||
"routerAddr": "0x8ed211e6e940955A8ccF2ec2BA792eDfd7Cca9bD", | ||
"shouldRoute": true, | ||
}, | ||
} | ||
`; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.