Skip to content

Commit

Permalink
add pimlico verifying paymaster detailed results
Browse files Browse the repository at this point in the history
  • Loading branch information
mmv08 committed May 28, 2024
1 parent c4b0353 commit df49f75
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions examples/4337-gas-metering/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,15 +35,15 @@ NOTE: If you run a paymaster analysis twice or more without changing the salt fo

### Pimlico (Sepolia - Verifying Paymaster)

| Type | Actual Gas | handleOps | \_createSenderIfNeeded | Safe Proxy Factory | ValidateUserOp (Safe) | \_executeUserOp | executeUserOp (Safe) | execTransactionFromModule |
|------------------------------------|------------|-----------|------------------------|--------------------|-----------------------|-----------------|----------------------|---------------------------|
| Account Creation | 414071 | 415716 | 321217 | 307459 | 15100 | 14932 | 7015 | 4411 |
| Account Creation + Native Transfer | 421350 | 423087 | 321217 | 307459 | 15100 | 22303 | 14386 | 11782 |
| Native Transfer | 137723 | 97540 | NA | NA | 20588 | 24306 | 16386 | 13782 |
| Account Creation + ERC20 Transfer | 446477 | 430566 | 321236 | 307459 | 15146 | 29378 | 21415 | 18550 |
| ERC20 Transfer | 145721 | 105017 | NA | NA | 20633 | 31382 | 23415 | 20550 |
| Account Creation + ERC721 Minting | 470905 | 455150 | 321229 | 307459 | 15130 | 54097 | 46150 | 43373 |
| ERC721 Minting | 170150 | 129601 | NA | NA | 20618 | 56100 | 48150 | 45373 |
| Type | Actual Gas | handleOps | \_createSenderIfNeeded | Safe Proxy Factory | ValidateUserOp (Safe) | \_executeUserOp | executeUserOp (Safe) | execTransactionFromModule |
|------------------------------------|------------|-----------|------------------------------|--------------------|-----------------------|-----------------|----------------------|---------------------------|
| Account Creation | 414071 | 366053 | Wasn't included in the trace | 264042 | 11771 | 14542 | 6424 | 4411 |
| Account Creation + Native Transfer | 421350 | 373424 | Wasn't included in the trace | 264042 | 11771 | 21913 | 13795 | 11782 |
| Native Transfer | 137723 | 94935 | NA | NA | 15572 | 23930 | 15795 | 13782 |
| Account Creation + ERC20 Transfer | 446477 | 397746 | Wasn't included in the trace | 264042 | 11798 | 46088 | 37906 | 35650 |
| ERC20 Transfer | 145721 | 102154 | NA | NA | 15599 | 31004 | 22806 | 20550 |
| Account Creation + ERC721 Minting | 470905 | 422417 | Wasn't included in the trace | 264042 | 11789 | 70808 | 62647 | 60473 |
| ERC721 Minting | 170150 | 126826 | NA | NA | 15590 | 55724 | 47547 | 45373 |

### Alchemy (ETH from Safe)

Expand Down

0 comments on commit df49f75

Please sign in to comment.