Skip to content

Commit

Permalink
Update InterchainToken.js
Browse files Browse the repository at this point in the history
  • Loading branch information
ahramy committed Oct 25, 2024
1 parent a0223dd commit 2996eac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/InterchainToken.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ describe('InterchainToken', () => {
const contractBytecodeHash = keccak256(contractBytecode);

const expected = {
london: '0x75a10f371014f97a894e69395422a36cc9e9961e32371c0213ed514702966b24',
london: '0xa01cf28b0b6ce6dc3b466e995585d69486400d671fce0ea8d06beba583e6f3bb',
}[getEVMVersion()];

expect(contractBytecodeHash).to.be.equal(expected);
Expand Down

0 comments on commit 2996eac

Please sign in to comment.