Skip to content

Commit

Permalink
Remove set trace
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypan committed Nov 8, 2024
1 parent 953316b commit 1951b5d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
2 changes: 0 additions & 2 deletions tests/xcm_transfer_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -494,8 +494,6 @@ def _set_up_peaq_asset_on_peaq_if_not_exist(self, asset_id, kp_para_src, is_suff
self.assertTrue(receipt.is_success, f'Failed to register foreign asset: {receipt.error_message}')

def _set_up_peaq_pallet_asset_on_peaq_if_not_exist(self, asset_id, kp_para_src):
import pdb
pdb.set_trace()
asset_token = TEST_PALLET_ASSET_TOKEN
kp_self_dst = kp_para_src
batch = ExtrinsicBatch(self.si_peaq, KP_GLOBAL_SUDO)
Expand Down
4 changes: 0 additions & 4 deletions tools/evm_sample.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,6 @@ def setup(kp_eth_src):
bytecode = f.read().strip()

address = deploy_contract(w3, kp_eth_src, ETH_CHAIN_ID, ABI_FILE, bytecode)
# import pdb
# pdb.set_trace()
# address = '0xb3284a2229214c4E0611A8E7d2620Bf2054417D3'
contract = get_contract(w3, address, ABI_FILE)

Expand All @@ -51,8 +49,6 @@ def setup(kp_eth_src):
'chainId': ETH_CHAIN_ID})

tx_receipt = sign_and_submit_evm_transaction(tx, w3, kp_eth_src)
import pdb
pdb.set_trace()
block_number = tx_receipt['blockNumber']
print(block_number)

Expand Down

0 comments on commit 1951b5d

Please sign in to comment.