Skip to content

Commit

Permalink
enable bridge instance for prod
Browse files Browse the repository at this point in the history
  • Loading branch information
andrearampin committed Jan 10, 2024
1 parent ad70ba7 commit 7a7fccb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/internal/bridge/sdk/src/config/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const SUPPORTED_SANDBOX_BRIDGES: BridgeInstance[] = [ETH_SEPOLIA_TO_ZKEVM_DEVNET
/**
* @constant {BridgeInstance[]} SUPPORTED_PRODUCTION_BRIDGES - An array of supported bridge instances for the production environment.
*/
const SUPPORTED_PRODUCTION_BRIDGES: BridgeInstance[] = [];
const SUPPORTED_PRODUCTION_BRIDGES: BridgeInstance[] = [ETH_MAINNET_TO_ZKEVM_MAINNET];

/**
* @constant {Object} SUPPORTED_BRIDGES_FOR_ENVIRONMENT - An object mapping environment types to their supported bridge instances.
Expand Down

0 comments on commit 7a7fccb

Please sign in to comment.