Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion claim_locate.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# app/claim_locate.py
"""
Underline matcher for the Verity browser extension.
Underline matcher for the VeriSphere browser extension.

The extension sends the salient phrases of the page it is on (title, wikilink
anchors, headings) plus the sentences currently in view; it gets back the
Expand Down
2 changes: 1 addition & 1 deletion main.py
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ async def dispatch(self, request, call_next):
app.include_router(portfolio_router)
app.include_router(article_router)
app.include_router(semantic_dedup_router)
# Endpoints the Verity browser extension needs (they replace the verity-api
# Endpoints the VeriSphere browser extension needs (they replace the verity-api
# gateway): article -> claim matching, the atomicity check, and wallet signing
# config + calldata.
app.include_router(claim_locate_router)
Expand Down
2 changes: 1 addition & 1 deletion relay_gateway.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# app/relay_gateway.py
"""
Signing config + calldata for external wallet clients (the Verity extension).
Signing config + calldata for external wallet clients (the VeriSphere extension).

The extension holds no ABIs and no deployment artifacts. It needs two things
from us before it can sign:
Expand Down