Skip to content

Commit

Permalink
Upgrade DST20 contract to allow 1:1 splits (#3059)
Browse files Browse the repository at this point in the history
* added test to upgrade locked token after full release

* added test and fix behaviour in V2 contract. should be moved to V3

* Upgrade contract to allow 1:1 splits

---------

Co-authored-by: kuegi <[email protected]>
  • Loading branch information
Bushstar and kuegi authored Sep 20, 2024
1 parent 9d852ec commit b0409f5
Show file tree
Hide file tree
Showing 13 changed files with 798 additions and 26 deletions.
1 change: 1 addition & 0 deletions lib/ain-contracts/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ fn main() -> Result<()> {
("dst20", "DST20"),
("dst20_v1", "DST20V1"),
("dst20_v2", "DST20V2"),
("dst20_v3", "DST20V3"),
];

for (sol_project_name, contract_name) in contracts {
Expand Down
Loading

0 comments on commit b0409f5

Please sign in to comment.