Skip to content

Commit

Permalink
remove userOp compression from docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Jan 17, 2025
1 parent 22f0a38 commit 486f647
Show file tree
Hide file tree
Showing 11 changed files with 3 additions and 550 deletions.
47 changes: 0 additions & 47 deletions docs/pages/conceptual/compression.mdx

This file was deleted.

Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Validation error: Invalid discriminator value

```txt
Validation error: Invalid discriminator value. Expected 'eth_chainId' | 'eth_supportedEntryPoints' | 'eth_coinbase' | 'eth_estimateUserOperationGas' | 'eth_sendUserOperation' | 'eth_getUserOperationByHash' | 'eth_getUserOperationReceipt' | 'pm_supportedEntryPoints' | 'pm_sponsorUserOperation' | 'web3_clientVersion' | 'pimlico_sendCompressedUserOperation' | 'pimlico_getUserOperationStatus' | 'pimlico_getUserOperationGasPrice' | 'pimlico_getBalance' | 'pm_validateSponsorshipPolicies' at \"method\""
Validation error: Invalid discriminator value. Expected 'eth_chainId' | 'eth_supportedEntryPoints' | 'eth_coinbase' | 'eth_estimateUserOperationGas' | 'eth_sendUserOperation' | 'eth_getUserOperationByHash' | 'eth_getUserOperationReceipt' | 'pm_supportedEntryPoints' | 'pm_sponsorUserOperation' | 'web3_clientVersion' | 'pimlico_getUserOperationStatus' | 'pimlico_getUserOperationGasPrice' | 'pimlico_getBalance' | 'pm_validateSponsorshipPolicies' at \"method\""
```

If you see an error similar to the one above, it means you are calling a method on the Pimlico API that is not supported. The most common reason for this is using the Pimlico API endpoint for standard public Ethereum JSON-RPC methods. As a reminder, the Pimlico API only supports bundler and paymaster methods.
Expand All @@ -17,4 +17,4 @@ const publicClient = createPublicClient({
transport: http("https://api.pimlico.io/v2/sepolia/rpc?apikey=YOUR_PIMLICO_API_KEY") // [!code --]
transport: http("https://rpc.ankr.com/eth_sepolia") // [!code ++]
})
```
```
321 changes: 0 additions & 321 deletions docs/pages/infra/bundler/compression/index.mdx

This file was deleted.

Loading

0 comments on commit 486f647

Please sign in to comment.