-
Notifications
You must be signed in to change notification settings - Fork 212
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(AMM)!: remove the AMM and cleanup bootstrap etc. dependencies (#…
…7074) * feat(AMM)!: remove the AMM and cleanup bootstrap etc. dependencies The most visible consequence is to vault liquidation. Some pieces are left hanging, and will be repaired by #7047. * chore: first follow-ups to initial comments Remove a few more things, mostly doc comments. * chore: clean-ups and todos to mark unfinished transition steps * chore: use unknown rather than any in interim liquidation contracts * chore: remove more stuff related to AMM remove interchainPool and other bootstrap stuff connected to AMM Simplify liquidation contracts so they don't refer to dead code. other clean ups * chore: lint cleanups and revert retainedCollateral * test: update integration test to use faucet instead of amm & vault
- Loading branch information
1 parent
70ba9b0
commit ed5ee58
Showing
89 changed files
with
216 additions
and
10,387 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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
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 |
---|---|---|
@@ -1,4 +1,3 @@ | ||
import './src/stakeFactory/types.js'; | ||
import './src/psm/types.js'; | ||
import './src/vaultFactory/types.js'; | ||
import './src/vpool-xyk-amm/types.js'; |
179 changes: 0 additions & 179 deletions
179
packages/inter-protocol/scripts/add-initial-liquidity.js
This file was deleted.
Oops, something went wrong.
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.