-
Notifications
You must be signed in to change notification settings - Fork 920
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #674 from scaffold-eth/cli-backmerge
Weekly CLI backmerge
- Loading branch information
Showing
10 changed files
with
53 additions
and
101 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"create-eth": patch | ||
--- | ||
|
||
- Track hardhat-deploy deployments, except localhost (#666) | ||
- feat: add external flag to external contracts (#647) | ||
- Remove `.github/ISSUE_TEMPLATE` and pull request template when using npx |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
#!/bin/sh | ||
. "$(dirname "$0")/_/husky.sh" | ||
|
||
yarn lint-staged --verbose | ||
yarn lint-staged --verbose |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
7 changes: 0 additions & 7 deletions
7
templates/base/packages/nextjs/utils/scaffold-eth/contractNames.ts
This file was deleted.
Oops, something went wrong.
7 changes: 7 additions & 0 deletions
7
templates/base/packages/nextjs/utils/scaffold-eth/contractsData.ts
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
import scaffoldConfig from "~~/scaffold.config"; | ||
import { contracts } from "~~/utils/scaffold-eth/contract"; | ||
|
||
export function getAllContracts() { | ||
const contractsData = contracts?.[scaffoldConfig.targetNetworks[0].id]; | ||
return contractsData ? contractsData : {}; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -15,6 +15,6 @@ artifacts | |
artifacts-zk | ||
cache-zk | ||
deployments` | ||
deployments/localhost` | ||
|
||
export default contents |