mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-30 21:01:02 +00:00
6fc1d41d44
Related to https://github.com/paritytech/polkadot-sdk/issues/3400 Moving all bridges testing "framework" files under one folder in order to be able to download the entire folder when we want to add tests in other repos No significant functional changes
13 lines
841 B
Plaintext
13 lines
841 B
Plaintext
Description: User is able to transfer WND from Westend Asset Hub to Rococo Asset Hub and back
|
|
Network: {{ENV_PATH}}/bridge_hub_rococo_local_network.toml
|
|
Creds: config
|
|
|
|
# send WND to //Alice from Westend AH to Rococo AH
|
|
asset-hub-rococo-collator1: run {{ENV_PATH}}/helper.sh with "reserve-transfer-assets-from-asset-hub-westend-local" within 120 seconds
|
|
|
|
# check that //Alice received the WND on Rococo AH
|
|
asset-hub-rococo-collator1: js-script {{FRAMEWORK_PATH}}/js-helpers/wrapped-assets-balance.js with "5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY,0,Westend" within 300 seconds
|
|
|
|
# check that the relayer //Charlie is rewarded by Rococo AH
|
|
bridge-hub-rococo-collator1: js-script {{FRAMEWORK_PATH}}/js-helpers/relayer-rewards.js with "5FLSigC9HGRKVhB9FiEo4Y3koPsNmBmLJbpXg2mp1hXcS59Y,0x00000002,0x62687764,ThisChain,0" within 30 seconds
|