Skip to content

Commit 0790a5e

Browse files
update SDK
1 parent c27eeeb commit 0790a5e

File tree

4 files changed

+10
-8
lines changed

4 files changed

+10
-8
lines changed

biome.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
{
2+
"linter": {
3+
"enabled": false
4+
}
5+
}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
"next": "14.1.0",
1313
"react": "^18",
1414
"react-dom": "^18",
15-
"thirdweb": "0.0.0-dev-c8ff43450c625668b4103714cf44ff23cd646ad9-20240513204815"
15+
"thirdweb": "0.0.0-dev-635df57abc9f997ae92addbb68c383ea1acfd87b-20240514024843"
1616
},
1717
"devDependencies": {
1818
"@types/node": "^20",

src/app/page.tsx

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,6 @@ export default function Home() {
1313
<ConnectButton
1414
client={client}
1515
accountAbstraction={accountAbstraction}
16-
connectModal={{
17-
size: "compact",
18-
}}
1916
/>
2017
</div>
2118

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4971,10 +4971,10 @@ thenify-all@^1.0.0:
49714971
dependencies:
49724972
any-promise "^1.0.0"
49734973

4974-
[email protected]c8ff43450c625668b4103714cf44ff23cd646ad9-20240513204815:
4975-
version "0.0.0-dev-c8ff43450c625668b4103714cf44ff23cd646ad9-20240513204815"
4976-
resolved "https://registry.yarnpkg.com/thirdweb/-/thirdweb-0.0.0-dev-c8ff43450c625668b4103714cf44ff23cd646ad9-20240513204815.tgz#de69830d52b7336bc84634e30f76e09fda03e480"
4977-
integrity sha512-6t2QAtnjgut0zotMfgJkuoY4qVM9k0ylE1jxUZbnMYYBPQvQvrGuTNJWXy0AtC9Q/BMlsE0cMTualdjcOxtnfQ==
4974+
[email protected]635df57abc9f997ae92addbb68c383ea1acfd87b-20240514024843:
4975+
version "0.0.0-dev-635df57abc9f997ae92addbb68c383ea1acfd87b-20240514024843"
4976+
resolved "https://registry.yarnpkg.com/thirdweb/-/thirdweb-0.0.0-dev-635df57abc9f997ae92addbb68c383ea1acfd87b-20240514024843.tgz#14aaebf7f409eb4f2de0ab0c106f222df6f6101e"
4977+
integrity sha512-/FXVs4HZx+SOlyo/XhKALcmu4MskAwwp8qHWDSMahm3pT9+ePrA5S6t/z7zJSz7a5JqZMI2Ox3RGvWQA1zOupw==
49784978
dependencies:
49794979
"@coinbase/wallet-sdk" "4.0.0-rc.2"
49804980
"@emotion/react" "11.11.4"

0 commit comments

Comments
 (0)