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

Commit

Permalink
fix: format
Browse files Browse the repository at this point in the history
  • Loading branch information
atanmarko committed Mar 18, 2024
1 parent ef0a295 commit ebf6a2f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/topos-sequencer-subnet-client/src/subnet_contract.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ use tracing::info;

abigen!(
IToposCore,
"npm:@topos-protocol/topos-smart-contracts@3.4.0-rc.1/artifacts/contracts/interfaces/IToposCore.\
sol/IToposCore.json"
"npm:@topos-protocol/topos-smart-contracts@3.4.0-rc.1/artifacts/contracts/interfaces/\
IToposCore.sol/IToposCore.json"
);

pub(crate) fn create_topos_core_contract_from_json<T: Middleware>(
Expand Down

0 comments on commit ebf6a2f

Please sign in to comment.