diff --git a/src/config/events.tsx b/src/config/events.tsx index 2fecf43e6e..68b7bedbd3 100644 --- a/src/config/events.tsx +++ b/src/config/events.tsx @@ -123,4 +123,18 @@ export const appEventsData: EventData[] = [ bodyText: "Check the new PnL dashboard for traders under the wallet submenu or the trades history tab when connected.", }, + { + id: "avalanche-single-side-btc-eth-avax-markets", + title: "New BTC/USD, ETH/USD, and AVAX/USD single token GM pools on Avalanche", + isActive: true, + bodyText: ( + <> + Use only ,{" "} + , or{" "} + to provide liquidity to BTC/USD, ETH/USD, or + AVAX/USD. Buy GM without being exposed to stablecoins. + + ), + endDate: "11 Jul 2024, 0:00", + }, ]; diff --git a/src/config/markets.ts b/src/config/markets.ts index 43832f5b53..f2ea49eafa 100644 --- a/src/config/markets.ts +++ b/src/config/markets.ts @@ -34,6 +34,9 @@ export const ENABLED_MARKETS = { "0xA74586743249243D3b77335E15FE768bA8E1Ec5A", // LTC/USD [WAVAX-USDC] "0x913C1F46b48b3eD35E7dc3Cf754d4ae8499F31CF", // AVAX/USD [WAVAX-USDC] "0xD1cf931fa12783c1dd5AbB77a0706c27CF352f25", // XRP/USD [WAVAX-USDC] + "0x3ce7BCDB37Bf587d1C17B930Fa0A7000A0648D12", // BTC/USD [BTC-BTC] + "0x2A3Cf4ad7db715DF994393e4482D6f1e58a1b533", // ETH/USD [ETH-ETH] + "0x08b25A2a89036d298D6dB8A74ace9d1ce6Db15E5", // AVAX/USD [AVAX-AVAX] "0xf3652Eba45DC761e7ADd4091627d5Cda21F61613", // SWAP-ONLY [USDC-USDT.e] "0x297e71A931C5825867E8Fb937Ae5cda9891C2E99", // SWAP-ONLY [USDC-USDC.e] "0xA7b768d6a1f746fd5a513D440DF2970ff099B0fc", // SWAP-ONLY [USDT-USDT.e]