Skip to content
This repository was archived by the owner on Aug 30, 2022. It is now read-only.

Commit 4c60c1c

Browse files
update to latest contracts SDK (#559)
1 parent 72b41bd commit 4c60c1c

File tree

3 files changed

+5
-8
lines changed

3 files changed

+5
-8
lines changed

etc/sdk.api.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3366,9 +3366,6 @@ export class InvalidAddressError extends Error {
33663366
// @public (undocumented)
33673367
export function isDowngradeVersion(current: string, next: string): boolean;
33683368

3369-
// @public (undocumented)
3370-
export function isDowngradeVersion(current: string, next: string): boolean;
3371-
33723369
// Warning: (ae-internal-missing-underscore) The name "isFeatureEnabled" should be prefixed with an underscore because the declaration is marked as @internal
33733370
//
33743371
// @internal

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@
105105
"ethers": "^5"
106106
},
107107
"dependencies": {
108-
"@thirdweb-dev/contracts": "3.1.0-1",
108+
"@thirdweb-dev/contracts": "3.1.2",
109109
"@thirdweb-dev/storage": "^0.1.0",
110110
"@web-std/file": "^3.0.0",
111111
"cbor": "^8.1.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -815,10 +815,10 @@
815815
"@swc/core-win32-ia32-msvc" "1.2.196"
816816
"@swc/core-win32-x64-msvc" "1.2.196"
817817

818-
"@thirdweb-dev/[email protected].0-1":
819-
version "3.1.0-1"
820-
resolved "https://registry.yarnpkg.com/@thirdweb-dev/contracts/-/contracts-3.1.0-1.tgz#8c4d068f0548f780a90cc723636bcc358cb946eb"
821-
integrity sha512-v19UtKKIpd6ol7fXcAL24F7Jwew1jIAmxstogTw9MdX2k9McwaI0Ebxu/3SSkQq2AhmruwOPp+E2xq1SWKsBUw==
818+
"@thirdweb-dev/[email protected].2":
819+
version "3.1.2"
820+
resolved "https://registry.yarnpkg.com/@thirdweb-dev/contracts/-/contracts-3.1.2.tgz#fde89c4b42f842f2504fe8f3d42b7535e8c1ddab"
821+
integrity sha512-Ly3cEw5K8xfCwj0Fhgzr5olK3mG267TKacDeeufXM/YvU+/6qrpcCWd0JeSafK11+OrMDVXAK/5md93JeniNPQ==
822822

823823
"@thirdweb-dev/storage@^0.1.0":
824824
version "0.1.0"

0 commit comments

Comments
 (0)