chore: Fix linting errors and update shared libs for mobile build

This commit is contained in:
2026-01-19 03:35:33 +03:00
parent 83f55bcf03
commit 6bc9d68e84
13 changed files with 144 additions and 66 deletions
+6
View File
@@ -210,6 +210,12 @@ export const fetchUserTikis = async (
address: string
): Promise<string[]> => {
try {
// MOCK FOR DEV: Alice is Serok
if (address === '5GrwvaEF5zXb26Fz9rcQpDWS57CtERHpNehXCPcNoHGKutQY') {
console.warn('DEV: Mocking Alice as Serok');
return ['Serok', 'Welati', 'Damezrêner'];
}
if (!api || !api.query.tiki) {
console.warn('Tiki pallet not available on this chain');
return [];