Skip to content

Commit dc75537

Browse files
committed
add ens-contracts back
1 parent bb8b9b3 commit dc75537

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.gitmodules

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,6 @@
1616
branch = "release-v4.9"
1717
path = lib/openzeppelin-contracts-upgradeable
1818
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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,5 +6,8 @@
66
"editor.tabSize": 4,
77
"[json]": {
88
"editor.defaultFormatter": "esbenp.prettier-vscode"
9+
},
10+
"[solidity]": {
11+
"editor.defaultFormatter": "NomicFoundation.hardhat-solidity"
912
}
1013
}

0 commit comments

Comments
 (0)