@@ -47,7 +47,7 @@ import { GoodDollarExpansionForkTest } from "./GoodDollar/ExpansionForkTest.sol"
4747import { LockingUpgradeForkTest } from "./upgrades/LockingUpgradeForkTest.sol " ;
4848import { GHSRenameForkTest } from "./GHSRenameForkTest.sol " ;
4949
50- contract Alfajores_ChainForkTest is ChainForkTest (ALFAJORES_ID , 1 , uints (17 )) {}
50+ contract Alfajores_ChainForkTest is ChainForkTest (ALFAJORES_ID , 1 , uints (21 )) {}
5151
5252contract Alfajores_P0E00_ExchangeForkTest is ExchangeForkTest (ALFAJORES_ID , 0 , 0 ) {}
5353
@@ -83,6 +83,14 @@ contract Alfajores_P0E15_ExchangeForkTest is ExchangeForkTest(ALFAJORES_ID, 0, 1
8383
8484contract Alfajores_P0E16_ExchangeForkTest is ExchangeForkTest (ALFAJORES_ID , 0 , 16 ) {}
8585
86+ contract Alfajores_P0E17_ExchangeForkTest is ExchangeForkTest (ALFAJORES_ID , 0 , 17 ) {}
87+
88+ contract Alfajores_P0E18_ExchangeForkTest is ExchangeForkTest (ALFAJORES_ID , 0 , 18 ) {}
89+
90+ contract Alfajores_P0E19_ExchangeForkTest is ExchangeForkTest (ALFAJORES_ID , 0 , 19 ) {}
91+
92+ contract Alfajores_P0E20_ExchangeForkTest is ExchangeForkTest (ALFAJORES_ID , 0 , 20 ) {}
93+
8694contract Celo_ChainForkTest is ChainForkTest (CELO_ID , 1 , uints (17 )) {}
8795
8896contract Celo_P0E00_ExchangeForkTest is ExchangeForkTest (CELO_ID , 0 , 0 ) {}
0 commit comments