Skip to content

Commit

Permalink
Fix type not exported
Browse files Browse the repository at this point in the history
  • Loading branch information
yagopv committed Oct 1, 2024
1 parent 9b3a8cc commit 5d92f30
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,16 @@ import { PaymasterOptions, Safe4337Pack } from '@safe-global/relay-kit'

import { SafeClient } from '@safe-global/sdk-starter-kit/SafeClient'
import { SafeOperationClient } from '@safe-global/sdk-starter-kit/extensions/safe-operations/SafeOperationClient'
import { BundlerOptions } from '@safe-global/sdk-starter-kit/extensions/safe-operations/types'
import {
ConfirmSafeOperationProps,
SafeClientResult,
SendSafeOperationProps
} from '@safe-global/sdk-starter-kit/types'

export type BundlerOptions = {
bundlerUrl: string
}

/**
* Extend the SafeClient with the ability to use a bundler and a paymaster
*
Expand Down

This file was deleted.

0 comments on commit 5d92f30

Please sign in to comment.