Skip to content

Commit 4ebca1f

Browse files
committed
chore: add another proxy
1 parent 8c1bccb commit 4ebca1f

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

test/AlchemyProxyLoader.t.sol

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,5 +83,12 @@ contract AlchemyProxyLoaderTest is Test {
8383
)
8484
);
8585
assertEq(proxy, 0x0000000000Fe335F59B373055a9865eE4c2cFb3e);
86+
87+
address proxy2 = address(
88+
new ERC1967Proxy{salt: 0x000000000000000000000000000000000000000048994d99a8c95651d4d72027}(
89+
address(0x39A37979BB4a14e3Cdd1D7Ba8475f588f5b13E5F), ""
90+
)
91+
);
92+
assertEq(proxy2, 0x0000000000785AaAA2db533cF000766a0B67DC28);
8693
}
8794
}

0 commit comments

Comments
 (0)