From 1d8d8fd220d559f8c9cb5a52d450e9edc036e473 Mon Sep 17 00:00:00 2001 From: Bartek Date: Tue, 16 Jul 2024 11:00:41 +0200 Subject: [PATCH] try --- tests/integration/custom-fee-token/customFeeTokenTestHelpers.ts | 2 +- tests/integration/l1l3Bridger.test.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/integration/custom-fee-token/customFeeTokenTestHelpers.ts b/tests/integration/custom-fee-token/customFeeTokenTestHelpers.ts index 2a9f127e08..fb30ccc7e4 100644 --- a/tests/integration/custom-fee-token/customFeeTokenTestHelpers.ts +++ b/tests/integration/custom-fee-token/customFeeTokenTestHelpers.ts @@ -43,7 +43,7 @@ export async function fundL1CustomFeeToken(l1SignerOrAddress: Signer | string) { } const deployerWallet = new Wallet( - utils.sha256(utils.toUtf8Bytes('user_token_bridge_deployer')), + utils.sha256(utils.toUtf8Bytes('user_fee_token_deployer')), ethProvider() ) diff --git a/tests/integration/l1l3Bridger.test.ts b/tests/integration/l1l3Bridger.test.ts index 8ffe355296..3bce648d67 100644 --- a/tests/integration/l1l3Bridger.test.ts +++ b/tests/integration/l1l3Bridger.test.ts @@ -129,7 +129,7 @@ async function fundActualL1CustomFeeToken( ) const deployerWallet = new Wallet( - utils.sha256(utils.toUtf8Bytes('user_token_bridge_deployer')), + utils.sha256(utils.toUtf8Bytes('user_fee_token_deployer')), l1Signer.provider! )