Skip to content

Commit

Permalink
Copy-paste leftover
Browse files Browse the repository at this point in the history
Co-authored-by: mfw78 <[email protected]>
  • Loading branch information
fedgiac and mfw78 authored Apr 16, 2024
1 parent 431277a commit 274d433
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tasks/withdraw/token_balances.ts
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ export async function getGnosisChainTokensWithBalanceAbove(
`https://gnosis.blockscout.com/api/v2/addresses/${settlementContract}/token-balances`,
);
if (response.status !== 200) {
throw new Error(`Error getting tokens from ETHplorer ${response}`);
throw new Error(`Error getting tokens from Blockscout ${response}`);
}
const result = [];
const data = response.data as BlockscoutAddressInfoResponse;
Expand Down

0 comments on commit 274d433

Please sign in to comment.