Skip to content

Commit

Permalink
Move to Acala
Browse files Browse the repository at this point in the history
  • Loading branch information
jaypan committed Nov 14, 2023
1 parent c3011aa commit 3d0e63b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/zenlink_dex_test.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def compose_xcm_rta_relay2para(batch, kp_beneficiary, amount):

def compose_xtokens_transfer(batch, kp_beneficiary, amount):
params = {
'currency_id': {'Native': 'BNC'},
'currency_id': {'Token': 'ACA'},
'amount': str(amount),
'dest': {XCM_VER: {
'parents': '1',
Expand Down Expand Up @@ -359,7 +359,7 @@ def bifrost2para_transfer(si_bifrost, si_peaq, sender, tos, amnts):
for i, recipi in enumerate(kp_recipi):
compose_xtokens_transfer(bt_sender, recipi, amnts[i])
bt_sender.execute_n_clear()
wait_n_check_token_deposit(si_peaq, kp_recipi[-1], 'BNC')
wait_n_check_token_deposit(si_peaq, kp_recipi[-1], 'ACA')


def create_pair_n_swap_test(si_relay, si_peaq):
Expand Down

0 comments on commit 3d0e63b

Please sign in to comment.