Skip to content

Commit

Permalink
chore: update code
Browse files Browse the repository at this point in the history
  • Loading branch information
camewell071 committed Sep 5, 2024
1 parent e6ba3b2 commit 7f5553c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions src/modules/blockchains/Buy/component4/LegoParent/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,12 @@ const LegoParent = ({
);
return;
}
case DappType.staking: {
window.open(
`${dappState?.chain?.dappURL || ''}/apps/staking`,
);
return;
}
case DappType.yologame: {
if (!label?.actionID) return;
window.open(
Expand Down

0 comments on commit 7f5553c

Please sign in to comment.