File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -108,9 +108,7 @@ where
108
108
"https://theserversroom.com/ethereum/54cmzzhcj1o/"
109
109
. parse :: < Url > ( )
110
110
. expect ( "valid url" ) ,
111
- "0x4dbd4fc535ac27206064b68ffcf827b0a60bab3f"
112
- . parse :: < alloy:: primitives:: Address > ( )
113
- . expect ( "valid contract" ) ,
111
+ alloy:: primitives:: Address :: default ( ) ,
114
112
BlockNumberOrTag :: Finalized ,
115
113
) )
116
114
. build ( ) ;
Original file line number Diff line number Diff line change @@ -156,9 +156,7 @@ where
156
156
"https://theserversroom.com/ethereum/54cmzzhcj1o/"
157
157
. parse :: < Url > ( )
158
158
. expect ( "valid url" ) ,
159
- "0x4dbd4fc535ac27206064b68ffcf827b0a60bab3f"
160
- . parse :: < alloy:: primitives:: Address > ( )
161
- . expect ( "valid contract" ) ,
159
+ alloy:: primitives:: Address :: default ( ) ,
162
160
BlockNumberOrTag :: Finalized ,
163
161
) )
164
162
. build ( )
You can’t perform that action at this time.
0 commit comments