Skip to content

Commit 9080371

Browse files
committed
hot fix: remove Socket bridge till exploit is fixed
1 parent c0e71ea commit 9080371

1 file changed

Lines changed: 1 addition & 9 deletions

File tree

src/services/EcoBridge/EcoBridge.config.ts

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -61,15 +61,7 @@ export const ecoBridgeConfig: EcoBridgeChildBase[] = [
6161
bridgeId: BRIDGES.SOCKET.id,
6262
displayName: BRIDGES.SOCKET.name,
6363
displayUrl: BRIDGES.SOCKET.url,
64-
supportedChains: bridgeSupportedChains([
65-
ChainId.ARBITRUM_ONE,
66-
ChainId.MAINNET,
67-
ChainId.POLYGON,
68-
ChainId.GNOSIS,
69-
ChainId.OPTIMISM_MAINNET,
70-
ChainId.BSC_MAINNET,
71-
ChainId.ZK_SYNC_ERA_MAINNET,
72-
]),
64+
supportedChains: bridgeSupportedChains([]),
7365
}),
7466
new XdaiBridge({
7567
bridgeId: BRIDGES.XDAI.id,

0 commit comments

Comments
 (0)