File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/src/tests Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ use snowbridge_system;
2525use sp_core:: H256 ;
2626
2727const INITIAL_FUND : u128 = 5_000_000_000 * ROCOCO_ED ;
28- const CHAIN_ID : u64 = 15 ;
28+ const CHAIN_ID : u64 = 11155111 ;
2929const ASSETHUB_PARA_ID : u32 = 1000 ;
3030const TREASURY_ACCOUNT : [ u8 ; 32 ] =
3131 hex ! ( "6d6f646c70792f74727372790000000000000000000000000000000000000000" ) ;
@@ -252,7 +252,7 @@ fn send_token_to_penpal() {
252252
253253 // Fund ethereum sovereign in asset hub
254254 let ethereum_sovereign: AccountId =
255- hex ! ( "da4d66c3651dc151264eee5460493210338e41a7bbfca91a520e438daf180bf5 " ) . into ( ) ;
255+ hex ! ( "ce796ae65569a670d0c1cc1ac12515a3ce21b5fbf729d63d7b289baad070139d " ) . into ( ) ;
256256 AssetHubRococo :: fund_accounts ( vec ! [ ( ethereum_sovereign. clone( ) , INITIAL_FUND ) ] ) ;
257257 // Create asset on assethub.
258258 AssetHubRococo :: execute_with ( || {
You can’t perform that action at this time.
0 commit comments