Skip to content

Commit

Permalink
Merge pull request #29 from Synthetixio/add-transactor-fees
Browse files Browse the repository at this point in the history
custom transactor fees
  • Loading branch information
sunnyvempati authored Jul 31, 2023
2 parents 7a9be8f + d6563a6 commit ecfca07
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions omnibus-optimism-goerli.toml
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,18 @@ defaultValue = "0.0001"
[setting.ethSettlementWindowDuration]
defaultValue = "600"

[invoke.setPerpsProxyCustomTransactorOnEthSynthMarket]
target = ["spotFactory.SpotMarketProxy"]
fromCall.func = "getMarketOwner"
fromCall.args = ["<%= extras.synth_eth_market_id %>"]
func = "setCustomTransactorFees"
args = [
"<%= extras.synth_eth_market_id %>",
"<%= imports.perpsFactory.contracts.PerpsMarketProxy.address %>",
"<%= parseEther('0.0001') %>"
]
depends=["provision.perpsFactory", "invoke.createEthSynth"]

# Pyth settlement strategy config
[setting.pythFeedUrl]
defaultValue = "https://api.synthetix.io/pyth-testnet/api/get_vaa_ccip?data={data}"
Expand Down

0 comments on commit ecfca07

Please sign in to comment.