Skip to content

Commit a0293b5

Browse files
committed
fix: update indexer-client version
1 parent 8c2f10e commit a0293b5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

apps/namadillo/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
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",

apps/namadillo/src/App/Staking/StakingRewards.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff 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
});

0 commit comments

Comments
 (0)