forked from paraswap/paraswap-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request paraswap#99 from paraswap/feature/platypus
Feature: Platypus integration
- Loading branch information
Showing
31 changed files
with
3,364 additions
and
63 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,4 +4,5 @@ build/ | |
yarn-error.log | ||
.env | ||
tests/logs.json | ||
tests/states.json | ||
tests/states.json | ||
tests/configs.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,3 +2,4 @@ yarn-error.log | |
.env | ||
tests/logs.json | ||
tests/states.json | ||
tests/configs.json |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
import { Address } from '../../types'; | ||
|
||
export type PoolState = { | ||
// TODO: poolState is the state of event | ||
// TODO: poolState is the state of event | ||
// subsrciber. This should be the minimum | ||
// set of parameters required to compute | ||
// set of parameters required to compute | ||
// pool prices. Complete me! | ||
}; | ||
|
||
export type __DexName__Data = { | ||
// TODO: __DexName__Data is the dex data that is | ||
// returned by the API that can be used for | ||
// returned by the API that can be used for | ||
// tx building. The data structure should be minimal. | ||
// Complete me! | ||
}; | ||
|
||
export type DexParams = { | ||
// TODO: DexParams is set of parameters the can | ||
// be used to initiate a DEX fork. | ||
// Complete me! | ||
// be used to initiate a DEX fork. | ||
// Complete me! | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.