Skip to content

Commit

Permalink
Adjustments from merge
Browse files Browse the repository at this point in the history
  • Loading branch information
TucksonDev committed Feb 8, 2024
1 parent 9511462 commit 9547b8e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
5 changes: 3 additions & 2 deletions src/createRollupPrepareTransactionRequest.unit.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,10 @@ import { prepareChainConfig } from './prepareChainConfig';
import { createRollupPrepareConfig } from './createRollupPrepareConfig';
import { createRollupPrepareTransactionRequest } from './createRollupPrepareTransactionRequest';

import { getTestPrivateKeyAccount } from './testHelpers';
import { getNitroTestnodePrivateKeyAccounts } from './testHelpers';

const deployer = getTestPrivateKeyAccount();
const testnodeAccounts = getNitroTestnodePrivateKeyAccounts();
const deployer = testnodeAccounts.deployer;

const publicClient = createPublicClient({
chain: arbitrumSepolia,
Expand Down
1 change: 0 additions & 1 deletion src/createTokenBridge.integration.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,6 @@ function getInformationFromTestnode(): TestnodeInformation {
}

const testnodeAccounts = getNitroTestnodePrivateKeyAccounts();
const deployer = testnodeAccounts.deployer;
const l2RollupOwner = testnodeAccounts.l2RollupOwner;
const l3RollupOwner = testnodeAccounts.l3RollupOwner;
const l3TokenBridgeDeployer = testnodeAccounts.l3TokenBridgeDeployer;
Expand Down

0 comments on commit 9547b8e

Please sign in to comment.