Skip to content

Commit 5bd5d6e

Browse files
committed
fix test
1 parent af125b2 commit 5bd5d6e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils/getRollupCreatorAddress.unit.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ it(`successfully returns address for Sepolia`, () => {
1313
transport: http(),
1414
});
1515

16-
expect(getRollupCreatorAddress(client)).toEqual('0xfb774eA8A92ae528A596c8D90CBCF1bdBC4Cee79');
16+
expect(getRollupCreatorAddress(client)).toEqual('0x2Bf262F2f2187a998B87Ff5F91e418bDF38d89a4');
1717
});
1818

1919
it(`fails to return address for an unrecognized parent chain`, () => {

0 commit comments

Comments
 (0)