Skip to content

Commit 05affe6

Browse files
committed
Adding a note about WalletKit.buildWalletService which is currently unavailable in WalletKit SDK
1 parent b7b89a7 commit 05affe6

File tree

5 files changed

+20
-0
lines changed

5 files changed

+20
-0
lines changed

walletkit/android/eip5792.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -222,6 +222,10 @@ This capability is expressed per chain and is crucial for determining how `walle
222222
WalletKit.approveSession(..., scopedProperties)
223223
```
224224

225+
<Note>
226+
`WalletKit.buildWalletService` is not currently available in WalletKit SDK. This method will be available shortly. Please refer to the docs for the latest updates.
227+
</Note>
228+
225229
### Response Format
226230
The response format for `wallet_getCallsStatus` varies based on the execution method:
227231

walletkit/flutter/eip5792.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ This capability is expressed per chain and is crucial for determining how `walle
226226
WalletKit.approveSession(..., scopedProperties);
227227
```
228228

229+
<Note>
230+
`WalletKit.buildWalletService` is not currently available in WalletKit SDK. This method will be available shortly. Please refer to the docs for the latest updates.
231+
</Note>
232+
229233
Specify the `scopedProperties` when approving a session:
230234

231235
```json

walletkit/ios/eip5792.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ This capability is expressed per chain and is crucial for determining how `walle
226226
WalletKit.approveSession(..., scopedProperties)
227227
```
228228

229+
<Note>
230+
`WalletKit.buildWalletService` is not currently available in WalletKit SDK. This method will be available shortly. Please refer to the docs for the latest updates.
231+
</Note>
232+
229233
Specify the `scopedProperties` when approving a session:
230234

231235
```json

walletkit/react-native/eip5792.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,10 @@ This capability is expressed per chain and is crucial for determining how `walle
226226
WalletKit.approveSession(..., scopedProperties);
227227
```
228228

229+
<Note>
230+
`WalletKit.buildWalletService` is not currently available in WalletKit SDK. This method will be available shortly. Please refer to the docs for the latest updates.
231+
</Note>
232+
229233
Specify the `scopedProperties` when approving a session:
230234

231235
```json

walletkit/web/eip5792.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -225,6 +225,10 @@ This capability is expressed per chain and is crucial for determining how `walle
225225
};
226226
WalletKit.approveSession(..., scopedProperties);
227227
```
228+
229+
<Note>
230+
`WalletKit.buildWalletService` is not currently available in WalletKit SDK. This method will be available shortly. Please refer to the docs for the latest updates.
231+
</Note>
228232

229233
Specify the `scopedProperties` when approving a session:
230234

0 commit comments

Comments
 (0)