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

set gasFeeMultiplier for polygon (#1635)

This commit is contained in:
mihaisc 2022-10-17 13:34:26 +03:00 committed by GitHub
parent 0b2957d92a
commit 42c3c12d09
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -66,7 +66,8 @@ export const configHelperNetworks: Config[] = [
providerUri: 'https://v4.provider.polygon.oceanprotocol.com',
subgraphUri: 'https://v4.subgraph.polygon.oceanprotocol.com',
explorerUri: 'https://polygonscan.com',
oceanTokenSymbol: 'mOCEAN'
oceanTokenSymbol: 'mOCEAN',
gasFeeMultiplier: 1.4
},
{
...configHelperNetworksBase,