Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
senamakel committed Feb 11, 2021
1 parent 0c3b204 commit 8d0bb4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,20 @@ import { ChainId, JSBI, Percent, Token, WETH } from 'mahaswap-sdk'
import { AbstractConnector } from '@web3-react/abstract-connector'

import { fortmatic, injected, portis, walletconnect, walletlink } from '../connectors'
import { getPointerEventData } from 'react-use-gesture/dist/utils'

export const ROUTER_ADDRESS = '0xCDcF57Dfa6eFd5862b0f8F37a611876CA4aad3f9'

export const ZERO_ADDRESS = '0x0000000000000000000000000000000000000000'

export const CONTROLLER_ADDRESS = '0xB47C55930D705f28eBF98A6d637eddA1aB98924D'
export const CONTROLLER_ADDRESS = '0xb47c55930d705f28ebf98a6d637edda1ab98924d'

export { PRELOADED_PROPOSALS } from './proposals'

// a list of tokens by chain
type ChainTokenList = {
readonly [chainId in ChainId]: Token[]
}
getPointerEventData

export const USDC = new Token(ChainId.MAINNET, '0xA0b86991c6218b36c1d19D4a2e9Eb0cE3606eB48', 6, 'USDC', 'USD//C')
export const USDT = new Token(ChainId.MAINNET, '0xdAC17F958D2ee523a2206206994597C13D831ec7', 6, 'USDT', 'Tether USD')
export const COMP = new Token(ChainId.MAINNET, '0xc00e94Cb662C3520282E6f5717214004A7f26888', 18, 'COMP', 'Compound')
Expand Down

0 comments on commit 8d0bb4b

Please sign in to comment.