We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8da1de9 commit 587b420Copy full SHA for 587b420
src/swapService/strategies/strategyBalmySDK.ts
@@ -162,12 +162,12 @@ export class StrategyBalmySDK {
162
},
163
164
165
- gas: {
166
- source: {
167
- type: "custom",
168
- instance: new StubGasPriceSource(providerService),
169
- },
170
+ // gas: {
+ // source: {
+ // type: "custom",
+ // instance: new StubGasPriceSource(providerService),
+ // },
171
} as BuildParams
172
this.sdk = buildSDK(buildParams)
173
this.match = match
0 commit comments