We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bb8b9b3 commit dc75537Copy full SHA for dc75537
.gitmodules
@@ -16,3 +16,6 @@
16
branch = "release-v4.9"
17
path = lib/openzeppelin-contracts-upgradeable
18
url = https://github.com/OpenZeppelin/openzeppelin-contracts-upgradeable
19
+[submodule "lib/ens-contracts"]
20
+ path = lib/ens-contracts
21
+ url = https://github.com/ensdomains/ens-contracts
.vscode/settings.json
@@ -6,5 +6,8 @@
6
"editor.tabSize": 4,
7
"[json]": {
8
"editor.defaultFormatter": "esbenp.prettier-vscode"
9
+ },
10
+ "[solidity]": {
11
+ "editor.defaultFormatter": "NomicFoundation.hardhat-solidity"
12
}
13
0 commit comments