Skip to content

Copy updates dapp - #1039

Open
r-czajkowski wants to merge 9 commits into
mainfrom
copy-updates-dapp
Open

Copy updates dapp#1039
r-czajkowski wants to merge 9 commits into
mainfrom
copy-updates-dapp

Conversation

@r-czajkowski

@r-czajkowski r-czajkowski commented Aug 26, 2026

Copy link
Copy Markdown
Contributor

Pauses deposits and brings dapp copy in line with the protocol upgrade.

  • Deposit button disabled with a paused tooltip
  • Pause banner on the dashboard
  • Target APY 14% → Current APY 0%
  • Removed the "Next drop in" Acre points countdown
  • Vault row: tBTC Allocator Vault, 0% net APY, Midas as Infrastructure Provider
  • Rewrote vault details copy for the Midas acreBTC (macreBTC) vault
  • Removed the Blog link from the footer

Deposits must stop while funds are recovered ahead of the allocator
vault upgrade. Reuses the `ArrivingSoonTooltip` pattern already used by
the paused Withdraw button, and drops the TVL-cap condition that
`DEPOSIT_CAP_ENABLED` left permanently unreachable.
Users need to know deposits are paused before they try to deposit. No
app-wide notice component existed: `MobileModeBanner` replaces the whole
page and `WithdrawalStatusBanner` is per-activity, so this adds a small
banner styled to match the latter and renders it full-width above the
balance card.
acreBTC earns Acre points only during the protocol upgrade, so the
advertised 14% target APY is no longer accurate. Renames the card to
`CurrentAPYCard` since it no longer shows a forward-looking estimate,
and updates the duplicate figure reported to Ledger Live.
The daily drop cadence no longer reflects how points accrue during the
upgrade, so the "Next drop in" countdown is misleading. Deletes
`AcrePointsLabel` and trims the balance tooltips to drop the same
claim. Balances still refresh on the existing poll interval, which the
countdown's refetch callback was only supplementing.
The vault details modal needs to link to the acreBTC token page, which
`createBlockExplorerLink` could not build. Adds a `token` case so
`BlockExplorerLink` stays the single path for explorer URLs rather than
hand-rolling one at the call site.
The vault no longer runs blended-yield strategies and Midas has replaced
Re7 Labs as the party named for it, so the row is retitled, the column
header becomes Infrastructure Provider, and net APY drops to 0% with the
"(est.)" suffix removed since zero is not an estimate. Also drops the
`details` field, which was computed per row but never read because the
modal rebuilds it.
Describes what the vault actually does now: hold tBTC ahead of strategy
deployment, redeemable on a ~72 hour cooldown. Names Midas as sole
infrastructure provider, collapsing the separate risk manager row, and
zeroes the APY figures that contradicted the 0% shown elsewhere.

Transparency links are reduced to the three addresses that still matter
-- available liquidity, the acreBTC token and the withdrawal queue --
and the modal footer no longer claims rewards auto-compound.
Drops the now-unused `BLOG` constant along with it.
@netlify

netlify Bot commented Aug 26, 2026

Copy link
Copy Markdown

Deploy Preview for acre-dapp-v1 ready!

Name Link
🔨 Latest commit bcad742
🔍 Latest deploy log https://app.netlify.com/projects/acre-dapp-v1/deploys/6a8edf15e693290008682a4c
😎 Deploy Preview https://deploy-preview-1039--acre-dapp-v1.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@r-czajkowski r-czajkowski self-assigned this Aug 26, 2026
@netlify

netlify Bot commented Aug 26, 2026

Copy link
Copy Markdown

Deploy Preview for acre-dapp ready!

Name Link
🔨 Latest commit bcad742
🔍 Latest deploy log https://app.netlify.com/projects/acre-dapp/deploys/6a8edf155b80840008112ffd
😎 Deploy Preview https://deploy-preview-1039--acre-dapp.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify

netlify Bot commented Aug 26, 2026

Copy link
Copy Markdown

Deploy Preview for acre-dapp-testnet ready!

Name Link
🔨 Latest commit bcad742
🔍 Latest deploy log https://app.netlify.com/projects/acre-dapp-testnet/deploys/6a8edf15e5d0ef000856d36d
😎 Deploy Preview https://deploy-preview-1039--acre-dapp-testnet.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

The Etherscan base URLs in `chains.ts` carry a trailing slash, so every
Ethereum link rendered as `etherscan.io//address/...`. Browsers tolerate
it, but the acreBTC and withdrawal queue links in the vault details
modal are specified without it. Normalises the prefix in
`createBlockExplorerLink` so all chains are handled the same way.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant