From 8156aa4fec03223f0805d8570f672dd1cd0b4587 Mon Sep 17 00:00:00 2001 From: Ted Smith Date: Wed, 8 May 2024 13:33:13 -0400 Subject: [PATCH] Add zkSend -> stashed blurb --- bin/sui-dev-newsletter-06.md | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/sui-dev-newsletter-06.md b/bin/sui-dev-newsletter-06.md index 6a1fbd9..9543955 100644 --- a/bin/sui-dev-newsletter-06.md +++ b/bin/sui-dev-newsletter-06.md @@ -46,6 +46,7 @@ We are eager for your feedback on what you would like to see in the newsletter-- * `--gas-budget` is now optional for all relevant commands. If the `gas-budget` is not passed, the CLI will first do a dry run to estimate the gas budget. * A new version of the Sui GraphQL RPC will be released this week, which will bring among other things multiple version support. Check out this [post](https://forums.sui.io/t/launching-sui-graphql-rpc-service/45240/3?u=stefan) to learn more. * Blockvision has built a code decompiler that allows to see the source code of a Move package on the [SuiVision](https://suivision.xyz) explorer. Check out this [post](https://twitter.com/blockvisionhq/status/1783496649526198589) +* zkSend is becoming Stashed, the easiest way for new users getting started in web3. Mysten strongly recommends that builders update their user interface to reflect the Stashed branding to avoid confusion. Builders can do this after zkSend.com begins redirecting to getstashed.com on **Thursday, May 9, 15:00 Pacific Time**. Existing zkSend SDK usage **will not be broken**, but clients are recommended to upgrade to take advantage of new features and user experience. For more information, see the [transition FAQ](https://docs.google.com/document/d/1loASJiAQMITKrhr1hw0f4xMHbbKJt1Uv0nuKcZxW2U8/edit). ### Tools * YubiSui - create a Sui Wallet inside a yubikey and sign Sui transactions with it. Check out the repo [here](https://github.com/MystenLabs/yubigen)