diff --git a/package.json b/package.json index 3e7b822..e8b0267 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@paraswap/core", - "version": "1.0.4", + "version": "1.0.5-rfq-direct.0", "description": "Common library used between different paraswap packages", "main": "build/index.js", "types": "build/index.d.ts", diff --git a/src/constants.ts b/src/constants.ts index 4a1aaa0..12eeee9 100644 --- a/src/constants.ts +++ b/src/constants.ts @@ -20,5 +20,7 @@ export enum ContractMethod { protectedSimpleBuy = 'protectedSimpleBuy', swapOnZeroXv2 = 'swapOnZeroXv2', swapOnZeroXv4 = 'swapOnZeroXv4', + swapOnAugustusRFQ = 'swapOnAugustusRFQ', + swapOnAugustusRFQWithPermit = 'swapOnAugustusRFQWithPermit', buy = 'buy' // TODO: remove this in future }