Skip to content

Commit

Permalink
Merge pull request #127 from hummingbot/fix/polygon-gasd
Browse files Browse the repository at this point in the history
Fix/polygon gasd
  • Loading branch information
fengtality authored Jun 6, 2023
2 parents aa2f59f + 7f75fa7 commit bc32710
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": "hummingbot-gateway",
"version": "1.15.0",
"version": "1.16.0",
"description": "Middleware that helps Hummingbot clients access standardized DEX API endpoints on different blockchain networks",
"main": "index.js",
"license": "Apache-2.0",
Expand Down
2 changes: 1 addition & 1 deletion src/templates/polygon.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ networks:
tokenListSource: 'src/chains/polygon/polygon_tokens_mumbai.json'
nativeCurrencySymbol: 'MATIC'

manualGasPrice: 100
manualGasPrice: 400
gasLimitTransaction: 3000000

0 comments on commit bc32710

Please sign in to comment.