diff --git a/doc/release-notes.md b/doc/release-notes.md
--- a/doc/release-notes.md
+++ b/doc/release-notes.md
@@ -7,3 +7,4 @@
 This release includes the following features and fixes:
   - Additional flags "in" and "out" have been added to `-whitelist` to control whether
     permissions apply to incoming connections and/or manual (default: incoming only).
+  - Added a checkpoint after the November 15, 2024 eCash network upgrade.
diff --git a/src/networks/abc/checkpoints.cpp b/src/networks/abc/checkpoints.cpp
--- a/src/networks/abc/checkpoints.cpp
+++ b/src/networks/abc/checkpoints.cpp
@@ -82,6 +82,9 @@
         // Lee Kuan Yew activation.
         {844743, BlockHash::fromHex("0000000000000000053b80210677e6821a2ac0ed73"
                                     "b949a78667e1bfb3dfa6eb")},
+        // Augusto activation.
+        {871168, BlockHash::fromHex("0000000000000000232d2ec92c9a2dd3a6e887dabc"
+                                    "254c85f10e804239ff7274")},
     }};
 
 static CCheckpointData testNetCheckpointData = {
@@ -132,6 +135,9 @@
         // Lee Kuan Yew activation.
         {1608805, BlockHash::fromHex("00000000000ad004602681a2458bc6304196ec483"
                                      "f336cce7d031309e4d3592d")},
+        // Augusto activation.
+        {1635241, BlockHash::fromHex("00000000082c7e223785dffb1f62db4ec737b8fd1"
+                                     "4faaf4dfb7c5a8bbf22bd2d")},
     }};
 
 static CCheckpointData regTestCheckpointData = {