forked from across-protocol/relayer
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
improve: Use base fee multiplier option in SDK to resolve gas fees (a…
…cross-protocol#1969) * improve(TransactionUtils): Use base fee multiplier Builds on across-protocol/sdk#801 and applies relayer's base fee multiplier to new SDK parameter to scale the base fee * Update TransactionUtils.ts * Add unsignedTx to getGasPriceEstimate call in TransactionUtils `runTransaction` method * Add warning * Use baseFeeMultiplier in ProfitClient * Remove relayer specific gas padding, add unit test about relayer fee calculator call * Fix test * Revert changes to ProfitClient * Update TransactionUtils.ts * import sdk * 3.4.1 * 3.4.2 * 3.4.3 * Update logs * Update ProfitClient.ts * Update TransactionUtils.ts * Update package.json * Update yarn.lock * Update TransactionUtils.ts * Update TransactionUtils.ts * Update package.json * 3.4.5-beta.1 * 3.4.5
- Loading branch information
1 parent
a70df06
commit 03e990d
Showing
5 changed files
with
69 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters