We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc1fc65 commit a904838Copy full SHA for a904838
src/bridging/providers/bungee/const/contracts.ts
@@ -37,6 +37,8 @@ export const BungeeApproveAndBridgeV1Addresses: Record<TargetChainId, string | u
37
[SupportedChainId.BASE]: BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS,
38
[SupportedChainId.AVALANCHE]: BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS,
39
[SupportedChainId.POLYGON]: BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS,
40
+ [SupportedChainId.LENS]: undefined, // TODO: confirm
41
+ [SupportedChainId.BNB]: undefined, // TODO: confirm
42
[SupportedChainId.SEPOLIA]: undefined,
43
[AdditionalTargetChainId.OPTIMISM]: BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS,
44
}
0 commit comments