Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(adapter-manager): Catch undefined per-chain wrapEther config (#984)
* improve(relayer): Clear out token data explicitly and log token balances Based on an issue we're seeing where L1 to L2 rebalances are still getting duplicated, even after wrapping ETH, perhaps suggesting that the `tokenClient` is using stale data the logic written [here](https://github.com/across-protocol/relayer-v2/blob/master/src/relayer/RelayerClientHelper.ts#L159) should be reading updated balances post-ETH-unwrap but it may not. This PR adds more logs we can use to better debug * Update InventoryClient.ts * Update RelayerConfig.ts * fix(adapter-manager): Handle undefined chain-specific wrapEther config * lint Signed-off-by: nicholaspai <[email protected]> --------- Signed-off-by: nicholaspai <[email protected]>
- Loading branch information