Skip to content

Commit 635faeb

Browse files
arcoravenfarhanW3
andauthored
optimization: use raw calls for some calls (#404)
* optimization: use raw calls for some calls * add balance of * updated sdk + reverted direct call to extension call --------- Co-authored-by: farhanW3 <farhan@thirdweb.com>
1 parent 2eb9448 commit 635faeb

File tree

2 files changed

+11
-6
lines changed

2 files changed

+11
-6
lines changed

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
"@t3-oss/env-core": "^0.6.0",
4444
"@thirdweb-dev/auth": "^4.1.27",
4545
"@thirdweb-dev/chains": "0.1.70",
46-
"@thirdweb-dev/sdk": "4.0.33",
46+
"@thirdweb-dev/sdk": "4.0.35-nightly-53786fc3-20240210010923",
4747
"@thirdweb-dev/service-utils": "^0.4.2",
4848
"@thirdweb-dev/wallets": "^2.1.5",
4949
"body-parser": "^1.20.2",

yarn.lock

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3522,6 +3522,11 @@
35223522
resolved "https://registry.yarnpkg.com/@thirdweb-dev/chains/-/chains-0.1.70.tgz#b3a83314146753c494be3ca59a832df05f366e6b"
35233523
integrity sha512-VP+JE70wNpbFa0rnKifTxxCXZwbKROf54z7qclxfb9tT1SY0/aIhVee0PYSxPXMd82NTkFkEidGFWS7TbYoldg==
35243524

3525+
"@thirdweb-dev/chains@0.1.72-nightly-53786fc3-20240210010923":
3526+
version "0.1.72-nightly-53786fc3-20240210010923"
3527+
resolved "https://registry.yarnpkg.com/@thirdweb-dev/chains/-/chains-0.1.72-nightly-53786fc3-20240210010923.tgz#ac2f0ab0c37c4bb71d3fd4096e3279ab5b2f70cb"
3528+
integrity sha512-1s/WaOLRAuFEeDyZ5XtrSg31Ox69LlRqPsL/x7Nqqun+1OOB8iWor/yAb7xv34W2RT7f8FUcmvqPXkcFpd/Aiw==
3529+
35253530
"@thirdweb-dev/contracts-js@1.3.16":
35263531
version "1.3.16"
35273532
resolved "https://registry.yarnpkg.com/@thirdweb-dev/contracts-js/-/contracts-js-1.3.16.tgz#264727b40b0f320c01eefcb4295e89c9e9947002"
@@ -3613,12 +3618,12 @@
36133618
yaml "^2.3.1"
36143619
zod "^3.22.3"
36153620

3616-
"@thirdweb-dev/sdk@4.0.33":
3617-
version "4.0.33"
3618-
resolved "https://registry.yarnpkg.com/@thirdweb-dev/sdk/-/sdk-4.0.33.tgz#f48e0feeb4756fb0b9741c8e08e8194292777f89"
3619-
integrity sha512-sR4xq/oJN/HR7FJDRG2NBOz6FZlX1/7bHMuvz/3sZ15uoBqrPMqashSTvo7PFq2noDPJY5XXOni/MTv0iGDSLQ==
3621+
"@thirdweb-dev/sdk@4.0.35-nightly-53786fc3-20240210010923":
3622+
version "4.0.35-nightly-53786fc3-20240210010923"
3623+
resolved "https://registry.yarnpkg.com/@thirdweb-dev/sdk/-/sdk-4.0.35-nightly-53786fc3-20240210010923.tgz#b599affbf051787212d45728e15c637f88522b64"
3624+
integrity sha512-/P+FeRIQBX9AYxE5D3go3xGatd6475ezxJfMzmaeTfw+YUt2UZsFD0IlcdBlmD+3t/whGrWclIxXWc4RKa2kpA==
36203625
dependencies:
3621-
"@thirdweb-dev/chains" "0.1.70"
3626+
"@thirdweb-dev/chains" "0.1.72-nightly-53786fc3-20240210010923"
36223627
"@thirdweb-dev/contracts-js" "1.3.16"
36233628
"@thirdweb-dev/crypto" "0.2.0"
36243629
"@thirdweb-dev/generated-abis" "0.0.1"

0 commit comments

Comments
 (0)