Skip to content

Commit 945bf82

Browse files
authored
test: update alfajores fork tests to incl. cGBP, cZAR, cAUD and cCAD (#592)
1 parent aa6a7f8 commit 945bf82

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

test/fork/ForkTests.t.sol

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ import { GoodDollarExpansionForkTest } from "./GoodDollar/ExpansionForkTest.sol"
4747
import { LockingUpgradeForkTest } from "./upgrades/LockingUpgradeForkTest.sol";
4848
import { 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

5252
contract 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

8484
contract 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+
8694
contract Celo_ChainForkTest is ChainForkTest(CELO_ID, 1, uints(17)) {}
8795

8896
contract Celo_P0E00_ExchangeForkTest is ExchangeForkTest(CELO_ID, 0, 0) {}

0 commit comments

Comments
 (0)