mirror of
https://github.com/status-im/ens-usernames.git
synced 2025-01-21 00:00:47 +00:00
prevent contracts from being set as interfaces
This commit is contained in:
parent
b3b407b9dd
commit
25c92d5228
@ -16,21 +16,16 @@ module.exports = {
|
||||
],
|
||||
"gas": "auto",
|
||||
"contracts": {
|
||||
"TestToken": {
|
||||
"deploy": false
|
||||
},
|
||||
"TestToken": {},
|
||||
"MerkleProofWrapper": {
|
||||
"deploy": false
|
||||
},
|
||||
"ERC20Receiver": {
|
||||
"deploy": false
|
||||
},
|
||||
"ENSRegistry": {
|
||||
"deploy": false
|
||||
},
|
||||
"ENSRegistry": {},
|
||||
"PublicResolver": {
|
||||
"args": ["$ENSRegistry"],
|
||||
"deploy": false
|
||||
"args": ["$ENSRegistry"]
|
||||
},
|
||||
"UsernameRegistrar": {
|
||||
"args": [
|
||||
|
Loading…
x
Reference in New Issue
Block a user