Merge branch 'develop' into p2pix-V2

This commit is contained in:
brunoedcf
2023-02-06 20:21:35 -03:00
17 changed files with 448 additions and 158 deletions

View File

@@ -4,4 +4,5 @@ export type ValidDeposit = {
remaining: number;
seller: string;
pixKey: number;
open?: boolean;
};