Skip to content

Commit

Permalink
increase gas multiplier on polygon (#1637)
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaisc committed Oct 23, 2022
1 parent 666bf42 commit 040a635
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/config/ConfigHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export const configHelperNetworks: Config[] = [
subgraphUri: 'https://v4.subgraph.polygon.oceanprotocol.com',
explorerUri: 'https://polygonscan.com',
oceanTokenSymbol: 'mOCEAN',
gasFeeMultiplier: 1.4
gasFeeMultiplier: 1.6
},
{
...configHelperNetworksBase,
Expand Down

0 comments on commit 040a635

Please sign in to comment.