@@ -3286,6 +3286,12 @@ dependencies = [
"windows-sys 0.59.0",
]
+[[package]]
+name = "mock_instant"
+version = "0.6.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "dce6dd36094cac388f119d2e9dc82dc730ef91c32a6222170d630e5414b956e6"
+
[[package]]
name = "motsu"
version = "0.1.0"
@@ -3982,6 +3988,7 @@ dependencies = [
"ethers",
"eyre",
"hex",
+ "mock_instant",
"motsu 0.9.1",
"pythnet-sdk",
"serde",
@@ -26,6 +26,7 @@ stylus-sdk = { version = "0.9.0", features = ["stylus-test"] }
dotenv = "0.15.0"
motsu = "0.9.0"
wormhole-contract = { path = "../wormhole" }
+mock_instant = "0.6.0"
[features]
default = ["mini-alloc"]