Skip to content

Commit a904838

Browse files
committed
fix: add empty entries for new socket contract address
1 parent bc1fc65 commit a904838

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/bridging/providers/bungee/const/contracts.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ export const BungeeApproveAndBridgeV1Addresses: Record<TargetChainId, string | u
3737
[SupportedChainId.BASE]: BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS,
3838
[SupportedChainId.AVALANCHE]: BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS,
3939
[SupportedChainId.POLYGON]: BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS,
40+
[SupportedChainId.LENS]: undefined, // TODO: confirm
41+
[SupportedChainId.BNB]: undefined, // TODO: confirm
4042
[SupportedChainId.SEPOLIA]: undefined,
4143
[AdditionalTargetChainId.OPTIMISM]: BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS,
4244
}

0 commit comments

Comments
 (0)