Skip to content

Commit

Permalink
it works
Browse files Browse the repository at this point in the history
  • Loading branch information
dbeal-eth authored and noisekit committed Jan 8, 2024
1 parent 6baaea0 commit d51127c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tomls/omnibus-base-goerli-andromeda/perps/feeCollector.toml
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ args = ["<%= imports.buyback_snx.contracts.buyback_snx.address %>"]
target = ["system.oracle_manager.Proxy"]
func = "registerNode"
args = [
5, # 5 = pyth aggregator type
"<%= defaultAbiCoder.encode(['address', 'bytes32', 'bool'], [settings.pyth_price_verification_address, settings.pythSnxFeedId, false]) %>",
"<%= chainId == 13370 ? 8 : 5 %>", # 5 = pyth aggregator type, 8 = constant node
"<%= chainId == 13370 ? defaultAbiCoder.encode(['uint256'], [parseEther('1')]) : defaultAbiCoder.encode(['address', 'bytes32', 'bool'], [settings.pyth_price_verification_address, settings.pythSnxFeedId, false]) %>",
[
],
]
Expand Down

0 comments on commit d51127c

Please sign in to comment.