Skip to content

Commit

Permalink
comment start cheat caller
Browse files Browse the repository at this point in the history
  • Loading branch information
MSghais committed Dec 12, 2024
1 parent 906f675 commit 0bf85d5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
6 changes: 3 additions & 3 deletions onchain/cairo/launchpad/src/tests/unrug_tests.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -354,7 +354,7 @@ mod unrug_tests {
}
};
// erc20.transfer(launchpad.contract_address, lp_supply);
start_cheat_caller_address(launchpad.contract_address, OWNER());
// start_cheat_caller_address(launchpad.contract_address, OWNER());
println!("add liquidity ekubo");
launchpad.launch_on_ekubo(token_address, params);
// stop_cheat_caller_address(launchpad.contract_address);
Expand Down Expand Up @@ -434,7 +434,7 @@ mod unrug_tests {
starting_price,
bound: 88719042
};
start_cheat_caller_address(launchpad.contract_address, OWNER());
// start_cheat_caller_address(launchpad.contract_address, OWNER());

// run_buy_by_amount(
// launchpad, quote_token, memecoin, THRESHOLD_LIQUIDITY(), token_address, OWNER(),
Expand Down Expand Up @@ -538,7 +538,7 @@ mod unrug_tests {
};
let quote_address = quote_token.contract_address;
let quote_deposit = 100_u256;
start_cheat_caller_address(launchpad.contract_address, OWNER());
// start_cheat_caller_address(launchpad.contract_address, OWNER());
let balance_quote_launch = quote_token.balance_of(launchpad.contract_address);
println!("balance balance_quote_launch {:?}", balance_quote_launch);
println!("add liquidity unrug");
Expand Down
1 change: 1 addition & 0 deletions scripts/.env.exemple
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,5 @@ USERNAME_STORE_CLASS_HASH=0x30b77a9e4d3a2fac92cc23b609416fef29926cfa36d01f969a93
MEMECOIN_CLASS_HASH=0x1a15e799ebd7b7857be6be27cbe24a6784dc0b7d44c5da9ecf07078809e019
TOKEN_CLASS_HASH=0x97341df71bdc18c3c1d9496a238f92b895c0c3d61725481641c851d3db0851
CANVAS_NFT_CLASS_HASH=0x30b77a9e4d3a2fac92cc23b609416fef29926cfa36d01f969a933f95ee5ad16
BASE_URI="The pixel backend"

0 comments on commit 0bf85d5

Please sign in to comment.