From 6b9e1cd1eee510661283fd73bacf01267f523f5e Mon Sep 17 00:00:00 2001 From: yuli-ferna <35125931+yuli-ferna@users.noreply.github.com> Date: Tue, 16 Jan 2024 15:57:55 -0300 Subject: [PATCH] Include avax and update date in eth banner (main) (#678) * advances * advances --- apps/connect/src/configs/messages.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/apps/connect/src/configs/messages.tsx b/apps/connect/src/configs/messages.tsx index dd203d15d..045c9ebcb 100644 --- a/apps/connect/src/configs/messages.tsx +++ b/apps/connect/src/configs/messages.tsx @@ -31,7 +31,8 @@ const messages: Record = { wordWrap: "break-word", }} > - Native ETH transfers now live across Eth, Arb, Base, OP, Polygon, BNB.{" "} + Native ETH transfers now live across Eth, Arb, Base, OP, Polygon, BNB, + and Avax.{" "} = { ), - start: new Date("2024-01-17T11:00:00-05:00"), // any date in the past would be fine + start: new Date("2024-01-17T10:00:00-05:00"), // any date in the past would be fine }, cctp: { background: "linear-gradient(20deg, #f44b1b 0%, #eeb430 100%);",