Skip to content

Commit

Permalink
update modules
Browse files Browse the repository at this point in the history
  • Loading branch information
0x-r4bbit committed Jun 20, 2024
1 parent 814ae39 commit 04baf5a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 91 deletions.
36 changes: 0 additions & 36 deletions .github/scripts/rename.sh

This file was deleted.

52 changes: 0 additions & 52 deletions .github/workflows/create.yml

This file was deleted.

4 changes: 2 additions & 2 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "lib/forge-std"]
branch = "v1"
path = lib/forge-std
url = https://github.com/foundry-rs/forge-std
url = https://github.com/foundry-rs/forge-std@v1.8.2
[submodule "lib/ens-contracts"]
path = lib/ens-contracts
url = https://github.com/ensdomains/ens-contracts
Expand All @@ -10,7 +10,7 @@
url = https://github.com/ensdomains/buffer
[submodule "lib/openzeppelin-contracts"]
path = lib/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts
url = https://github.com/OpenZeppelin/openzeppelin-contracts@v4.3.9
[submodule "lib/minime"]
path = lib/minime
url = https://github.com/vacp2p/minime
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@
"release": "commit-and-tag-version",
"adorno": "pnpm prettier:write && forge fmt && forge snapshot && pnpm gas-report"
},
"license": "ISC"
"license": "MIT"
}

0 comments on commit 04baf5a

Please sign in to comment.