Skip to content

Commit

Permalink
fix broken links
Browse files Browse the repository at this point in the history
  • Loading branch information
mouseless0x committed Nov 6, 2024
1 parent 94397e6 commit 17fcafb
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import VersionWarning from "../../VersionWarning"

`SmartAccountClient` extends viem's `BundlerClient` and so extends the `estimateUserOperationGas` method.

You can view the full list of options for `estimateUserOperationGas` [in viem's documentation(https://viem.sh/account-abstraction/actions/bundler/estimateUserOperationGas).
You can view the full list of options for `estimateUserOperationGas` [in viem's documentation](https://viem.sh/account-abstraction/actions/bundler/estimateUserOperationGas).
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import VersionWarning from "../../VersionWarning"

`SmartAccountClient` extends viem's `BundlerClient` and so extends the `getChainId` method.

You can view the full list of options for `getChainId` [in viem's documentation(https://viem.sh/account-abstraction/actions/bundler/getChainId).
You can view the full list of options for `getChainId` [in viem's documentation](https://viem.sh/account-abstraction/actions/bundler/getChainId).
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import VersionWarning from "../../VersionWarning"

`SmartAccountClient` extends viem's `BundlerClient` and so extends the `getSupportedEntryPoints` method.

You can view the full list of options for `getSupportedEntryPoints` [in viem's documentation(https://viem.sh/account-abstraction/actions/bundler/getSupportedEntryPoints).
You can view the full list of options for `getSupportedEntryPoints` [in viem's documentation](https://viem.sh/account-abstraction/actions/bundler/getSupportedEntryPoints).
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import VersionWarning from "../../VersionWarning"

`SmartAccountClient` extends viem's `BundlerClient` and so extends the `getUserOperation` method.

You can view the full list of options for `getUserOperation` [in viem's documentation(https://viem.sh/account-abstraction/actions/bundler/getUserOperation).
You can view the full list of options for `getUserOperation` [in viem's documentation](https://viem.sh/account-abstraction/actions/bundler/getUserOperation).
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import VersionWarning from "../../VersionWarning"

`SmartAccountClient` extends viem's `BundlerClient` and so extends the `getUserOperationReceipt` method.

You can view the full list of options for `getUserOperationReceipt` [in viem's documentation(https://viem.sh/account-abstraction/actions/bundler/getUserOperationReceipt).
You can view the full list of options for `getUserOperationReceipt` [in viem's documentation](https://viem.sh/account-abstraction/actions/bundler/getUserOperationReceipt).
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import VersionWarning from "../../VersionWarning"

`SmartAccountClient` extends viem's `BundlerClient` and so extends the `prepareUserOperation` method.

You can view the full list of options for `prepareUserOperation` [in viem's documentation(https://viem.sh/account-abstraction/actions/bundler/prepareUserOperation).
You can view the full list of options for `prepareUserOperation` [in viem's documentation](https://viem.sh/account-abstraction/actions/bundler/prepareUserOperation).
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import VersionWarning from "../../VersionWarning"

`SmartAccountClient` extends viem's `BundlerClient` and so extends the `sendUserOperation` method.

You can view the full list of options for `sendUserOperation` [in viem's documentation(https://viem.sh/account-abstraction/actions/bundler/sendUserOperation).
You can view the full list of options for `sendUserOperation` [in viem's documentation](https://viem.sh/account-abstraction/actions/bundler/sendUserOperation).
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ import VersionWarning from "../../VersionWarning"

`SmartAccountClient` extends viem's `BundlerClient` and so extends the `waitForUserOperationReceipt` method.

You can view the full list of options for `waitForUserOperationReceipt` [in viem's documentation(https://viem.sh/account-abstraction/actions/bundler/waitForUserOperationReceipt).
You can view the full list of options for `waitForUserOperationReceipt` [in viem's documentation](https://viem.sh/account-abstraction/actions/bundler/waitForUserOperationReceipt).

0 comments on commit 17fcafb

Please sign in to comment.