Skip to content

Commit

Permalink
update API
Browse files Browse the repository at this point in the history
  • Loading branch information
cherry-yl-sh committed Mar 14, 2024
1 parent 22a9b18 commit 5d699a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/utils/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ func GenerateMockUserOperation() *map[string]any {
"verification_gas_limit": "100000",
"max_fee_per_gas": "44020",
"max_priority_fee_per_gas": "1743509478",
"paymaster_and_data": "0x",
"pre_verification_gas": "44020",
"signature": "0x760868cd7d9539c6e31c2169c4cab6817beb8247516a90e4301e929011451658623455035b83d38e987ef2e57558695040a25219c39eaa0e31a0ead16a5c925c1c",
"paymaster_and_data": "0x",
}

return &MockUserOpData
Expand Down

0 comments on commit 5d699a3

Please sign in to comment.