Skip to content

Commit

Permalink
feat: use activity v2 endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
mohsen-ghafouri committed Nov 15, 2024
1 parent bbcbf4f commit 84a725e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
(update-in [:wallet :activities] dissoc address)
(update-in [:wallet :ui :activity-tab] dissoc :request))
:fx [[:json-rpc/call
[{:method "wallet_startActivityFilterSession"
[{:method "wallet_startActivityFilterSessionV2"
:params request-params
:on-success [:wallet/store-session-id-for-activity-filter-session address]
:on-error [:wallet/log-rpc-error
Expand Down
6 changes: 3 additions & 3 deletions status-go-version.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"_comment": "Instead use: scripts/update-status-go.sh <rev>",
"owner": "status-im",
"repo": "status-go",
"version": "v3.6.0",
"commit-sha1": "00a8a72ac2cc0933503cdf88cc5eafa45ab5e182",
"src-sha256": "0ka6c7bg8mnwqpyn8rv15cba537vp2fm8yxlyl5s17lwai5hqnk5"
"version": "feat/activity-v2",
"commit-sha1": "61ac62d89900b9637ee60e3b3c1483cea7b54305",
"src-sha256": "0l3imdqaidx0bdrm5x9c14nkvl6ax41wd97ki9l6ayhj701mdmj0"
}

0 comments on commit 84a725e

Please sign in to comment.