Skip to content

Commit

Permalink
Update utils.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kehiy authored Jun 22, 2024
1 parent c569322 commit 8bd53fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/utils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const handleCopy = (text: string) => {
};

export const pactusValidator=(value:string)=>{
return /^(tpc1z|[13])[a-zA-HJ-NP-Z0-9]{25,39}$/gm.test(value)
return /^(pc1z|[13])[a-zA-HJ-NP-Z0-9]{25,39}$/gm.test(value)
}

export const polygonValidator=(value:string)=>{
Expand Down

0 comments on commit 8bd53fe

Please sign in to comment.