Skip to content

Commit

Permalink
hard-code it to chad's machine 😭
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Jul 13, 2024
1 parent d59b399 commit dd78a41
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ members = [
]

[workspace.dependencies]
soroban-sdk = "20.3.2"
loam-sdk = { path = "/Users/chadoh/code/loam/sdk/crates/loam-sdk" }
loam-soroban-sdk = { path = "/Users/chadoh/code/loam/sdk/crates/loam-soroban-sdk" }
loam-subcontract-core = { path = "/Users/chadoh/code/loam/sdk/crates/loam-subcontract-core" }

[profile.release]
opt-level = "z"
Expand Down
6 changes: 3 additions & 3 deletions environments.toml
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@ default = true
# `soroban keys`, which saves the mnemonic in `.soroban/identity`. E.g.: "alice"

[development.contracts]
example-core = { workspace = true }
example-status-message = { workspace = true }
example_core = { workspace = true }
example_status_message = { workspace = true }

# List each contract individually.
# `workspace = true` indicates that this project is part of the local cargo workspace.
Expand Down Expand Up @@ -83,4 +83,4 @@ default = true
# soroban-hello-world-contract = "C654..."
# soroban-increment-contract = "C543..."
# soroban-token-contract = "C432..."
# eurc = "C321..."
# eurc = "C321..."

0 comments on commit dd78a41

Please sign in to comment.