File tree Expand file tree Collapse file tree 1 file changed +1
-9
lines changed
test/foundry/forking/REP-004 Expand file tree Collapse file tree 1 file changed +1
-9
lines changed Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ contract ChangeConsensusAddressForkTest is Test {
55
55
vm.etch (address (0x68 ), address (mockPrecompile).code);
56
56
vm.makePersistent (address (0x68 ));
57
57
58
- vm.createSelectFork (RONIN_TEST_RPC, 21710591 );
58
+ vm.createSelectFork (RONIN_TEST_RPC, 21901973 );
59
59
// vm.createSelectFork(RONIN_MAIN_RPC, 29225255);
60
60
61
61
if (block .chainid == 2021 ) {
@@ -675,14 +675,6 @@ contract ChangeConsensusAddressForkTest is Test {
675
675
}
676
676
677
677
function testFork_Maintenance_BeforeAndAfterUpgrade () external {
678
- if (block .chainid == 2021 ) {
679
- // upgrade maintenance
680
- vm.prank (_getProxyAdmin (address (_maintenance)));
681
- TransparentUpgradeableProxyV2 (payable (address (_maintenance))).upgradeTo (
682
- 0x84d6e16a767A85D34964f26094BB46b0b7a4c8Ab
683
- );
684
- }
685
-
686
678
IRoninTrustedOrganization.TrustedOrganization memory trustedOrg = _roninTO.getTrustedOrganizationAt (0 );
687
679
address validatorCandidate = TConsensus.unwrap (trustedOrg.consensusAddr);
688
680
address candidateAdmin = _validator.getCandidateInfo (TConsensus.wrap (validatorCandidate)).__shadowedAdmin;
You can’t perform that action at this time.
0 commit comments