Skip to content

Commit 40dbc24

Browse files
committed
remove rewards distributor
1 parent 9f3139b commit 40dbc24

17 files changed

+2
-2296
lines changed

contracts/RewardsDistributor.sol

-186
This file was deleted.

contracts/interfaces/IMinter.sol

-83
This file was deleted.

contracts/interfaces/IRewardsDistributor.sol

-61
This file was deleted.

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"author": "ququzone <[email protected]>",
77
"license": "MIT",
88
"scripts": {
9-
"clean": "rimraf ./artifacts ./cache ./foundry-out ./types ./dist",
9+
"clean": "rimraf ./artifacts ./cache ./foundry-out ./src/types ./dist",
1010
"compile": "hardhat compile",
1111
"test": "hardhat test",
1212
"snapshots": "UPDATE_SNAPSHOT=1 hardhat test",

0 commit comments

Comments
 (0)