Skip to content

Commit 8569e57

Browse files
authored
Update walletkit/android/eip5792.mdx
1 parent 5dedff1 commit 8569e57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

walletkit/android/eip5792.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ This capability is expressed per chain and is crucial for determining how `walle
217217
To implement this functionality, use `WalletKit.buildWalletService(bundlerUrl, methods)` util method that specifies the wallet service URL and bundler URL for the supported methods:
218218

219219
```kotlin
220-
val scopedProperties = mapOf("eip155" to WalletKit.buildWalletService(listOf("wallet_getCallsStatus")))
220+
val scopedProperties = mapOf("eip155" to WalletKit.buildWalletService("${bundler_url}", listOf("wallet_getCallsStatus")))
221221
val scopedProperties = mapOf("eip155" to "$walletServiceUtils")
222222
WalletKit.approveSession(..., scopedProperties)
223223
```

0 commit comments

Comments
 (0)