1
0
mirror of https://github.com/oceanprotocol/ocean.js.git synced 2024-11-26 20:39:05 +01:00

increase gas multiplier on polygon (#1637)

This commit is contained in:
mihaisc 2022-10-23 11:35:02 +03:00 committed by GitHub
parent 666bf42848
commit 040a635de5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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,