diff --git a/CONTRIBUTORS.txt b/CONTRIBUTORS.txt deleted file mode 100644 index c4f59daf0..000000000 --- a/CONTRIBUTORS.txt +++ /dev/null @@ -1 +0,0 @@ -Gnosis diff --git a/config/urls.py b/config/urls.py index 79be7374d..f11ae779f 100644 --- a/config/urls.py +++ b/config/urls.py @@ -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"], diff --git a/docs/conf.py b/docs/conf.py index ac32d5acb..4b83d0126 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -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 @@ -183,8 +183,8 @@ ( "index", "safe_transaction_service.tex", - "Gnosis Transaction Service Documentation", - """Gnosis""", + "Safe Transaction Service Documentation", + """Safe""", "manual", ) ] @@ -219,7 +219,7 @@ "index", "safe_transaction_service", "Safe Transaction Service Documentation", - ["""Gnosis"""], + ["""Safe"""], 1, ) ] @@ -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", ) ] diff --git a/docs/index.rst b/docs/index.rst index 0c6caab21..756eb0aba 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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: diff --git a/safe_transaction_service/history/admin.py b/safe_transaction_service/history/admin.py index af44c609a..8bf55183c 100644 --- a/safe_transaction_service/history/admin.py +++ b/safe_transaction_service/history/admin.py @@ -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): diff --git a/safe_transaction_service/history/indexers/events_indexer.py b/safe_transaction_service/history/indexers/events_indexer.py index 406894522..1dfafa95a 100644 --- a/safe_transaction_service/history/indexers/events_indexer.py +++ b/safe_transaction_service/history/indexers/events_indexer.py @@ -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: