Skip to content

Commit

Permalink
chore: error text
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeday committed Jul 1, 2024
1 parent 01a1b05 commit 5f40497
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,16 +6,16 @@ export const ErrorUnprocessable = () => (
textProps={{ color: 'error' }}
text={
<>
This address has too many stETH transfers. For querying such addresses
use{' '}
This address has reached limit for parsed stETH transfers. Fetch rewards
directly from Lido Subgraph using{' '}
<Link
href={
'https://lidofinance.github.io/lido-ethereum-sdk/methods/rewards/#get-rewards-from-subgraph'
}
>
Rewards Module from Lido Ethereum SDK
</Link>{' '}
and fetch rewards from subgraph directly
</Link>
.
</>
}
/>
Expand Down

0 comments on commit 5f40497

Please sign in to comment.