Skip to content

Commit 676d9c2

Browse files
committed
cleanup
1 parent 176d519 commit 676d9c2

File tree

2 files changed

+3
-20
lines changed

2 files changed

+3
-20
lines changed

contracts/Forwarder.sol

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
// SPDX-License-Identifier: MIT
1+
// SPDX-License-Identifier: Apache-2.0
22
pragma solidity ^0.8.0;
33

44
import "@openzeppelin/contracts/utils/cryptography/ECDSA.sol";

package.json

+2-19
Original file line numberDiff line numberDiff line change
@@ -64,32 +64,15 @@
6464
"resolutions": {
6565
"typescript": "^4.4.4"
6666
},
67-
"license": "MIT",
67+
"license": "Apache-2.0",
6868
"scripts": {
6969
"clean": "hardhat clean && rm -rf abi/ && rm -rf artifacts/ && rm -rf dist/ && rm -rf typechain/",
7070
"compile": "hardhat compile",
71-
"deploy-accessPacks": "hardhat run scripts/deploy/accessPacks.ts",
72-
"deploy-registry": "hardhat run scripts/deploy/registry.ts",
73-
"deploy-protocolControl": "hardhat run scripts/deploy/protocolControl.ts",
74-
"deploy-rewards": "hardhat run scripts/deploy/rewards.ts",
75-
"deploy-pack": "hardhat run scripts/deploy/pack.ts",
76-
"deploy-market": "hardhat run scripts/deploy/market.ts",
77-
"deploy-forwarder": "hardhat run scripts/deploy/forwarder.ts",
78-
"createPackAtomic": "hardhat run scripts/txs/createPackAtomic.ts",
79-
"openPack": "hardhat run scripts/txs/openPack.ts",
80-
"verify-accessPacks": "hardhat run tasks/verify/accessPacks.ts",
81-
"verify-registry": "hardhat run tasks/verify/registry.ts",
82-
"verify-protocol": "hardhat run tasks/verify/protocol.ts",
83-
"verify-pack": "hardhat run tasks/verify/pack.ts",
84-
"verify-market": "hardhat run tasks/verify/market.ts",
85-
"verify-rewards": "hardhat run tasks/verify/rewards.ts",
86-
"verify-forwarder": "hardhat run tasks/verify/forwarder.ts",
8771
"prettier": "prettier --config .prettierrc --write \"**/*.{js,json,sol,ts}\"",
8872
"prettier:list-different": "prettier --config .prettierrc --list-different \"**/*.{js,json,sol,ts}\"",
8973
"test": "hardhat test",
9074
"typechain": "hardhat typechain",
9175
"build": "yarn clean && yarn compile && yarn typechain && yarn build:lib",
92-
"build:lib": "tsdx build --entry typechain/index.ts",
93-
"copy-dts": "copyfiles -u 1 \"typechain/**/*.d.ts\" dist"
76+
"build:lib": "tsdx build --entry typechain/index.ts"
9477
}
9578
}

0 commit comments

Comments
 (0)