Skip to content

Commit

Permalink
Update into new Registry deterministic address
Browse files Browse the repository at this point in the history
  • Loading branch information
chompomonim committed Apr 22, 2022
1 parent 50fa182 commit 2bbb15b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/registry.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ contract('Deterministic registry', ([txMaker, ...otherAccounts]) => {
})

it('should have hermes implementation deployed into deterministic address', async () => {
const expectedAddress = '0x98FC2aDD4692Dad03AD73AF4544da99db3033858'
const expectedAddress = '0xB6D6838664c7DB04Fe33F0E2EeD950Ac17a3dcbD'
expect(await registry.getHermesImplementation()).to.be.equal(expectedAddress)
})
})
Expand Down

0 comments on commit 2bbb15b

Please sign in to comment.