Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
brtkx committed Jul 16, 2024
1 parent dd40d33 commit 1d8d8fd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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()
)

Expand Down
2 changes: 1 addition & 1 deletion tests/integration/l1l3Bridger.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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!
)

Expand Down

0 comments on commit 1d8d8fd

Please sign in to comment.