Skip to content

Commit 4e00195

Browse files
committed
Updated values for ecdsa wallet registry gas assertions
The gas increase is caused by an update of random-beacon dependency and most probably by the changes in ReimbursementPool contract.
1 parent 0a7e765 commit 4e00195

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

solidity/ecdsa/test/WalletRegistry.WalletCreation.test.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1674,8 +1674,8 @@ describe("WalletRegistry - Wallet Creation", async () => {
16741674
)
16751675
})
16761676

1677-
it("should use close to 272 000 gas", async () => {
1678-
await assertGasUsed(tx, 272_000)
1677+
it("should use close to 274 000 gas", async () => {
1678+
await assertGasUsed(tx, 274_000)
16791679
})
16801680
})
16811681

@@ -3450,8 +3450,8 @@ describe("WalletRegistry - Wallet Creation", async () => {
34503450
)
34513451
})
34523452

3453-
it("should use close to 80 000 gas", async () => {
3454-
await assertGasUsed(tx, 80_000)
3453+
it("should use close to 82 000 gas", async () => {
3454+
await assertGasUsed(tx, 82_000)
34553455
})
34563456
})
34573457

@@ -3605,8 +3605,8 @@ describe("WalletRegistry - Wallet Creation", async () => {
36053605
)
36063606
})
36073607

3608-
it("should use close to 74 000 gas", async () => {
3609-
await assertGasUsed(tx, 74_000)
3608+
it("should use close to 76 000 gas", async () => {
3609+
await assertGasUsed(tx, 76_000)
36103610
})
36113611
})
36123612
})

0 commit comments

Comments
 (0)