From 422c703e71c7fbfd6ad6c96723d3e8c98f7309de Mon Sep 17 00:00:00 2001 From: Noah Zinsmeister Date: Mon, 26 Jul 2021 14:19:29 -0400 Subject: [PATCH] Revert "feat(uma): uma call option routing (#1385)" This reverts commit 89d484d882e73ba6fe51a2cf66a893210cb0ce79. --- src/constants/routing.ts | 7 ------- src/constants/tokens.ts | 7 ------- 2 files changed, 14 deletions(-) diff --git a/src/constants/routing.ts b/src/constants/routing.ts index fcc5e962e..f49025edc 100644 --- a/src/constants/routing.ts +++ b/src/constants/routing.ts @@ -10,8 +10,6 @@ import { FXS, renBTC, TRIBE, - UMA, - UNI, USDC, USDT, WBTC, @@ -43,11 +41,6 @@ export const BASES_TO_CHECK_TRADES_AGAINST: ChainTokenList = { export const ADDITIONAL_BASES: { [chainId: number]: { [tokenAddress: string]: Token[] } } = { [SupportedChainId.MAINNET]: { '0xF16E4d813f4DcfDe4c5b44f305c908742De84eF0': [ETH2X_FLI], - '0xA948E86885e12Fb09AfEF8C52142EBDbDf73cD18': [UNI[SupportedChainId.MAINNET]], - '0x561a4717537ff4AF5c687328c0f7E90a319705C0': [UNI[SupportedChainId.MAINNET]], - '0xE0360A9e2cdd7d03B9408c7D3001E017BAc2EcD5': [UNI[SupportedChainId.MAINNET]], - '0xa6e3454fec677772dd771788a079355e43910638': [UMA], - '0xB46F57e7Ce3a284d74b70447Ef9352B5E5Df8963': [UMA], [FEI.address]: [TRIBE], [TRIBE.address]: [FEI], [FRAX.address]: [FXS], diff --git a/src/constants/tokens.ts b/src/constants/tokens.ts index 812169199..de70db2a8 100644 --- a/src/constants/tokens.ts +++ b/src/constants/tokens.ts @@ -100,13 +100,6 @@ export const renBTC = new Token( 'renBTC', 'renBTC' ) -export const UMA = new Token( - SupportedChainId.MAINNET, - '0x04Fa0d235C4abf4BcF4787aF4CF447DE572eF828', - 18, - 'UMA', - 'UMA Voting Token v1' -) export const ETH2X_FLI = new Token( SupportedChainId.MAINNET, '0xAa6E8127831c9DE45ae56bB1b0d4D4Da6e5665BD',