Skip to content

Commit

Permalink
remove ts mods
Browse files Browse the repository at this point in the history
  • Loading branch information
augustbleeds committed Sep 17, 2024
1 parent 002ba37 commit 22d9aab
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 64 deletions.
3 changes: 1 addition & 2 deletions contracts/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "index.js",
"scripts": {
"compile:solidity": "hardhat compile",
"test": "hardhat test",
"generate:signature": "ts-node ./mcms-generate-signature"
"test": "hardhat test"
},
"author": "",
"license": "MIT",
Expand Down
59 changes: 0 additions & 59 deletions contracts/test/mcms-generate-signature.ts

This file was deleted.

3 changes: 0 additions & 3 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@
"files": [],
"include": [],
"references": [
{
"path": "./contracts"
},
{
"path": "./packages-ts/starknet-gauntlet"
},
Expand Down

0 comments on commit 22d9aab

Please sign in to comment.