mirror of
https://github.com/status-im/status-react.git
synced 2025-01-23 01:09:49 +00:00
fix: usage of web3-wallet (#20864)
This commit is contained in:
parent
07005f8ad5
commit
c6a63e30b2
@ -51,9 +51,10 @@
|
||||
|
||||
(defn reject-session
|
||||
[{:keys [web3-wallet id reason]}]
|
||||
(.rejectSession web3-wallet
|
||||
(clj->js {:id id
|
||||
:reason reason})))
|
||||
(oops/ocall web3-wallet
|
||||
"rejectSession"
|
||||
(bean/->js {:id id
|
||||
:reason reason})))
|
||||
|
||||
(defn approve-session
|
||||
[{:keys [web3-wallet id approved-namespaces]}]
|
||||
|
Loading…
x
Reference in New Issue
Block a user