Skip to content

Commit

Permalink
remove balance check
Browse files Browse the repository at this point in the history
  • Loading branch information
drspacemn committed Jul 12, 2023
1 parent ea67368 commit 4b7b3e8
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions src/actions/shoot.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,16 +75,6 @@ impl GatlingShooter {
block_number
);

// let call_res = self.starknet_rpc.call(FunctionCall {
// contract_address: *FEE_TOKEN_ADDRESS,
// entry_point_selector: selector!("balanceOf"),
// calldata: vec![FieldElement::from_hex_be("0x01").unwrap()],
// },
// BlockId::Tag(BlockTag::Latest),
// ).await.expect("failed to call contract");

// println!("BALANCE: {:?}", call_res);

if let Some(setup) = self.config.clone().simulation.unwrap_or_default().setup {
if let Some(create_accounts) = setup.create_accounts {
self.declare_oz_contract().await;
Expand Down

0 comments on commit 4b7b3e8

Please sign in to comment.