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

Commit

Permalink
bump default harmony, gas version
Browse files Browse the repository at this point in the history
  • Loading branch information
aureliusbtc committed Jul 28, 2022
1 parent dc3b9b4 commit e2eabc0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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.22",
"version": "0.95.1-alpha.23",
"description": "Synapse Protocol's NodeJS SDK.",
"repository": "github.com/synapsecns/sdk",
"author": "synapsecns",
Expand Down
2 changes: 1 addition & 1 deletion src/bridge/gasutils.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ export namespace GasUtils {
gasPrice: makeGwei('1'),
},
[ChainId.HARMONY]: {
gasPrice: makeGwei("45"),
gasPrice: makeGwei("115"),
bridgeGasLimit: BigNumber.from(250000),
approveGasLimit: BigNumber.from(75000)
}
Expand Down

0 comments on commit e2eabc0

Please sign in to comment.