diff --git a/parachain-template/node/src/chain_spec.rs b/parachain-template/node/src/chain_spec.rs index 0c98060a15e..6b6b47bf970 100644 --- a/parachain-template/node/src/chain_spec.rs +++ b/parachain-template/node/src/chain_spec.rs @@ -156,15 +156,10 @@ pub fn local_testnet_config() -> ChainSpec { get_account_id_from_seed::("Dave//stash"), get_account_id_from_seed::("Eve//stash"), get_account_id_from_seed::("Ferdie//stash"), - // 5Ex6BNYnBrnSMypHG9foPHjvTr6h39hrfRANuoz1tuewKL7u - // which is the mapping ethereum H160 address of 0x90A987B944Cb1dCcE5564e5FDeCD7a54D3de27Fe + // 5Ex6BNYnBrnSMypHG9foPHjvTr6h39hrfRANuoz1tuewKL7u the mapping substrate address for 0x90A987B944Cb1dCcE5564e5FDeCD7a54D3de27Fe(msg.sender for smoke test) hex!["7fa9206e10b1dbe6dd2bcab091c6495521d91258fb8bcb0dcf84f18dea8f85d3"].into(), - // 5HJS1kHzpeD8nMRC6DUyXKRqyhpzNnLSnajyH1Yd8PeeZHXx - // which is the mapping ethereum H160 address of 0xb501f2c3051dc8919faff398326a705b1f33402a(Agent for 1001) - hex!["e7a544dfa5e24d08f6ec5ce4f44719979e190b7b600d52d49528774e48d1d3e1"].into(), - // 5F6xrUDb8RhwwFm2aNK3PTz6oYjMQDoAfRPzUhgtw5NJAnex - // which is the mapping ethereum H160 address of 0x57a2d4ff0c3866d96556884bf09fecdd7ccd530c(Agent for 1000) - hex!["866dac944a26513cfb292c296bc5097554534ac0991ec69c6083a990d7daeab4"].into(), + // 5HZAHUA3kgtknL8oTiqUCSPHDp4fmU8Hg1xw162cgtH1uDaq the mapping substrate address for template agent + hex!["f2e1007531877ba109864c9d28923201e2771072691319ec868fec7968bb40ef"].into(), ], 1001.into(), )