Skip to content

Commit

Permalink
adjusting l2TestContractAddress
Browse files Browse the repository at this point in the history
  • Loading branch information
count-sum committed Oct 22, 2024
1 parent 1d27134 commit c37559e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/src/config/tests-config/environments/local.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ const config: Config = {
dummyContractAddress: "0xCC1B08B17301e090cbb4c1F5598Cbaa096d591FB",
tokenBridgeAddress: "0x9145615d34Afba9F8ECB4e2384325646f2393dde",
l2TokenAddress: "0x5C95Bcd50E6D1B4E3CDC478484C9030Ff0a7D493",
l2TestContractAddress: "0xeB0b0a14F92e3BA35aEF3a2B6A24D7ED1D11631B",
l2TestContractAddress: "0xE4392c8ecC46b304C83cDB5edaf742899b1bda93",
accountManager: new GenesisBasedAccountManager(
new ethers.JsonRpcProvider(L2_RPC_URL.toString()),
path.resolve(
Expand Down
2 changes: 2 additions & 0 deletions e2e/src/l2.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { TRANSACTION_CALLDATA_LIMIT } from "./common/constants";
const l2AccountManager = config.getL2AccountManager();

describe("Layer 2 test suite", () => {
const l2Provider = config.getL2Provider();

it.concurrent("Should revert if transaction data size is above the limit", async () => {
const account = await l2AccountManager.generateAccount();
const dummyContract = config.getL2DummyContract(account);
Expand Down

0 comments on commit c37559e

Please sign in to comment.