Skip to content

Commit

Permalink
fix: fill in nakamoto ref link
Browse files Browse the repository at this point in the history
  • Loading branch information
whoabuddy committed Apr 13, 2024
1 parent a65d3e9 commit e7d681e
Showing 1 changed file with 12 additions and 7 deletions.
19 changes: 12 additions & 7 deletions src/components/votes/ccip-020.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -147,13 +147,18 @@ function CCIP020() {
<Stack spacing={2}>
<Text fontWeight="bold">Details:</Text>
<Text>
As the CityCoins Protocol prepares for the upcoming Nakamoto release
on the Stacks blockchain[^1], the accumulation of technical debt with
each change has made it increasingly challenging for core contributors
and volunteers to keep up with the necessary updates. In light of
these challenges and after careful consideration of community
feedback, this CCIP proposes a graceful shutdown of the CityCoins
Protocol.
As the CityCoins Protocol prepares for the{" "}
<Link
href="https://docs.stacks.co/nakamoto-upgrade/nakamoto-rollout-plan"
isExternal
>
upcoming Nakamoto release on the Stacks blockchain
</Link>
, the accumulation of technical debt with each change has made it
increasingly challenging for core contributors and volunteers to keep
up with the necessary updates. In light of these challenges and after
careful consideration of community feedback, this CCIP proposes a
graceful shutdown of the CityCoins Protocol.
</Text>
<Text>
<Link
Expand Down

0 comments on commit e7d681e

Please sign in to comment.