Skip to content

Commit

Permalink
Rename OnAssetLookupArgs to OnAssetLookupArguments
Browse files Browse the repository at this point in the history
Co-authored-by: Frederik Bolding <[email protected]>
  • Loading branch information
danroc and FrederikBolding authored Jan 20, 2025
1 parent fb45e98 commit 2047ed7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion SIPS/sip-29.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ export const onAssetLookup: OnAssetLookupHandler = async ({
The type for an `onAssetLookup` handler function’s arguments is:

```typescript
interface OnAssetLookupArgs {
interface OnAssetLookupArguments {
assets: Caip19AssetType[];
}
```
Expand Down

0 comments on commit 2047ed7

Please sign in to comment.