Skip to content

Commit

Permalink
Update cbzgrow.adapter.ts
Browse files Browse the repository at this point in the history
Signed-off-by: 73kn1k <[email protected]>
  • Loading branch information
73kn1k authored and raymondfeng committed Apr 27, 2023
1 parent 2a11d36 commit feab88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/cbzgrow.adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ export class CbzGrowStakingContractAdapter extends BaseStakingContractAdapter {
} else if (name === 'CBZ Seeds') {
return contract.stakedSeeds(owner);
} else {
return [BigNumber.from(0)];
return [];
}
}

Expand Down

0 comments on commit feab88a

Please sign in to comment.