Skip to content

Commit

Permalink
fixed hostile missions
Browse files Browse the repository at this point in the history
  • Loading branch information
ametel01 committed Jan 29, 2024
1 parent 3052c63 commit 1525ab7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/frontend/src/hooks/FleetHooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export function useGetHostileMissions(planetId: number): HostileMission[] {
const { data } = useContractRead({
address: GAMEADDRESS,
abi: game.abi,
functionName: 'get_hostile_missions',
functionName: 'get_incoming_missions',
args: [planetId],
blockIdentifier: BlockTag.pending,
});
Expand Down

0 comments on commit 1525ab7

Please sign in to comment.