From 4198ef4beefc1a89e1588c8f39a05f9c3ae0edc3 Mon Sep 17 00:00:00 2001 From: Kevin Ingersoll Date: Thu, 25 Apr 2024 10:31:32 +0100 Subject: [PATCH] chore: update gas report (#2727) --- packages/world/gas-report.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/world/gas-report.json b/packages/world/gas-report.json index 00ceae5dad..131e2971f3 100644 --- a/packages/world/gas-report.json +++ b/packages/world/gas-report.json @@ -285,13 +285,13 @@ "file": "test/WorldProxyFactory.t.sol", "test": "testWorldProxyFactoryGas", "name": "deploy world via WorldProxyFactory", - "gasUsed": 9032337 + "gasUsed": 9100791 }, { "file": "test/WorldProxyFactory.t.sol", "test": "testWorldProxyFactoryGas", "name": "set WorldProxy implementation", - "gasUsed": 31501 + "gasUsed": 37541 }, { "file": "test/WorldResourceId.t.sol",