@@ -51,10 +51,10 @@ contract TestUpgrades is Test, IRateLimiterEvents {
51
51
address userD = address (0xABC );
52
52
53
53
address relayer = address (0x28D8F1Be96f97C1387e94A53e00eCcFb4E75175a );
54
- IWormhole wormhole = IWormhole (0x706abc4E45D419950511e474C7B9Ed348A4a716c );
54
+ IWormhole wormhole = IWormhole (0x4a8bc80Ed5a4067f1CCf107057b8270E0cC11A78 );
55
55
56
56
function setUp () public virtual {
57
- string memory url = "https://ethereum-goerli .publicnode.com " ;
57
+ string memory url = "https://ethereum-sepolia-rpc .publicnode.com " ;
58
58
vm.createSelectFork (url);
59
59
initialBlockTimestamp = vm.getBlockTimestamp ();
60
60
@@ -596,10 +596,10 @@ contract TestInitialize is Test {
596
596
address userA = address (0x123 );
597
597
598
598
address relayer = address (0x28D8F1Be96f97C1387e94A53e00eCcFb4E75175a );
599
- IWormhole wormhole = IWormhole (0x706abc4E45D419950511e474C7B9Ed348A4a716c );
599
+ IWormhole wormhole = IWormhole (0x4a8bc80Ed5a4067f1CCf107057b8270E0cC11A78 );
600
600
601
601
function test_doubleInitialize () public {
602
- string memory url = "https://ethereum-goerli .publicnode.com " ;
602
+ string memory url = "https://ethereum-sepolia-rpc .publicnode.com " ;
603
603
vm.createSelectFork (url);
604
604
605
605
vm.chainId (chainId1);
@@ -620,7 +620,7 @@ contract TestInitialize is Test {
620
620
}
621
621
622
622
function test_cannotFrontrunInitialize () public {
623
- string memory url = "https://ethereum-goerli .publicnode.com " ;
623
+ string memory url = "https://ethereum-sepolia-rpc .publicnode.com " ;
624
624
vm.createSelectFork (url);
625
625
626
626
vm.chainId (chainId1);
0 commit comments