Skip to content

Commit

Permalink
Update test/proxy/Clones.test.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Amxx authored Aug 29, 2024
1 parent 959b36a commit 2ff292a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/proxy/Clones.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -158,7 +158,7 @@ describe('Clones', function () {
}

it('EIP-170 limit on immutable args', async function () {
// EIP-170 limits the contract code size to 0x60000
// EIP-170 limits the contract code size to 0x6000
// This limits the length of immutable args to 0x5fd3
const args = generators.hexBytes(0x5fd4);
const salt = ethers.randomBytes(32);
Expand Down

0 comments on commit 2ff292a

Please sign in to comment.