pl-fe: don't assume everything that looks like a crypto address is a crypto address

Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
nicole mikołajczyk
2025-11-06 16:49:37 +01:00
parent d897cf1353
commit 3890792bb1
13 changed files with 15 additions and 18 deletions

View File

@ -70,7 +70,6 @@ const getAsyncRefreshHeader = (response: Pick<Response, 'headers'>): AsyncRefres
return null;
};
interface RequestBody<Params = Record<string, any>> {
method?: 'GET' | 'POST' | 'PATCH' | 'PUT' | 'DELETE';
body?: any;