Skip to content

Commit

Permalink
fix(greeter): update project cannonfiles (#894)
Browse files Browse the repository at this point in the history
  • Loading branch information
mjlescano authored Apr 12, 2024
1 parent 1e381ab commit 7bff750
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions examples/sample-hardhat-project/cannonfile.consumer.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name = "consumer"
name = "greeter-consumer"
version = "0.0.1"
description = "Simple project to verify the functionality of cannon"
keywords = ["sample", "consumer"]
keywords = ["sample", "greeter", "consumer"]

[var.change_greeting2]
change_greeting2 = "new greeting!"
Expand Down Expand Up @@ -31,7 +31,7 @@ factory.cloned.artifact = "Greeter"
# test for multiple event emmission and extras functionality


# Change clone greeting lets use change greetings for greeter clones
# Change clone greeting lets use change greetings for greeter clones
# At specified addresses
[invoke.change_clone_greeting]
target = ["greeters.greeter"]
Expand All @@ -53,7 +53,7 @@ func = "setGreeting"
args = ["<%= settings.NewCloneGreeting %>"]

# Clone 2 greeters iteratively (used to test multiple emissions of the same event)
# Testing this using extras object instead of factory
# Testing this using extras object instead of factory
[invoke.clone_iterative]
target = ["greeters.greeter"]
func = "doCloningIteratively"
Expand Down
6 changes: 3 additions & 3 deletions examples/sample-hardhat-project/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7bff750

Please sign in to comment.