Skip to content

Commit

Permalink
feat: sicx-baln implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
Itshyphen committed Nov 13, 2024
1 parent 18c5479 commit 45f4d88
Show file tree
Hide file tree
Showing 23 changed files with 380 additions and 1,324 deletions.
6 changes: 4 additions & 2 deletions contracts/balanced_dollar/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ testutils = ["soroban-sdk/testutils"]
[dependencies]
soroban-sdk = { workspace = true }
soroban-token-sdk = { version = "21.6.0" }
soroban-rlp = { path = "../../libs/soroban-rlp" }
spoke-token = { path = "../../libs/spoke_token" }


[dev-dependencies]
soroban-sdk = { workspace = true, features = ["testutils"] }
soroban-sdk = { workspace = true, features = ["testutils"] }
soroban-rlp = { path = "../../libs/soroban-rlp" }
63 changes: 0 additions & 63 deletions contracts/balanced_dollar/src/allowance.rs

This file was deleted.

35 changes: 0 additions & 35 deletions contracts/balanced_dollar/src/balance.rs

This file was deleted.

164 changes: 0 additions & 164 deletions contracts/balanced_dollar/src/balanced_dollar.rs

This file was deleted.

Loading

0 comments on commit 45f4d88

Please sign in to comment.