Skip to content

Commit

Permalink
update gasFeeMultiplier
Browse files Browse the repository at this point in the history
  • Loading branch information
alexcos20 committed Mar 21, 2022
1 parent 4412eb1 commit fb54dc5
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions src/utils/ConfigHelper.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,8 @@ export const configHelperNetworks: Config[] = [
nodeUri: 'https://ropsten.infura.io/v3',
providerUri: 'https://v4.provider.ropsten.oceanprotocol.com',
subgraphUri: 'https://v4.subgraph.ropsten.oceanprotocol.com',
explorerUri: 'https://ropsten.etherscan.io'
explorerUri: 'https://ropsten.etherscan.io',
gasFeeMultiplier: 1.1
},
{
...configHelperNetworksBase,
Expand All @@ -50,7 +51,8 @@ export const configHelperNetworks: Config[] = [
nodeUri: 'https://rinkeby.infura.io/v3',
providerUri: 'https://v4.provider.rinkeby.oceanprotocol.com',
subgraphUri: 'https://v4.subgraph.rinkeby.oceanprotocol.com',
explorerUri: 'https://rinkeby.etherscan.io'
explorerUri: 'https://rinkeby.etherscan.io',
gasFeeMultiplier: 1.1
},
{
...configHelperNetworksBase,
Expand Down Expand Up @@ -83,7 +85,8 @@ export const configHelperNetworks: Config[] = [
nodeUri: 'https://rpc.api.moonbase.moonbeam.network',
providerUri: 'https://v4.provider.moonbase.oceanprotocol.com',
subgraphUri: 'https://v4.subgraph.moonbase.oceanprotocol.com',
explorerUri: 'https://moonbase.moonscan.io/'
explorerUri: 'https://moonbase.moonscan.io/',
gasFeeMultiplier: 1.1
},
{
...configHelperNetworksBase,
Expand All @@ -101,7 +104,8 @@ export const configHelperNetworks: Config[] = [
nodeUri: 'https://polygon-mumbai.infura.io/v3',
providerUri: 'https://v4.provider.mumbai.oceanprotocol.com',
subgraphUri: 'https://v4.subgraph.mumbai.oceanprotocol.com',
explorerUri: 'https://mumbai.polygonscan.com'
explorerUri: 'https://mumbai.polygonscan.com',
gasFeeMultiplier: 1.1
},
{
...configHelperNetworksBase,
Expand Down

0 comments on commit fb54dc5

Please sign in to comment.