Skip to content

Commit

Permalink
updated chain id and sovereign account
Browse files Browse the repository at this point in the history
  • Loading branch information
claravanstaden authored and claravanstaden committed Dec 5, 2023
1 parent 7144e30 commit 8f12751
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ fn send_token_to_penpal() {

// Fund ethereum sovereign in asset hub
let ethereum_sovereign: AccountId =
hex!("da4d66c3651dc151264eee5460493210338e41a7bbfca91a520e438daf180bf5").into();
hex!("a0141059b224a45521038f88bd0bf13535b8d2ca7dac8c6777f1ef61f52166a2").into();
AssetHubRococo::fund_accounts(vec![(ethereum_sovereign.clone(), INITIAL_FUND)]);
// Create asset on assethub.
AssetHubRococo::execute_with(|| {
Expand Down

0 comments on commit 8f12751

Please sign in to comment.