Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
  • Loading branch information
sisou committed Oct 7, 2024
1 parent 117ed21 commit 5c46eff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/stores/Prestaking.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ export const usePrestakingStore = createStore({
'NQ97 H1NR S3X0 CVFQ VJ9Y 9A0Y FRQN Q6EU D0PL': {
address: 'NQ97 H1NR S3X0 CVFQ VJ9Y 9A0Y FRQN Q6EU D0PL',
label: 'AceStaking',
description: 'Ace your staking journey with our secure and efficient pool. Maximize your NIM rewards today!',
description: 'Ace your staking journey with our secure and efficient pool. '
+ 'Maximize your NIM rewards today!',
icon: 'acestaking.png',
website: 'https://acestaking.com',
stake: null,
Expand Down

0 comments on commit 5c46eff

Please sign in to comment.