Skip to content

Commit 587b420

Browse files
committed
roll back stub gas provider
1 parent 8da1de9 commit 587b420

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

src/swapService/strategies/strategyBalmySDK.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -162,12 +162,12 @@ export class StrategyBalmySDK {
162162
},
163163
},
164164
},
165-
gas: {
166-
source: {
167-
type: "custom",
168-
instance: new StubGasPriceSource(providerService),
169-
},
170-
},
165+
// gas: {
166+
// source: {
167+
// type: "custom",
168+
// instance: new StubGasPriceSource(providerService),
169+
// },
170+
// },
171171
} as BuildParams
172172
this.sdk = buildSDK(buildParams)
173173
this.match = match

0 commit comments

Comments
 (0)