Skip to content

Commit dd0e335

Browse files
authored
Merge branch 'dev' into feat/case-dev-buttons
2 parents fe737d4 + 42e9b77 commit dd0e335

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/src/consts/processEnvConsts.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ export const HERMES_TELEGRAM_BOT_URL =
1717
export const EMAIL_REGEX = /^[a-zA-Z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-zA-Z0-9-]+(?:\.[a-zA-Z0-9-]+)*$/;
1818
export const TELEGRAM_REGEX = /^@\w{5,32}$/;
1919
export const ETH_ADDRESS_REGEX = /^0x[a-fA-F0-9]{40}$/;
20-
export const ETH_SIGNATURE_REGEX = /^0x[a-fA-F0-9]{130}$/;
20+
export const ETH_SIGNATURE_REGEX = /^0x([a-fA-F0-9]{130})+$|^0x$/;
2121

2222
export const isProductionDeployment = () => process.env.REACT_APP_DEPLOYMENT === "mainnet";
2323

0 commit comments

Comments
 (0)