You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+29-10Lines changed: 29 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -131,27 +131,46 @@ If you run into the error `ImportError: cannot import name 'getargspec' from 'in
131
131
132
132
## Gas Stats
133
133
134
-
As of June 2023, the current average gas cost for deploying or using the different smart contracts of this project is:
134
+
There are two different categories of benchmarks measured in this test: User Operation and Runtime.
135
+
136
+
- User Operation: Fees are calculated based on the transaction receipt and the serialized signed EIP-1559 transaction for entryPoint.handleUserOp([userOp]). As multi-user-op bundles become more prevalent, we can expect actual fees to undercut the data presented here.
137
+
- Runtime: Runtime transactions are defined as those performed outside of the user operation flow, with the owner key interacting directly with the account factory or account, akin to the way you might use MetaMask today to interact directly with smart contracts.
138
+
139
+
## Runtime
135
140
136
141
### Upgradeable Accounts
137
142
| Smart Contract | Description | # of deployments per game/ecosystem | Avg gas cost |
0 commit comments