Skip to content

Commit 372adca

Browse files
committed
fix: remove unused constants
1 parent a3deac0 commit 372adca

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

target_chains/ethereum/contracts/forge-test/PulseScheduler.t.sol

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -71,9 +71,6 @@ contract SchedulerTest is Test, SchedulerEvents, PulseSchedulerTestUtils {
7171
address public pyth;
7272
address public pusher;
7373

74-
// Constants
75-
uint96 constant PYTH_FEE = 1 wei;
76-
7774
function setUp() public {
7875
owner = address(1);
7976
admin = address(2);

target_chains/ethereum/contracts/forge-test/PulseSchedulerGasBenchmark.t.sol

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ contract PulseSchedulerGasBenchmark is Test, PulseSchedulerTestUtils {
2121
address public admin;
2222
address public pyth;
2323

24-
// Constants
25-
uint96 constant PYTH_FEE = 10 wei;
26-
2724
function setUp() public {
2825
manager = address(1);
2926
admin = address(2);

0 commit comments

Comments
 (0)