Skip to content

Commit 7e53b15

Browse files
authored
Merge pull request #6 from shutter-network/event-trigger-registry
Add upgradable event trigger registry
2 parents 3b74317 + 8b0051b commit 7e53b15

29 files changed

+2275
-22
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,6 @@ cache/
33
gnoshcontracts/
44
shopcontracts/
55
out/
6+
broadcast/
67
.tool-versions
78
.env

.gitmodules

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
1-
[submodule "src/common/lib/openzeppelin"]
2-
path = lib/openzeppelin
3-
url = https://github.com/OpenZeppelin/openzeppelin-contracts
4-
[submodule "forge-std"]
1+
[submodule "lib/openzeppelin-contracts-upgradeable"]
2+
path = lib/openzeppelin-contracts-upgradeable
3+
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
4+
[submodule "lib/openzeppelin-foundry-upgrades"]
5+
path = lib/openzeppelin-foundry-upgrades
6+
url = https://github.com/OpenZeppelin/openzeppelin-foundry-upgrades
7+
[submodule "lib/forge-std"]
58
path = lib/forge-std
69
url = https://github.com/foundry-rs/forge-std

bindings/eonkeypublish/eonkeypublish.go

Lines changed: 22 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)