We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bef9066 commit 23bb07fCopy full SHA for 23bb07f
1 file changed
typescript/rebalancer/src/core/InventoryRebalancer.ts
@@ -15,7 +15,6 @@ import {
15
getSignerForChain,
16
type TypedTransactionReceipt,
17
} from '@hyperlane-xyz/sdk';
18
-<<<<<<< HEAD
19
import {
20
ProtocolType,
21
assert,
@@ -96,7 +95,6 @@ type InventoryMovementExecutionResult =
96
95
success: false;
97
error: string;
98
};
99
-
100
const RECOVERABLE_MAX_TRANSFER_ERROR_MESSAGES = [
101
'balance may be insufficient',
102
'transfer amount exceeds balance',
0 commit comments