Skip to content

Commit

Permalink
Add socket support again since they fixed exploit
Browse files Browse the repository at this point in the history
  • Loading branch information
Diogomartf committed Jan 17, 2024
1 parent 9080371 commit 1c9407a
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion src/services/EcoBridge/EcoBridge.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,15 @@ export const ecoBridgeConfig: EcoBridgeChildBase[] = [
bridgeId: BRIDGES.SOCKET.id,
displayName: BRIDGES.SOCKET.name,
displayUrl: BRIDGES.SOCKET.url,
supportedChains: bridgeSupportedChains([]),
supportedChains: bridgeSupportedChains([
ChainId.ARBITRUM_ONE,
ChainId.MAINNET,
ChainId.POLYGON,
ChainId.GNOSIS,
ChainId.OPTIMISM_MAINNET,
ChainId.BSC_MAINNET,
ChainId.ZK_SYNC_ERA_MAINNET,
]),
}),
new XdaiBridge({
bridgeId: BRIDGES.XDAI.id,
Expand Down

0 comments on commit 1c9407a

Please sign in to comment.