Skip to content

Commit

Permalink
more logs
Browse files Browse the repository at this point in the history
  • Loading branch information
manolisliolios committed Oct 16, 2024
1 parent fba258c commit f254387
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions scripts/init/queries.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ export const queryRegistryTable = async (
},
});

console.log(table);
console.log(suins);

if (table.data?.content?.dataType !== 'moveObject')
throw new Error(`Invalid data ${suinsPackageId}`);

Expand Down

0 comments on commit f254387

Please sign in to comment.