Skip to content

Commit

Permalink
Back to a .ts extension for ABI export
Browse files Browse the repository at this point in the history
  • Loading branch information
adamgall committed Apr 15, 2024
1 parent d25876f commit 0af0e7b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ node_modules
/cache
/artifacts
/docs
deployments.json
deployments.ts

# TypeChain files
/typechain
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "@fractal-framework/fractal-contracts",
"version": "0.7.0",
"files": [
"deployments.json",
"deployments.ts",
"contracts",
"!contracts/mock"
],
Expand All @@ -15,7 +15,7 @@
"compile": "hardhat compile",
"docgen": "hardhat docgen",
"test": "hardhat test",
"prepublishOnly": "npm run clean && npm run compile && npm run test && hardhat export --export-all deployments.json"
"prepublishOnly": "npm run clean && npm run compile && npm run test && hardhat export --export-all deployments.ts"
},
"description": "A Safe Zodiac Module framework",
"homepage": "https://github.com/decentdao/fractal-contracts/blob/develop/README.md",
Expand Down

0 comments on commit 0af0e7b

Please sign in to comment.