Skip to content

Commit

Permalink
Clara/eth private network 5 (#59)
Browse files Browse the repository at this point in the history
* add network ID 5

* updated chain id and sovereign account

* changes change ID to Sepolia

---------

Co-authored-by: claravanstaden <Cats 4 life!>
  • Loading branch information
claravanstaden authored and claravanstaden committed Dec 6, 2023
1 parent e425895 commit dc5e335
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ use snowbridge_system;
use sp_core::H256;

const INITIAL_FUND: u128 = 5_000_000_000 * ROCOCO_ED;
const CHAIN_ID: u64 = 15;
const CHAIN_ID: u64 = 11155111;
const ASSETHUB_PARA_ID: u32 = 1000;
const TREASURY_ACCOUNT: [u8; 32] =
hex!("6d6f646c70792f74727372790000000000000000000000000000000000000000");
Expand Down 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!("ce796ae65569a670d0c1cc1ac12515a3ce21b5fbf729d63d7b289baad070139d").into();
AssetHubRococo::fund_accounts(vec![(ethereum_sovereign.clone(), INITIAL_FUND)]);
// Create asset on assethub.
AssetHubRococo::execute_with(|| {
Expand Down

0 comments on commit dc5e335

Please sign in to comment.