Skip to content

Commit

Permalink
fix anchor from protocol kit guide
Browse files Browse the repository at this point in the history
  • Loading branch information
dasanra committed May 28, 2024
1 parent 9256f5e commit bea6fd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/sdk/protocol-kit.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@ await apiKit.proposeTransaction({

### Get pending transactions

Recall that you created the `apiKit` in [Initialize the API Kit](./protocol-kit/#initialize-the-safe-api-kit).
Recall that you created the `apiKit` in [Initialize the API Kit](./protocol-kit/#initialize-the-api-kit).

```tsx
const pendingTransactions = (await apiKit.getPendingTransactions(safeAddress)).results
Expand Down

0 comments on commit bea6fd9

Please sign in to comment.