Skip to content

Commit

Permalink
add todos
Browse files Browse the repository at this point in the history
  • Loading branch information
thegostep committed Aug 24, 2020
1 parent 3979461 commit 8b50301
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@ import { TransactionReceipt } from '@ethersproject/providers'
import * as IUniswapV2ERC20 from '@uniswap/v2-core/build/IUniswapV2ERC20.json'
import * as IUniswapV2Router01 from '@uniswap/v2-periphery/build/IUniswapV2Router01.json'

// @thegostep TODO: #2 add support for routerV2
export const UniswapRouterAddress = '0xf164fC0Ec4E93095b804a4795bBe1e041497b92a'

// @thegostep todo: #4 add getter for expected slippage
// @thegostep todo: #5 add documentation on default slippage and delay

/**
* Get parameters to perform a direct swap between two tokens.
*
Expand Down
1 change: 1 addition & 0 deletions test/blah.test.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { sum } from '../src'

// @thegostep todo: #3 add tests againsts buidler
describe('blah', () => {
it('works', () => {
expect(sum(1, 1)).toEqual(2)
Expand Down

0 comments on commit 8b50301

Please sign in to comment.