Skip to content

Commit

Permalink
Removes fulfillOrderLegacyWyvern, getCurrentPriceLegacyWyvern, isOrde…
Browse files Browse the repository at this point in the history
…rFulfillableLegacyWyvern, approveOrderLegacyWyvern, and wyvern debugging (#892)
  • Loading branch information
JoshuaSchmidt-OpenSea committed Mar 30, 2023
1 parent 99d0b81 commit 2cd17a4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 860 deletions.
1 change: 0 additions & 1 deletion src/__tests__/sdk/misc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@ const client = new OpenSeaSDK(

suite("SDK: misc", () => {
test("Instance has public methods", () => {
assert.equal(typeof client.getCurrentPriceLegacyWyvern, "function");
assert.equal(typeof client.wrapEth, "function");
});

Expand Down
192 changes: 0 additions & 192 deletions src/debugging.ts

This file was deleted.

Loading

0 comments on commit 2cd17a4

Please sign in to comment.