@gobob/bob-sdk
Advanced tools
Comparing version 2.2.3 to 2.2.4
@@ -76,3 +76,3 @@ "use strict"; | ||
...quote, | ||
fee: Math.max(0, quote.fee - (params.gasRefill || 0)), | ||
fee: quote.fee + (params.gasRefill || 0), | ||
}; | ||
@@ -79,0 +79,0 @@ } |
{ | ||
"name": "@gobob/bob-sdk", | ||
"version": "2.2.3", | ||
"version": "2.2.4", | ||
"main": "dist/index.js", | ||
@@ -5,0 +5,0 @@ "types": "dist/index.d.ts", |
Sorry, the diff of this file is not supported yet
135561