Skip to content
This repository was archived by the owner on Oct 31, 2024. It is now read-only.

Commit a01e135

Browse files
committed
feat: modify sequencer dependency path to local contracts
Signed-off-by: Jawad Tariq <sjcool420@hotmail.co.uk>
1 parent f4a1b30 commit a01e135

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

crates/topos-sequencer-subnet-client/src/subnet_contract.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,7 @@ use tracing::info;
1212

1313
abigen!(
1414
IToposCore,
15-
"npm:@topos-protocol/topos-smart-contracts@3.2.0/artifacts/contracts/interfaces/IToposCore.\
16-
sol/IToposCore.json"
15+
"../../contracts/artifacts/contracts/interfaces/IToposCore.sol/IToposCore.json"
1716
);
1817

1918
pub(crate) fn create_topos_core_contract_from_json<T: Middleware>(

0 commit comments

Comments
 (0)