Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add Blockaid announcement modal #1465

Merged
merged 5 commits into from
Sep 5, 2024

Conversation

piyalbasu
Copy link
Contributor

Screenshot 2024-09-05 at 11 20 11 AM

@@ -74,7 +74,7 @@ export const Preferences = () => {
<AutoSaveFields />
<div className="Preferences--section">
<div className="Preferences--section--title">
{t("Verification with")} stellar.expert & blockaid.io
{t("Verification with")} stellar.expert
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Copy change after chatting with product

@@ -30,7 +30,6 @@ export const SignMessageDemo = () => {
if (signedMessageObj.error) {
setResult(JSON.stringify(signedMessageObj.error));
} else {
console.log(signedMessageObj);
Copy link
Contributor Author

Choose a reason for hiding this comment

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

unrelated - but noticed this errant console.log

@@ -446,7 +445,7 @@ export const ScamAssetWarning = ({
)}
</div>
<div className="ScamAssetWarning__btns">
{!isValidatingSafeAssetsEnabled && !isSendWarning && (
{!isSendWarning && (
Copy link
Contributor Author

Choose a reason for hiding this comment

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

sorry for another slightly unrelated change - but product says that a blockaid warning should not block the ability to sign something

@piyalbasu piyalbasu merged commit 2fa6312 into release/5.23.2 Sep 5, 2024
3 checks passed
@piyalbasu piyalbasu deleted the feature/blockaid-announcement branch September 5, 2024 18:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants