Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/pages/advanced/react-hooks/use-balance.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import QueryResult from "../../shared/query-result.mdx"
import QueryResult from "@components/shared/query-result.mdx"

# useBalance [Hook for getting balance of kernel account]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MutationResult from '../../shared/mutation-result.mdx'
import MutationResult from "@components/shared/mutation-result.mdx"

# useCreateBasicSession [Hook for creating session for kernel v2 account]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MutationResult from '../../shared/mutation-result.mdx'
import MutationResult from "@components/shared/mutation-result.mdx"

# useCreateKernelClientEOA [Hook for creating kernel client with EOA]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MutationResult from '../../shared/mutation-result.mdx'
import MutationResult from "@components/shared/mutation-result.mdx"

# useCreateKernelClientPasskey [Hook for creating kernel client with Passkey]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MutationResult from '../../shared/mutation-result.mdx'
import MutationResult from "@components/shared/mutation-result.mdx"

# useCreateKernelClientSocial [Hook for creating a kernel client with social login integration]

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/advanced/react-hooks/use-create-session.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MutationResult from '../../shared/mutation-result.mdx'
import MutationResult from "@components/shared/mutation-result.mdx"

# useCreateSession [Hook for creating session for kernel v3 account]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MutationResult from '../../shared/mutation-result.mdx'
import MutationResult from "@components/shared/mutation-result.mdx"

# useDisconnectKernelClient [Hook for disconnecting kernel account client]

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/advanced/react-hooks/use-kernelclient.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import QueryResult from "../../shared/query-result.mdx"
import QueryResult from "@components/shared/query-result.mdx"

# useKernelClient [Hook for getting kernel account client]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MutationResult from '../../shared/mutation-result.mdx'
import MutationResult from "@components/shared/mutation-result.mdx"

# useSendTransactionWithSession [Hooks for sending transactions with session keys]

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/advanced/react-hooks/use-send-transaction.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MutationResult from '../../shared/mutation-result.mdx'
import MutationResult from "@components/shared/mutation-result.mdx"

# useSendTransaction [Hook for sending transaction]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MutationResult from '../../shared/mutation-result.mdx'
import MutationResult from "@components/shared/mutation-result.mdx"

# useSendUserOperationWithSession [Hooks for sending user operation with session keys]

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/advanced/react-hooks/use-send-useroperation.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MutationResult from '../../shared/mutation-result.mdx'
import MutationResult from "@components/shared/mutation-result.mdx"

# useSendUserOperation [Hook for sending user operation]

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import QueryResult from "../../shared/query-result.mdx"
import QueryResult from "@components/shared/query-result.mdx"

# useSessionKernelClient [Hook for getting kernel account client with session plugin]

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/advanced/react-hooks/use-set-kernelclient.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MutationResult from '../../shared/mutation-result.mdx'
import MutationResult from "@components/shared/mutation-result.mdx"

# useSetKernelClient [Hook for setting kernel account client]

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/advanced/react-hooks/use-switch-chain.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import MutationResult from '../../shared/mutation-result.mdx'
import MutationResult from "@components/shared/mutation-result.mdx"

# useSwitchChain [Hook for switching chain]

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/onboarding/social-login.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import SocialLoginSetup from '../shared/social-login-setup.mdx'
import SocialLoginSetup from "@components/shared/social-login-setup.mdx"

# Social Login [Social login allows users to authenticate using their existing social media accounts such as Google or Facebook.]

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/advanced/chain-abstraction.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/advanced/defi.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/advanced/fallback-providers.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/advanced/key-storage.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/advanced/multi-chain-signing.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/advanced/multisig.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/advanced/parallel-orders.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/advanced/passkeys.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/advanced/recovery.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/advanced/session-keys.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
4 changes: 2 additions & 2 deletions docs/pages/sdk/v5_3_x/advanced/social-login.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import SocialLoginSetup from '../../../shared/social-login-setup.mdx'
import SocialLoginSetup from "@components/shared/social-login-setup.mdx"

import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/advanced/supported-base-tokens.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/advanced/supported-defi-tokens.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/advanced/wallet-connect.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/core-api/batch-transactions.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/core-api/create-account.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/core-api/delegatecall.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/core-api/deploy-contract.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/core-api/pay-gas-with-erc20s.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/core-api/send-transactions.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/core-api/sign-and-verify.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/core-api/sponsor-gas.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/core-api/using-plugins.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/faqs/audits.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/faqs/chains.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/faqs/debug-userop.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/faqs/use-with-ethers.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/faqs/use-with-gelato.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/faqs/use-with-react-native.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/getting-started/migration.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/getting-started/quickstart.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/getting-started/tutorial.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/index.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "./VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/infra/coinbase.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/infra/intro.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/infra/pimlico.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/infra/zerodev.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/permissions/1-click-trading.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/permissions/intro.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/permissions/policies/call.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/permissions/policies/gas.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/permissions/policies/rate-limit.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/permissions/policies/signature.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/permissions/policies/sudo.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/permissions/policies/timestamp.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
2 changes: 1 addition & 1 deletion docs/pages/sdk/v5_3_x/permissions/signers/ecdsa.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
import VersionWarning from "../../VersionWarning"
import VersionWarning from "@components/VersionWarning"

<VersionWarning version="5.3.x" />

Expand Down
Loading