Skip to content

Commit

Permalink
fix: Invalid default contract address on empty template (#987)
Browse files Browse the repository at this point in the history
* fix: Invalid default contract address on empty template

* Update nervous-baboons-destroy.md

---------

Co-authored-by: typedarray <[email protected]>
  • Loading branch information
robiiinos and 0xOlias authored Jul 22, 2024
1 parent e9a915a commit fb8c0a2
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .changeset/nervous-baboons-destroy.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"create-ponder": patch
---

Fixed default contract address in `create-ponder` empty template.
2 changes: 1 addition & 1 deletion packages/create-ponder/templates/empty/ponder.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ export default createConfig({
ExampleContract: {
network: "mainnet",
abi: ExampleContractAbi,
address: "0x0",
address: "0x0000000000000000000000000000000000000000",
startBlock: 1234567,
},
},
Expand Down

0 comments on commit fb8c0a2

Please sign in to comment.