Skip to content

Commit

Permalink
update types.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
qvkare authored Dec 21, 2024
1 parent 8b5a722 commit f7d0dfe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/orders/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ import { OpenSeaAccount, OrderSide } from "../types";
* Order protocol
*/
export enum OrderProtocol {
SEAPORT = "seaport"
SEAPORT = "seaport",
}

// Protocol data
Expand Down

0 comments on commit f7d0dfe

Please sign in to comment.