Skip to content

Commit

Permalink
Merge branch 'development' into math-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
chlenc authored Apr 9, 2024
2 parents 1159242 + 39944c8 commit 270f4ce
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions market-contract/tests/utils/setup.rs
Original file line number Diff line number Diff line change
@@ -8,9 +8,10 @@ use fuels::{
};

// PathBuf::from(env!("CARGO_MANIFEST_DIR")).join("market-contract/out/debug/market-contract.bin");
const MARKET_CONTRACT_BINARY_PATH: &str = "./out/debug/market-contract.bin";

const MARKET_CONTRACT_BINARY_PATH: &str = "../market-contract/out/debug/market-contract.bin";
const MARKET_CONTRACT_STORAGE_PATH: &str =
"./out/debug/market-contract-storage_slots.json";
"../market-contract/out/debug/market-contract-storage_slots.json";
abigen!(Contract(
name = "Market",
abi = "./market-contract/out/debug/market-contract-abi.json"

0 comments on commit 270f4ce

Please sign in to comment.