File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1818 with :
1919 scarb-version : ${{ env.SCARB_VERSION }}
2020
21- - uses : foundry-rs/setup-snfoundry@v4
21+ - uses : foundry-rs/setup-snfoundry@v3
2222 with :
2323 starknet-foundry-version : ${{ env.SNFOUNDRY_VERSION }}
2424
5454 with :
5555 scarb-version : ${{ env.SCARB_VERSION }}
5656
57- - uses : foundry-rs/setup-snfoundry@v4
57+ - uses : foundry-rs/setup-snfoundry@v3
5858 with :
5959 starknet-foundry-version : ${{ env.SNFOUNDRY_VERSION }}
6060
Original file line number Diff line number Diff line change @@ -132,7 +132,6 @@ where
132132 let mut receiver = [ 0u8 ; 32 ] ;
133133 receiver[ 12 ..] . copy_from_slice ( & to. core . msg_receiver . address ( ) . 0 ) ;
134134 let _sender = from. acc_tester . address ( ) ;
135- println ! ( "Account sender {}" , _sender) ;
136135 let msg_body = b"hello world" ;
137136
138137 // dispatch
@@ -148,8 +147,6 @@ where
148147 )
149148 . send ( )
150149 . await ?;
151-
152- println ! ( "\n Dispatch res: {:?}" , dispatch_res) ;
153150 let strk_provider: & AnyProvider = from. acc_owner . provider ( ) ;
154151 let dispatch_receipt = strk_provider
155152 . get_transaction_receipt ( dispatch_res. transaction_hash )
You can’t perform that action at this time.
0 commit comments