From b2dd78bc7449eff1d63fd35eb5821f911dd050aa Mon Sep 17 00:00:00 2001 From: Sahil Aujla Date: Mon, 13 Jan 2025 11:11:54 -0500 Subject: [PATCH] gas manager changes --- evm_body.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/evm_body.yaml b/evm_body.yaml index cb83cc31..b063ebe6 100644 --- a/evm_body.yaml +++ b/evm_body.yaml @@ -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 @@ -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 @@ -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 @@ -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.