Skip to content

Commit

Permalink
Fix/ppv2 (#34)
Browse files Browse the repository at this point in the history
* fix ppv2 orderkind

* update package version
  • Loading branch information
night-scholar committed Mar 26, 2024
1 parent 027fb6f commit 74f7763
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@nftgo/gotrading",
"version": "1.0.13",
"version": "1.0.14",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"types": "dist/index.d.ts",
Expand Down
2 changes: 1 addition & 1 deletion src/types/order.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export enum OrderKind {
SeaportV15 = 'seaport-v1.5',
Sudoswap = 'sudoswap',
X2Y2 = 'x2y2',
PaymentProcessorV2 = 'patment-processor-v2',
PaymentProcessorV2 = 'payment-processor-v2',
}

/**
Expand Down

0 comments on commit 74f7763

Please sign in to comment.