Skip to content

Commit 44fdf61

Browse files
committed
Remove pm methods added earlier.
Signed-off-by: bgravenorst <[email protected]>
1 parent 173a6cb commit 44fdf61

File tree

7 files changed

+0
-230
lines changed

7 files changed

+0
-230
lines changed

services/reference/ethereum/json-rpc-methods/bundler/index.md

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -26,11 +26,6 @@ The following bundler methods are supported on Ethereum Mainnet and Sepolia:
2626
- [`pimlico_getUserOperationGasPrice`](./pimlico_getuseroperationgasprice): Returns the gas prices that must be used for the user operation.
2727
- [`pimlico_getUserOperationStatus`](./pimlico_getuseroperationstatus): Returns the user operation status.
2828
- [`pimlico_simulateAssetChanges`](./pimlico_simulateassetchanges): Simulates a user operation to predict the asset changes it will cause.
29-
- [`pimlico_getTokenQuotes`](./pimlico_gettokenquotes): Returns the tentative token exchange rates used by the ERC-20 Paymaster.
30-
- [`pm_sponsorUserOperation`](./pm_sponsoruseroperation): Sponsors a user operation by providing paymaster-related fields and updated gas parameters.
31-
- [`pm_getPaymasterData`](./pm_getpaymasterdata): Returns values to be used in paymaster-related fields of a signed user operation.
32-
- [`pm_getPaymasterStubData`](./pm_getpaymasterstubdata): Returns stub values to be used in paymaster-related fields of an unsigned user operation for gas estimation.
33-
- [`pm_validateSponsorshipPolicies`](./pm_validatesponsorshippolicies): Validates a user operation against sponsorship policies to determine which are willing to sponsor it.
3429

3530
## Method EntryPoints
3631

services/reference/ethereum/json-rpc-methods/bundler/pimlico_gettokenquotes.mdx

Lines changed: 0 additions & 44 deletions
This file was deleted.

services/reference/ethereum/json-rpc-methods/bundler/pm_getpaymasterdata.mdx

Lines changed: 0 additions & 44 deletions
This file was deleted.

services/reference/ethereum/json-rpc-methods/bundler/pm_getpaymasterstubdata.mdx

Lines changed: 0 additions & 44 deletions
This file was deleted.

services/reference/ethereum/json-rpc-methods/bundler/pm_sponsoruseroperation.mdx

Lines changed: 0 additions & 44 deletions
This file was deleted.

services/reference/ethereum/json-rpc-methods/bundler/pm_validatesponsorshippolicies.mdx

Lines changed: 0 additions & 44 deletions
This file was deleted.

src/lib/data.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -360,10 +360,5 @@ export const API_COSTS = {
360360
pimlico_getUserOperationGasPrice: 100,
361361
pimlico_getUserOperationStatus: 50,
362362
pimlico_simulateAssetChanges: 4950,
363-
pimlico_getTokenQuotes: 990,
364-
pm_sponsorUserOperation: 4950,
365-
pm_getPaymasterData: 4950,
366-
pm_getPaymasterStubData: 4950,
367-
pm_validateSponsorshipPolicies: 4950,
368363
},
369364
}

0 commit comments

Comments
 (0)