Skip to content
This repository has been archived by the owner on Apr 18, 2024. It is now read-only.

Commit

Permalink
Merge pull request #154 from synapsecns/update/gas
Browse files Browse the repository at this point in the history
upping gas params for avalanche
  • Loading branch information
aureliusbtc committed Dec 19, 2023
2 parents d837b52 + ab9eb15 commit 9e600c8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@synapseprotocol/sdk",
"version": "0.95.1-alpha.66",
"version": "0.95.1-alpha.68",
"description": "Synapse Protocol's NodeJS SDK.",
"repository": "github.com/synapsecns/sdk",
"author": "synapsecns",
Expand Down
4 changes: 2 additions & 2 deletions src/bridge/gasutils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ export namespace GasUtils {
bridgeGasLimit: BigNumber.from(1500000),
},
[ChainId.AVALANCHE]: {
maxFeePerGas: makeGwei("210"),
maxPriorityFee: makeGwei("3"),
maxFeePerGas: makeGwei("2000"),
maxPriorityFee: makeGwei("30"),
bridgeGasLimit: BigNumber.from(700000),
approveGasLimit: BigNumber.from(75000),
},
Expand Down

0 comments on commit 9e600c8

Please sign in to comment.