Skip to content

Commit

Permalink
Respect new XCM fee on Rococo & Polkadot
Browse files Browse the repository at this point in the history
  • Loading branch information
sea212 committed May 25, 2023
1 parent 752aee9 commit 6f82f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ fn transfer_roc_to_relay_chain() {
});

RococoNet::execute_with(|| {
assert_eq!(rococo_runtime::Balances::free_balance(&BOB.into()), 948_894_198_216);
assert_eq!(rococo_runtime::Balances::free_balance(&BOB.into()), 999_988_806_429);
});
}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ fn transfer_dot_to_relay_chain() {
});

PolkadotNet::execute_with(|| {
assert_eq!(polkadot_runtime::Balances::free_balance(&BOB.into()), 19_530_582_548);
assert_eq!(polkadot_runtime::Balances::free_balance(&BOB.into()), 19_573_469_824);
});
}

Expand Down

0 comments on commit 6f82f9a

Please sign in to comment.