From f7d0dfeb098139df5f2030c46773544d170a4edf Mon Sep 17 00:00:00 2001 From: Qvkare Date: Sat, 21 Dec 2024 16:19:50 +0300 Subject: [PATCH] update types.ts --- src/orders/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/orders/types.ts b/src/orders/types.ts index 90b7204ac..edcb34419 100644 --- a/src/orders/types.ts +++ b/src/orders/types.ts @@ -12,7 +12,7 @@ import { OpenSeaAccount, OrderSide } from "../types"; * Order protocol */ export enum OrderProtocol { - SEAPORT = "seaport" + SEAPORT = "seaport", } // Protocol data