Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion api/_errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ export class SwapQuoteUnavailableError extends InputError {
/**
* Handles the recurring case of error handling
* @param endpoint A string numeric to indicate to the logging utility where this error occurs
* @param response A VercelResponse object that is used to interract with the returning reponse
* @param response A VercelResponse object that is used to interact with the returning response
* @param logger A logging utility to write to a cloud logging provider
* @param error The error that will be returned to the user
* @param span The span to record the error on
Expand Down
2 changes: 1 addition & 1 deletion src/views/Bridge/hooks/useBridgeAction.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export function useBridgeAction(
frozenDepositArgs.toAddress,
amount
);
// Create a txn calldata for transfering amount to recipient
// Create a txn calldata for transferring amount to recipient
const erc20Interface = new utils.Interface([
"function transfer(address to, uint256 amount) returns (bool)",
]);
Expand Down