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:
parent
0b2957d92a
commit
42c3c12d09
@ -66,7 +66,8 @@ export const configHelperNetworks: Config[] = [
|
|||||||
providerUri: 'https://v4.provider.polygon.oceanprotocol.com',
|
providerUri: 'https://v4.provider.polygon.oceanprotocol.com',
|
||||||
subgraphUri: 'https://v4.subgraph.polygon.oceanprotocol.com',
|
subgraphUri: 'https://v4.subgraph.polygon.oceanprotocol.com',
|
||||||
explorerUri: 'https://polygonscan.com',
|
explorerUri: 'https://polygonscan.com',
|
||||||
oceanTokenSymbol: 'mOCEAN'
|
oceanTokenSymbol: 'mOCEAN',
|
||||||
|
gasFeeMultiplier: 1.4
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
...configHelperNetworksBase,
|
...configHelperNetworksBase,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user