diff --git a/app/providers/accounts/history.tsx b/app/providers/accounts/history.tsx index 897e17b4..8eb70468 100644 --- a/app/providers/accounts/history.tsx +++ b/app/providers/accounts/history.tsx @@ -132,7 +132,7 @@ async function fetchAccountHistory( let history; try { const connection = new Connection(url); - const fetched = await connection.getConfirmedSignaturesForAddress2(pubkey, options); + const fetched = await connection.getSignaturesForAddress(pubkey, options); history = { fetched, foundOldest: fetched.length < options.limit,