-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
2.0.0: Transition to a stable collateral backing (USDT/USDC/etc).
1. Depricate `buy`/`sell` (restrict exchanging USN for NEAR). 2. Add deposit/withdraw mechanics to exchange USN for USDT/USDC/DAI collateral. 3. Commission: 0.01%. 4. `withdraw_stable_pool` for moving out a stable pool liquidity via DAO (up to 5%).
- Loading branch information
Usn Zorro
committed
Jun 29, 2022
1 parent
3a3818d
commit ac25266
Showing
2 changed files
with
2 additions
and
2 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
[package] | ||
edition = "2018" | ||
name = "usn" | ||
version = "1.1.1" | ||
version = "2.0.0" | ||
|
||
[lib] | ||
crate-type = ["cdylib"] | ||
|
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