Skip to content

Commit

Permalink
gas manager changes
Browse files Browse the repository at this point in the history
  • Loading branch information
SahilAujla committed Jan 13, 2025
1 parent 6193fad commit b2dd78b
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion evm_body.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2450,6 +2450,9 @@ alchemy_requestPaymasterAndData:
items:
type: object
properties:
webhookData:
type: string
description: Additional data you wish to include in the request, such as proof of humanity.
policyId:
type: string
description: The policy ID
Expand Down Expand Up @@ -2478,6 +2481,9 @@ alchemy_requestGasAndPaymasterAndData:
items:
type: object
properties:
webhookData:
type: string
description: Additional data you wish to include in the request, such as proof of humanity.
policyId:
type: string
description: The policy ID
Expand Down Expand Up @@ -2629,7 +2635,7 @@ pm_getPaymasterData:
3. **chainId** (string): The chain ID.
4. **context** (object, optional): Contains `policyId`.
4. **context** (object, optional): Contains `policyId` & `webhookData`.
items:
anyOf:
- $ref: ./components/schemas.yaml#/UserOperationPartialWithGasFields
Expand All @@ -2644,3 +2650,6 @@ pm_getPaymasterData:
type: string
format: uuid
description: The gas policy ID
webhookData:
type: string
description: Additional data you wish to include in the request, such as proof of humanity.

0 comments on commit b2dd78b

Please sign in to comment.