Skip to content

Commit

Permalink
Include avax and update date in eth banner (main) (#678)
Browse files Browse the repository at this point in the history
* advances

* advances
  • Loading branch information
yuli-ferna authored Jan 16, 2024
1 parent 1523457 commit 6b9e1cd
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions apps/connect/src/configs/messages.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@ const messages: Record<string, Message> = {
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.{" "}
<Link
href="https://wormhole.com/wormhole-launches-native-token-transfers-starting-with-native-eth-and-wsteth-across-7-evm-chains/"
target="_blank"
Expand All @@ -50,7 +51,7 @@ const messages: Record<string, Message> = {
</Typography>
</>
),
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%);",
Expand Down

0 comments on commit 6b9e1cd

Please sign in to comment.