Skip to content

Commit 0c95e9b

Browse files
committed
v1.5.0
1 parent 8d9f23f commit 0c95e9b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@ensdomains/ens-contracts",
3-
"version": "1.4.0",
3+
"version": "1.5.1",
44
"description": "ENS contracts",
55
"type": "module",
66
"scripts": {

test/resolvers/TestPublicResolver.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1144,7 +1144,7 @@ describe('PublicResolver', () => {
11441144
await publicResolver.write.setAddr([targetNode, ensRegistry.address])
11451145

11461146
const supportsInterfaceArtifact = await hre.artifacts.readArtifact(
1147-
'IERC165',
1147+
'@openzeppelin/contracts/interfaces/IERC165.sol:IERC165',
11481148
)
11491149
const supportsInterfaceId = createInterfaceId(
11501150
supportsInterfaceArtifact.abi,
@@ -1164,7 +1164,7 @@ describe('PublicResolver', () => {
11641164
await publicResolver.write.setAddr([targetNode, accounts[0].address])
11651165

11661166
const supportsInterfaceArtifact = await hre.artifacts.readArtifact(
1167-
'IERC165',
1167+
'@openzeppelin/contracts/interfaces/IERC165.sol:IERC165',
11681168
)
11691169
const supportsInterfaceId = createInterfaceId(
11701170
supportsInterfaceArtifact.abi,

0 commit comments

Comments
 (0)