Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# Shielding dApp
# BlankSquare WebApp
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "shielding-dapp",
"name": "blanksquare-webapp",
"private": true,
"version": "0.0.0",
"type": "module",
Expand Down
2 changes: 0 additions & 2 deletions src/domains/misc/components/BIcon/icons.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import Chevron from './icons/chevron.svg?react';
import ChevronDoubleDownRegular from './icons/chevronDoubleDownRegular.svg?react';
import ChevronLeft from './icons/chevronLeft.svg?react';
import ClipboardPaste from './icons/clipboardPaste.svg?react';
import Common from './icons/common.svg?react';
import CompassNorthWest from './icons/compassNorthWest.svg?react';
import Copied from './icons/copied.svg?react';
import Copy from './icons/copy.svg?react';
Expand Down Expand Up @@ -101,7 +100,6 @@ export const icons = {
ChevronDoubleDownRegular,
ChevronLeft,
ClipboardPaste,
Common,
CompassNorthWest,
Copied,
Copy,
Expand Down
3 changes: 0 additions & 3 deletions src/domains/misc/components/BIcon/icons/common.svg

This file was deleted.

6 changes: 0 additions & 6 deletions src/domains/misc/components/Toast/Toast.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ import { STATUS_ICONS_DATA } from './consts';

const meta = {
component: Toast,
parameters: {
design: {
type: 'figma',
url: 'https://www.figma.com/file/Hxk6JqTHnWwLaxsxvEZPtN/Common-Design-System?type=design&node-id=8557-227520',
},
},
} satisfies Meta<typeof Toast>;

export default meta;
Expand Down
20 changes: 10 additions & 10 deletions src/domains/misc/consts/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,13 @@ export const NEVER_CHANGING_DATA_OPTIONS = {

export const FAUCET_LINK = 'https://shielder-faucet.vercel.app/';
export const LANDING_PAGE_LINK = 'https://blanksquare.io';
export const KNOWLEDGE_BASE_LINK = 'https://docs.common.fi/knowledge-base/web-app-user-guide';
export const STATISTICS_LINK = 'https://stats.common.fi/';
export const FEEDBACK_LINK='https://feedback.common.fi/?b=67f637404dea52efc92da1a6';
export const CHANGELOG_LINK = 'https://feedback.common.fi/changelog';
export const BEST_PRACTICES_LINK = 'https://docs.common.fi/knowledge-base/shielding/privacy-best-practices';
export const FRAUD_PROTECTION_LINK = 'https://docs.common.fi/knowledge-base/fraud-protection';
export const TERMS_OF_SERVICE_LINK = 'https://common.fi/terms-of-service-webapp';
export const TERMS_OF_CONDITIONS_LINK = 'https://common.fi/terms-and-conditions-shielder-service';
export const PRIVACY_POLICY_LINK = 'https://common.fi/privacy-policy-webapp';
export const KEY_GENERATION_PROCESS_LINK = 'https://docs.common.fi/knowledge-base/shielding/key-generation-process';
export const KNOWLEDGE_BASE_LINK = 'https://docs.blanksquare.io/knowledge-base/web-app-user-guide';
export const STATISTICS_LINK = 'https://stats.blanksquare.io/';
export const FEEDBACK_LINK='https://feedback.blanksquare.io/?b=67f637404dea52efc92da1a6';
export const CHANGELOG_LINK = 'https://feedback.blanksquare.io/changelog';
export const BEST_PRACTICES_LINK = 'https://docs.blanksquare.io/knowledge-base/shielding/privacy-best-practices';
export const FRAUD_PROTECTION_LINK = 'https://docs.blanksquare.io/knowledge-base/fraud-protection';
export const TERMS_OF_SERVICE_LINK = 'https://blanksquare.io/terms-of-service-webapp';
export const TERMS_OF_CONDITIONS_LINK = 'https://blanksquare.io/terms-and-conditions-shielder-service';
export const PRIVACY_POLICY_LINK = 'https://blanksquare.io/privacy-policy-webapp';
export const KEY_GENERATION_PROCESS_LINK = 'https://docs.blanksquare.io/knowledge-base/shielding/key-generation-process';
2 changes: 1 addition & 1 deletion src/domains/shielder/components/HelpDisclaimer.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ const HelpDisclaimer = () => (
<Container>
<BIcon size={20} icon="CheckmarkStarburst" />
<Text>
Common's privacy system is protected from fraud.
BlankSquare's privacy system is protected from fraud.
{' '}
<Link href={FRAUD_PROTECTION_LINK} target="_blank" rel="noopener noreferrer">Learn how</Link>
</Text>
Expand Down
8 changes: 4 additions & 4 deletions src/domains/shielder/consts/consts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,13 @@
* Changing it will break compatibility for all users relying on the current message.
*/
export const MAINNET_SHIELDER_PRIVATE_KEY_SIGNING_MESSAGE = `
Sign this message to enter the Common Web App and start shielding your assets.
Sign this message to enter the BlankSquare Web App and start shielding your assets.

SECURITY WARNING: Always ensure the website address is actually common.fi. If it's not, do not proceed! You may be at risk of losing your funds.
SECURITY WARNING: Always ensure the website address is actually blanksquare.io. If it's not, do not proceed! You may be at risk of losing your funds.
`;

export const TESTNET_SHIELDER_PRIVATE_KEY_SIGNING_MESSAGE = `
Sign this message to enter the Common Web App and start shielding your assets on testnets.
Sign this message to enter the BlankSquare Web App and start shielding your assets on testnets.

SECURITY WARNING: Always ensure the website address is actually common.fi. If it's not, do not proceed! You may be at risk of losing your funds.
SECURITY WARNING: Always ensure the website address is actually blanksquare.io. If it's not, do not proceed! You may be at risk of losing your funds.
`;