Skip to content

Commit

Permalink
[Hot-fix] Fix check-in on-chain task
Browse files Browse the repository at this point in the history
  • Loading branch information
saltict committed Dec 2, 2024
1 parent 4a96429 commit d7eefdc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ const _TaskItem = ({ actionReloadPoint, className, openWidget, reloadTask, task
const networkKey = task.network || 'storyOdyssey_testnet';
const isNftTask = !!task.metadata?.contractAddress;

payload.networkKey = networkKey;
payload.network = networkKey;

const getWcAddress = async (): Promise<string | null> => {
if (wcAccount) {
Expand Down

0 comments on commit d7eefdc

Please sign in to comment.