Skip to content
This repository was archived by the owner on Mar 11, 2025. It is now read-only.

Commit ad7e2bd

Browse files
build(deps): bump @solana/web3.js from 1.77.2 to 1.77.3 in /stake-pool/js (#4443)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Jon Cinque <[email protected]>
1 parent 09fa89d commit ad7e2bd

File tree

2 files changed

+35
-89
lines changed

2 files changed

+35
-89
lines changed

stake-pool/js/package-lock.json

Lines changed: 34 additions & 88 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

stake-pool/js/src/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export async function getStakePoolAccounts(
141141
): Promise<(StakePoolAccount | ValidatorListAccount)[] | undefined> {
142142
const response = await connection.getProgramAccounts(stakePoolProgramAddress);
143143

144-
return response.value.map((a) => {
144+
return response.map((a) => {
145145
let decodedData;
146146

147147
if (a.account.data.readUInt8() === 1) {

0 commit comments

Comments
 (0)