Skip to content

Commit a17a2b5

Browse files
authoredMar 14, 2024
add update and disable endpoints (owner only) (#9)
Co-authored-by: A5 Pickle <a5-pickle@users.noreply.github.com>
1 parent 8a13d15 commit a17a2b5

File tree

97 files changed

+2440
-2968
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

97 files changed

+2440
-2968
lines changed
 

‎.gitmodules

+12
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
[submodule "evm/lib/forge-std"]
2+
path = evm/lib/forge-std
3+
url = https://github.com/foundry-rs/forge-std
4+
branch = v1.8.0
5+
[submodule "evm/lib/openzeppelin-contracts"]
6+
path = evm/lib/openzeppelin-contracts
7+
url = https://github.com/openzeppelin/openzeppelin-contracts
8+
branch = v4.9.6
9+
[submodule "evm/lib/wormhole-solidity-sdk"]
10+
path = evm/lib/wormhole-solidity-sdk
11+
url = https://github.com/wormhole-foundation/wormhole-solidity-sdk
12+
branch = 2b7db51f99b49eda99b44f4a044e751cb0b2e8ea

‎evm/.gitignore

-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
.env
33
.vscode
44
cache
5-
/lib
65
/bin
76
node_modules
87
out

0 commit comments

Comments
 (0)