Skip to content

Commit

Permalink
update analytics endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
elefantel committed Oct 2, 2024
1 parent 594c6fa commit 5f2b8ea
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ interface Tracker {

class Endpoints {
companion object {
private const val BASE_URL = "https://metamask-sdk-socket.metafi.codefi.network"
const val ANALYTICS = "$BASE_URL/debug"
private const val BASE_URL = "https://metamask-sdk.api.cx.metamask.io"
const val ANALYTICS = "$BASE_URL/evt"
}
}

Expand Down

0 comments on commit 5f2b8ea

Please sign in to comment.