Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add new avalanche 1 side markets #1054

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions src/config/events.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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 <TokenSymbolWithIcon symbol={getNormalizedTokenSymbol("BTC")} />,{" "}
<TokenSymbolWithIcon symbol={getNormalizedTokenSymbol("ETH")} />, or{" "}
<TokenSymbolWithIcon symbol={getNormalizedTokenSymbol("AVAX")} /> to provide liquidity to BTC/USD, ETH/USD, or
AVAX/USD. Buy GM without being exposed to stablecoins.
</>
),
endDate: "11 Jul 2024, 0:00",
},
];
3 changes: 3 additions & 0 deletions src/config/markets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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]
Expand Down