-
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
- Loading branch information
1 parent
0a51269
commit b6b184e
Showing
19 changed files
with
861 additions
and
97 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
// Vitest Snapshot v1, https://vitest.dev/guide/snapshot.html | ||
|
||
exports[`/shouldRouteDropAndBootstrap > when should route > jitosol_gasDrop_false_lowercase 1`] = ` | ||
{ | ||
"data": { | ||
"routerAddr": "0x7dD4A59B255e13F2eb5cF0297574e5fb9e89576b", | ||
"shouldRoute": true, | ||
}, | ||
} | ||
`; | ||
|
||
exports[`/shouldRouteDropAndBootstrap > when should route > jitosol_gasDrop_false_original 1`] = ` | ||
{ | ||
"data": { | ||
"routerAddr": "0x7dD4A59B255e13F2eb5cF0297574e5fb9e89576b", | ||
"shouldRoute": true, | ||
}, | ||
} | ||
`; | ||
|
||
exports[`/shouldRouteDropAndBootstrap > when should route > jitosol_gasDrop_true_lowercase 1`] = ` | ||
{ | ||
"data": { | ||
"routerAddr": "0x9A1100129688460930096d7E1204A2989321B113", | ||
"shouldRoute": true, | ||
}, | ||
} | ||
`; | ||
|
||
exports[`/shouldRouteDropAndBootstrap > when should route > jitosol_gasDrop_true_original 1`] = ` | ||
{ | ||
"data": { | ||
"routerAddr": "0x9A1100129688460930096d7E1204A2989321B113", | ||
"shouldRoute": true, | ||
}, | ||
} | ||
`; | ||
|
||
exports[`/shouldRouteDropAndBootstrap > when should route > ldot_gasDrop_false_lowercase 1`] = ` | ||
{ | ||
"data": { | ||
"routerAddr": "0x6046DD5F660818f9D64Af4536A061D8C3BCE01b9", | ||
"shouldRoute": true, | ||
}, | ||
} | ||
`; | ||
|
||
exports[`/shouldRouteDropAndBootstrap > when should route > ldot_gasDrop_false_original 1`] = ` | ||
{ | ||
"data": { | ||
"routerAddr": "0x6046DD5F660818f9D64Af4536A061D8C3BCE01b9", | ||
"shouldRoute": true, | ||
}, | ||
} | ||
`; |
Oops, something went wrong.