Skip to content

Commit a166e9a

Browse files
authored
Make Seaport 1.5 default (#228)
* Make Seaport v1.5 default * Bump version to 1.3.0
1 parent 59bcd77 commit a166e9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@opensea/seaport-js",
3-
"version": "1.2.1",
3+
"version": "1.3.0",
44
"description": "[Seaport](https://github.com/ProjectOpenSea/seaport) is a new marketplace protocol for safely and efficiently buying and selling NFTs. This is a JavaScript library intended to make interfacing with the contract reasonable and easy.",
55
"license": "MIT",
66
"author": "OpenSea Developers",

src/seaport.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ export class Seaport {
105105
ascendingAmountFulfillmentBuffer = 300,
106106
balanceAndApprovalChecksOnOrderCreation = true,
107107
conduitKeyToConduit,
108-
seaportVersion = "1.4",
108+
seaportVersion = "1.5",
109109
}: SeaportConfig = {}
110110
) {
111111
const provider =

0 commit comments

Comments
 (0)