File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ use alloy::{
33 primitives:: Address ,
44 providers:: { Provider , ProviderBuilder } ,
55} ;
6- use bindings:: wavssubmit :: WavsSubmit ;
6+ use bindings:: simplesubmit :: SimpleSubmit ;
77use eyre:: Result ;
88
99#[ tokio:: main]
@@ -20,8 +20,8 @@ async fn main() -> Result<()> {
2020 println ! ( "Block: {:?}" , block) ;
2121
2222 // TODO: update me with your contract!
23- let contract_address = "0x851356ae760d987E095750cCeb3bC6014560891C " . parse :: < Address > ( ) ?;
24- let contract = WavsSubmit :: new ( contract_address, provider. clone ( ) ) ;
23+ let contract_address = "0x36c02da8a0983159322a80ffe9f24b1acff8b570 " . parse :: < Address > ( ) ?;
24+ let contract = SimpleSubmit :: new ( contract_address, provider. clone ( ) ) ;
2525
2626 let resp = contract. getData ( 1 ) . call ( ) . await ?;
2727
You can’t perform that action at this time.
0 commit comments