Skip to content

Commit c4f9e36

Browse files
committed
i was copying the wrong thing
1 parent fca2e63 commit c4f9e36

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('0x7edb2dfBeEf9417e0454A80c51EE0C034e45a570');
16+
expect(getRollupCreatorAddress(client)).toEqual('0x57A8aBED71b14dBa84b5d400A4227Ff4B4f31EB5');
1717
});
1818

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

0 commit comments

Comments
 (0)