Skip to content

Commit

Permalink
rm networks
Browse files Browse the repository at this point in the history
  • Loading branch information
estebanmino committed Mar 13, 2024
1 parent fd94a49 commit 02508e1
Showing 1 changed file with 1 addition and 7 deletions.
8 changes: 1 addition & 7 deletions src/core/raps/unlockAndSwap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,7 @@ export const estimateUnlockAndSwap = async (
});
}

if (
swapAssetNeedsUnlocking &&
chainId !== ChainId.avalanche &&
chainId !== ChainId.blast &&
chainId !== ChainId.zora &&
chainId !== ChainId.base
) {
if (swapAssetNeedsUnlocking) {
const gasLimitFromMetadata = await estimateUnlockAndSwapFromMetadata({
swapAssetNeedsUnlocking,
chainId,
Expand Down

0 comments on commit 02508e1

Please sign in to comment.