File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed
Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change 1010 "@chain-registry/client" : " ^1.53.5" ,
1111 "@cosmjs/encoding" : " ^0.32.3" ,
1212 "@keplr-wallet/types" : " ^0.12.136" ,
13- "@namada/indexer-client" : " 1.0.2 " ,
13+ "@namada/indexer-client" : " ^1.1.4 " ,
1414 "@tailwindcss/container-queries" : " ^0.1.1" ,
1515 "@tanstack/query-core" : " ^5.40.0" ,
1616 "@tanstack/react-query" : " ^5.40.0" ,
Original file line number Diff line number Diff line change @@ -83,14 +83,13 @@ export const StakingRewards = (): JSX.Element => {
8383 description : (
8484 < >
8585 Your rewards claim is being processed and will be staked to the same
86- validators afterward.
86+ validator afterward.
8787 </ >
8888 ) ,
8989 } ) ,
9090 onSuccess : async ( ) => {
9191 const message = `New Claim & Stake Transaction Complete! 🎉\nAmount: ${ Number ( availableRewards ) ?. toLocaleString ( ) } $NAM\nTotal Bonded: ${ Number ( totalVotingPower ) ?. toLocaleString ( ) } $NAM\nAddress: ${ account ?. address } ` ;
9292 await sendTelegramMessage ( message ) ;
93-
9493 onCloseModal ( ) ;
9594 } ,
9695 } ) ;
You can’t perform that action at this time.
0 commit comments