Skip to content

Conversation

@felicio
Copy link
Collaborator

@felicio felicio commented Nov 4, 2025

@changeset-bot
Copy link

changeset-bot bot commented Nov 4, 2025

🦋 Changeset detected

Latest commit: c320c91

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 8 packages
Name Type
@status-im/status-network Patch
hub Patch
status.network Patch
@status-im/wallet Patch
status.app Patch
portfolio Patch
api Patch
wallet Patch

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

@vercel
Copy link

vercel bot commented Nov 4, 2025

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Preview Comments Updated (UTC)
status-network-hub Ready Ready Preview 💬 7 unresolved
✅ 39 resolved
Dec 8, 2025 10:09pm
5 Skipped Deployments
Project Deployment Preview Comments Updated (UTC)
status-api Ignored Ignored Preview Dec 8, 2025 10:09pm
status-components Ignored Ignored Preview Dec 8, 2025 10:09pm
status-network-website Ignored Ignored Preview Dec 8, 2025 10:09pm
status-portfolio Ignored Ignored Preview Dec 8, 2025 10:09pm
status-website Ignored Ignored Preview Dec 8, 2025 10:09pm

This reverts commit 7c211ad.
@status-im-auto
Copy link
Member

status-im-auto commented Nov 6, 2025

Jenkins Builds

Click to see older builds (6)
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 249df33 #7 2025-11-06 11:05:39 ~41 sec connector 📦zip
✔️ 249df33 #7 2025-11-06 11:06:10 ~1 min wallet 📦zip
✔️ 2c8e146 #33 2025-12-05 02:04:06 ~40 sec connector 📦zip
✔️ 2c8e146 #33 2025-12-05 02:04:45 ~1 min wallet 📦zip
ff003fc #34 2025-12-05 05:49:14 ~21 sec connector 📄log
ff003fc #34 2025-12-05 05:49:16 ~21 sec wallet 📄log
Commit #️⃣ Finished (UTC) Duration Platform Result
✔️ 342f816 #47 2025-12-08 10:52:54 ~57 sec connector 📦zip
✔️ 342f816 #47 2025-12-08 10:53:43 ~1 min wallet 📦zip
✔️ be4ee23 #49 2025-12-08 13:47:54 ~37 sec connector 📦zip
✔️ be4ee23 #49 2025-12-08 13:48:25 ~1 min wallet 📦zip

formatUnits(
multiplierPointsData?.totalUncompounded ?? 0n,
SNT_TOKEN.decimals
STT_TOKEN.decimals
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We should revert this before shipping right?

const { refetch: refetchBalance } = useBalance({
scopeKey: 'balance',
address,
token: STT_TOKEN.address,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, do we want to revert his before shipping and use SNT token instead?

await executeStake(vaultAddress, amountWei)
} catch (error) {
sendVaultEvent({ type: 'REJECT' })
console.error('Staking failed:', error)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we want a toast here?

const hash = await writeContractAsync({
address: SNT_TOKEN.address,
abi: SNT_TOKEN.abi,
address: STT_TOKEN.address,
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here, maybe we want to revert this before shipping.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: In Progress

Development

Successfully merging this pull request may close these issues.

7 participants