Skip to content

Commit

Permalink
Add Paraswap
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafael Cidade committed Nov 26, 2021
1 parent 5b31b37 commit 157f462
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 3 deletions.
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "etherspot",
"version": "1.23.1",
"version": "1.24.0",
"description": "Etherspot SDK",
"keywords": [
"ether",
Expand Down
1 change: 1 addition & 0 deletions schema.graphql
Original file line number Diff line number Diff line change
Expand Up @@ -781,6 +781,7 @@ enum ExchangeProviders {
Sushiswap
Synthetix
Uniswap
Paraswap
}

enum GatewayBatchStates {
Expand Down
1 change: 1 addition & 0 deletions src/sdk/exchange/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export enum ExchangeProviders {
Synthetix = 'Synthetix',
Sushiswap = 'Sushiswap',
Honeyswap = 'Honeyswap',
Paraswap = 'Paraswap'
}

0 comments on commit 157f462

Please sign in to comment.