Skip to content

Commit 053dba0

Browse files
committed
fix
1 parent a6f3790 commit 053dba0

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

tests/src/tests/timeboost.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,9 +108,7 @@ where
108108
"https://theserversroom.com/ethereum/54cmzzhcj1o/"
109109
.parse::<Url>()
110110
.expect("valid url"),
111-
"0x4dbd4fc535ac27206064b68ffcf827b0a60bab3f"
112-
.parse::<alloy::primitives::Address>()
113-
.expect("valid contract"),
111+
alloy::primitives::Address::default(),
114112
BlockNumberOrTag::Finalized,
115113
))
116114
.build();

tests/src/tests/timeboost/handover.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,7 @@ where
156156
"https://theserversroom.com/ethereum/54cmzzhcj1o/"
157157
.parse::<Url>()
158158
.expect("valid url"),
159-
"0x4dbd4fc535ac27206064b68ffcf827b0a60bab3f"
160-
.parse::<alloy::primitives::Address>()
161-
.expect("valid contract"),
159+
alloy::primitives::Address::default(),
162160
BlockNumberOrTag::Finalized,
163161
))
164162
.build()

0 commit comments

Comments
 (0)