From 0f44e768fef009984eb0f87e385656de376c6e95 Mon Sep 17 00:00:00 2001 From: Theo Date: Fri, 16 Jun 2023 15:25:23 -0700 Subject: [PATCH] Validate bridge contract address --- constants/contracts.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/constants/contracts.ts b/constants/contracts.ts index fe9f161..797e2e7 100644 --- a/constants/contracts.ts +++ b/constants/contracts.ts @@ -74,7 +74,7 @@ export const BRIDGE_FEE_MANAGER: { [chainId in ChainId]: string } = { } export const FOREIGN_OMNIBRIDGE = { - [ChainId.MAINNET]: '0x88ad09518695c6c3712ac10a214be5109a655671', + [ChainId.MAINNET]: '0x88ad09518695c6c3712AC10a214bE5109a655671', } export const OMNIBRIDGE = {