Skip to content

Commit

Permalink
Merge pull request #1308 from chainapsis/fix/elys-claim-rewards
Browse files Browse the repository at this point in the history
Enable to claim rewards on Elys network
  • Loading branch information
Thunnini authored Feb 5, 2025
2 parents 22f6175 + 0b172f6 commit 41908f7
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions apps/extension/src/pages/main/components/claim-all/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,10 @@ export const ClaimAll: FunctionComponent<{ isNotReady?: boolean }> = observer(
return "ibc/8E27BA2D5493AF5636760E354E46004562C46AB7EC0CC4C1CA14E9E20E2545B5";
}

if (chainInfo.chainIdentifier === "elys") {
return "ueden";
}

return chainInfo.stakeCurrency?.coinMinimalDenom;
})();

Expand Down

0 comments on commit 41908f7

Please sign in to comment.