Skip to content

Commit

Permalink
Remove CONTRIBUTORS.txt
Browse files Browse the repository at this point in the history
- Rename Gnosis Tx Service to Safe Tx Service
  • Loading branch information
Uxio0 committed Oct 25, 2023
1 parent 389160c commit f864e43
Show file tree
Hide file tree
Showing 6 changed files with 11 additions and 12 deletions.
1 change: 0 additions & 1 deletion CONTRIBUTORS.txt

This file was deleted.

2 changes: 1 addition & 1 deletion config/urls.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
openapi.Info(
title="Safe Transaction Service API",
default_version="v1",
description="API to keep track of transactions sent via Gnosis Safe smart contracts",
description="API to keep track of transactions sent via Safe smart contracts",
license=openapi.License(name="MIT License"),
),
validators=["flex", "ssv"],
Expand Down
12 changes: 6 additions & 6 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@

# General information about the project.
project = "Safe Transaction Service"
copyright = """2018, Gnosis"""
copyright = """2018, Safe"""

# The version info for the project you're documenting, acts as replacement for
# |version| and |release|, also used in various other places throughout the
Expand Down Expand Up @@ -183,8 +183,8 @@
(
"index",
"safe_transaction_service.tex",
"Gnosis Transaction Service Documentation",
"""Gnosis""",
"Safe Transaction Service Documentation",
"""Safe""",
"manual",
)
]
Expand Down Expand Up @@ -219,7 +219,7 @@
"index",
"safe_transaction_service",
"Safe Transaction Service Documentation",
["""Gnosis"""],
["""Safe"""],
1,
)
]
Expand All @@ -238,9 +238,9 @@
"index",
"safe_transaction_service",
"Safe Transaction Service Documentation",
"""Gnosis""",
"""Safe""",
"Safe Transaction Service",
"""Project to manage transactions for Gnosis Safe""",
"""Project to manage transactions for Safe wallet""",
"Miscellaneous",
)
]
Expand Down
4 changes: 2 additions & 2 deletions docs/index.rst
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
.. Gnosis Safe Push Service documentation master file, created by
.. Safe Tx Service documentation master file, created by
sphinx-quickstart.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
Welcome to Gnosis Safe Push Service's documentation!
Welcome to Safe Tx Service documentation!
====================================================================

Contents:
Expand Down
2 changes: 1 addition & 1 deletion safe_transaction_service/history/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ class InternalTxAdmin(BinarySearchAdmin):


class InternalTxDecodedOfficialListFilter(admin.SimpleListFilter):
title = "Gnosis official Safes"
title = "Official Safes"
parameter_name = "official_safes"

def lookups(self, request, model_admin):
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ def _find_elements_using_topics(
to_block_number: int,
) -> List[LogReceipt]:
"""
It will get Safe events using all the Gnosis Safe topics for filtering.
It will get Safe events using all the Safe topics for filtering.
:param addresses:
:param from_block_number:
Expand Down

0 comments on commit f864e43

Please sign in to comment.