You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/sdk.ts
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -1192,7 +1192,7 @@ export class OpenSeaSDK {
1192
1192
1193
1193
/**
1194
1194
* Instead of signing an off-chain order, this methods allows you to approve an order
1195
-
* with on on-chain transaction.
1195
+
* with an on-chain transaction.
1196
1196
* @param order Order to approve
1197
1197
* @param domain An optional domain to be hashed and included at the end of fulfillment calldata. This can be used for on-chain order attribution to assist with analytics.
1198
1198
* @returns Transaction hash of the approval transaction
0 commit comments