Skip to content
This repository has been archived by the owner on May 8, 2023. It is now read-only.

Releases: LooksRare/looksrare-sdk

Release 0.12.1

27 Jan 16:33
Compare
Choose a tag to compare

Release 0.12.0

26 Jan 03:47
Compare
Choose a tag to compare

Breaking Changes

ABIs have been moved.

Old

import { Erc721Abi } from "@looksrare/sdk";

New

import { Erc721Abi } from "@looksrare/sdk/abis";

If you need to import an ABI from a json file they are also available.

import Erc721Abi from "@looksrare/sdk/Erc721Abi.json";

Release 0.11.0 (Deprecated)

26 Jan 02:04
Compare
Choose a tag to compare

Release 0.10.4

14 Dec 11:20
Compare
Choose a tag to compare
  • refactor(chains): Add baseApiUrl to CHAIN_INFO (#92) (7ba6e66)

Release 0.10.3

28 Nov 18:59
Compare
Choose a tag to compare

Release 0.10.2

31 Oct 09:03
Compare
Choose a tag to compare
  • chore: Update royalties fee manager address (#88) (c867dc2)

Release 0.10.1

27 Oct 10:09
Compare
Choose a tag to compare
  • chore: Updates addresses OrderValidator (#87) (1e60940)

Release 0.10.0

27 Oct 09:40
Compare
Choose a tag to compare

Release 0.10.0-0

26 Oct 11:35
Compare
Choose a tag to compare
Release 0.10.0-0 Pre-release
Pre-release
  • chore: Update strategies addresses (#85) (6691483)

Release 0.9.1

25 Oct 03:09
Compare
Choose a tag to compare
  • build: Bump deps (#84) (4e38336)
  • doc: Swap /orders/nonce and /orders link to an updated one (#82) (735f390)
  • chore: Alchemy endpoints (#83) (c7b7eaf)