We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 821c84f commit 14a3c1fCopy full SHA for 14a3c1f
crates/boundless-market/src/contracts/mod.rs
@@ -19,13 +19,15 @@ use alloy_primitives::{
19
};
20
use alloy_sol_types::{eip712_domain, Eip712Domain};
21
use serde::{Deserialize, Serialize};
22
+#[cfg(not(target_os = "zkvm"))]
23
use std::time::Duration;
24
#[cfg(not(target_os = "zkvm"))]
25
use thiserror::Error;
26
use url::Url;
27
28
use risc0_zkvm::sha::Digest;
29
30
31
const TXN_CONFIRM_TIMEOUT: Duration = Duration::from_secs(45);
32
33
// proof_market.rs is a copy of IProofMarket.sol with alloy derive statements added.
0 commit comments