Skip to content

Commit

Permalink
Update pages/reference-sdk-api-kit/getsafeoperationsbyaddress.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Daniel <[email protected]>
  • Loading branch information
yagopv and dasanra authored Feb 17, 2025
1 parent ebce722 commit 4351536
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/reference-sdk-api-kit/getsafeoperationsbyaddress.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Returns the list of Safe operations associated to a Safe account.
import { apiKit } from './setup.ts'

const safeAddress = '0x...'
const options: GetSafeOperationListProps = {
const options: GetSafeOperationListOptions = {
executed: false, // Optional,
hasConfirmations: true, // Optional,
ordering: 'created', // Optional
Expand Down

0 comments on commit 4351536

Please sign in to comment.