We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af125b2 commit 5bd5d6eCopy full SHA for 5bd5d6e
src/utils/getRollupCreatorAddress.unit.test.ts
@@ -13,7 +13,7 @@ it(`successfully returns address for Sepolia`, () => {
13
transport: http(),
14
});
15
16
- expect(getRollupCreatorAddress(client)).toEqual('0xfb774eA8A92ae528A596c8D90CBCF1bdBC4Cee79');
+ expect(getRollupCreatorAddress(client)).toEqual('0x2Bf262F2f2187a998B87Ff5F91e418bDF38d89a4');
17
18
19
it(`fails to return address for an unrecognized parent chain`, () => {
0 commit comments