Skip to content

Commit

Permalink
chore: use chain name for recovery message
Browse files Browse the repository at this point in the history
using chainname for fund address message

Ticket: WIN-1270

TICKET: WIN-1270
  • Loading branch information
sachushaji committed Dec 1, 2023
1 parent cad2ee6 commit 884fe16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/abstract-eth/src/abstractEthLikeNewCoins.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1350,7 +1350,7 @@ export abstract class AbstractEthLikeNewCoins extends AbstractEthLikeCoin {
throw new Error(
`Backup key address ${backupKeyAddress} has balance ${(backupKeyBalance / weiToGwei).toString()} Gwei.` +
`This address must have a balance of at least ${(totalGasNeeded / weiToGwei).toString()}` +
` Gwei to perform recoveries. Try sending some MATIC to this address then retry.`
` Gwei to perform recoveries. Try sending some funds to this address then retry.`
);
}

Expand Down

0 comments on commit 884fe16

Please sign in to comment.