Skip to content

Commit 3705039

Browse files
authoredFeb 4, 2025··
Merge pull request #9 from icon-project/feat/stellar-intent-contract
feat: stellar intent contract
2 parents b7ad2c8 + 9f0fc42 commit 3705039

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

98 files changed

+2210
-5449
lines changed
 

‎Cargo.toml

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
[workspace]
22
members = [
3-
"contracts/cosmwasm-vm/*",
4-
"contracts/soroban/contracts/*",
5-
"contracts/soroban/libs/*"
3+
"contracts/cosmwasm-vm/*"
64
]
75

86
[workspace.package]
@@ -38,8 +36,6 @@ cw-common={ git="https://github.com/icon-project/IBC-Integration.git", branch =
3836
cw-mock-dapp = {path="contracts/cosmwasm-vm/cw-mock-dapp"}
3937
cw-mock-dapp-multi = { path="contracts/cosmwasm-vm/cw-mock-dapp-multi"}
4038

41-
soroban-sdk = "21.6.0"
42-
4339
[profile.release]
4440
opt-level = 'z'
4541
debug = false

0 commit comments

Comments
 (0)
Please sign in to comment.