Skip to content

Commit

Permalink
Merge pull request #151 from OriginProtocol/fix/extend-stake
Browse files Browse the repository at this point in the history
fix: extend stake function
  • Loading branch information
apexearth authored Aug 3, 2024
2 parents c06d1fb + 8327f95 commit 01fb31e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export const ExtendAddLockupModal = ({
contract: tokens.mainnet.xOGN,
functionName: 'stake',
args: [
totalAmount[0],
amountToAdd[0],
durationSeconds,
address ?? ZERO_ADDRESS,
addRewards,
Expand Down

0 comments on commit 01fb31e

Please sign in to comment.