Skip to content

Commit c1fc970

Browse files
authored
Fix typo deploy -> deployed (#3760)
1 parent 76f41d8 commit c1fc970

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/orderbook/src/run.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ pub async fn run(args: Arguments) {
120120
address.into_alloy(),
121121
web3.alloy.clone(),
122122
),
123-
None => contracts::alloy::support::Signatures::Instance::deploy(web3.alloy.clone())
123+
None => contracts::alloy::support::Signatures::Instance::deployed(&web3.alloy)
124124
.await
125125
.expect("load signatures contract"),
126126
};

0 commit comments

Comments
 (0)