@@ -8,7 +8,6 @@ export const BungeeCowswapLibAddresses: Record<TargetChainId, string | undefined
88 [ SupportedChainId . BASE ] : BUNGEE_COWSWAP_LIB_ADDRESS ,
99 [ SupportedChainId . AVALANCHE ] : BUNGEE_COWSWAP_LIB_ADDRESS ,
1010 [ SupportedChainId . POLYGON ] : BUNGEE_COWSWAP_LIB_ADDRESS ,
11- [ SupportedChainId . LENS ] : undefined , // TODO: confirm
1211 [ SupportedChainId . BNB ] : undefined , // TODO: confirm
1312 [ SupportedChainId . LINEA ] : undefined , // TODO: confirm
1413 [ SupportedChainId . PLASMA ] : undefined , // TODO: confirm
@@ -27,7 +26,6 @@ export const SocketVerifierAddresses: Record<TargetChainId, string | undefined>
2726 [ SupportedChainId . BASE ] : SOCKET_VERIFIER_ADDRESS ,
2827 [ SupportedChainId . AVALANCHE ] : SOCKET_VERIFIER_ADDRESS ,
2928 [ SupportedChainId . POLYGON ] : SOCKET_VERIFIER_ADDRESS ,
30- [ SupportedChainId . LENS ] : undefined , // TODO: confirm
3129 [ SupportedChainId . BNB ] : undefined , // TODO: confirm
3230 [ SupportedChainId . LINEA ] : undefined , // TODO: confirm
3331 [ SupportedChainId . PLASMA ] : undefined , // TODO: confirm
@@ -46,7 +44,6 @@ export const BungeeApproveAndBridgeV1Addresses: Record<TargetChainId, string | u
4644 [ SupportedChainId . BASE ] : BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS ,
4745 [ SupportedChainId . AVALANCHE ] : BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS ,
4846 [ SupportedChainId . POLYGON ] : BUNGEE_APPROVE_AND_BRIDGE_V1_ADDRESS ,
49- [ SupportedChainId . LENS ] : undefined , // TODO: confirm
5047 [ SupportedChainId . BNB ] : undefined , // TODO: confirm
5148 [ SupportedChainId . LINEA ] : undefined , // TODO: confirm
5249 [ SupportedChainId . PLASMA ] : undefined , // TODO: confirm
0 commit comments