Skip to content

Commit

Permalink
chore: remove duplicate contracts
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis committed Sep 16, 2024
1 parent cda773f commit 81b10e4
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 316 deletions.
43 changes: 0 additions & 43 deletions contracts/Owned.sol

This file was deleted.

48 changes: 0 additions & 48 deletions contracts/Pausable.sol

This file was deleted.

25 changes: 0 additions & 25 deletions contracts/RewardsDistributionRecipient.sol

This file was deleted.

199 changes: 0 additions & 199 deletions contracts/StakingRewards.sol

This file was deleted.

2 changes: 1 addition & 1 deletion test/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export async function deployStakingRewardsFixture() {
symbol: 'STK',
});

const stakingRewards = await hre.viem.deployContract('contracts/StakingRewards.sol:StakingRewards', [
const stakingRewards = await hre.viem.deployContract('StakingRewards', [
owner.account.address,
rewardsDistribution.account.address,
rewardsToken.address,
Expand Down

0 comments on commit 81b10e4

Please sign in to comment.