Skip to content

Commit

Permalink
fixed rust tests cairo artifacts path
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Sep 13, 2024
1 parent ea9eb12 commit 53adaea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion rust/tests/contracts/strk/utils.rs
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ use starknet::{

use super::{types::Codes, StarknetAccount};

const BUILD_PATH_PREFIX: &str = "../contracts/target/dev/hyperlane_starknet_";
const BUILD_PATH_PREFIX: &str = "../cairo/target/dev/hyperlane_starknet_";

const KATANA_RPC_URL: &str = "http://localhost:5050";

Expand Down
2 changes: 1 addition & 1 deletion scripts/deploy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ import dotenv from "dotenv";

dotenv.config();

const BUILD_PATH = "../contracts/target/dev/hyperlane_starknet";
const BUILD_PATH = "../cairo/target/dev/hyperlane_starknet";
const ACCOUNT_ADDRESS = process.env.ACCOUNT_ADDRESS;
const PRIVATE_KEY = process.env.PRIVATE_KEY;
const CONFIG_FILE = "contract_config.json";
Expand Down

0 comments on commit 53adaea

Please sign in to comment.