Skip to content

Commit

Permalink
Merge pull request #661 from scaffold-eth/cli-backmerge
Browse files Browse the repository at this point in the history
Weekly CLI backmerge
  • Loading branch information
carletex committed Dec 14, 2023
2 parents 8d8165d + 026a446 commit 3804224
Show file tree
Hide file tree
Showing 4 changed files with 23 additions and 4 deletions.
7 changes: 7 additions & 0 deletions .changeset/polite-radios-happen.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
"create-eth": patch
---

- Update wagmi to latest version: (#660)
- Fix externalContracts object example code (#653)
- Add question for installation method in template Issue (#651)
11 changes: 11 additions & 0 deletions templates/base/.github/ISSUE_TEMPLATE/bug_report.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,17 @@ body:
- label: I have looked through the [existing issues](https://github.com/scaffold-eth/scaffold-eth-2/issues)
required: true

- type: dropdown
attributes:
label: Which method was used to setup Scaffold-ETH 2 ?
description: You may select both, if the bug is present in both the methods.
multiple: true
options:
- git clone
- npx create-eth@latest
validations:
required: true

- type: textarea
attributes:
label: Current Behavior
Expand Down
7 changes: 4 additions & 3 deletions templates/base/packages/nextjs/contracts/externalContracts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@ import { GenericContractsDeclaration } from "~~/utils/scaffold-eth/contract";
* const externalContracts = {
* 1: {
* DAI: {
* address: "0x...",
* abi: [...],
* }
* address: "0x...",
* abi: [...],
* },
* },
* } as const;
*/
const externalContracts = {} as const;
Expand Down
2 changes: 1 addition & 1 deletion templates/base/packages/nextjs/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
"use-debounce": "~8.0.4",
"usehooks-ts": "~2.9.1",
"viem": "1.19.9",
"wagmi": "1.4.7",
"wagmi": "1.4.12",
"zustand": "~4.1.2"
},
"devDependencies": {
Expand Down

0 comments on commit 3804224

Please sign in to comment.