Skip to content

Commit d51127c

Browse files
dbeal-ethnoisekit
authored andcommitted
it works
1 parent 6baaea0 commit d51127c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tomls/omnibus-base-goerli-andromeda/perps/feeCollector.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,8 @@ args = ["<%= imports.buyback_snx.contracts.buyback_snx.address %>"]
3838
target = ["system.oracle_manager.Proxy"]
3939
func = "registerNode"
4040
args = [
41-
5, # 5 = pyth aggregator type
42-
"<%= defaultAbiCoder.encode(['address', 'bytes32', 'bool'], [settings.pyth_price_verification_address, settings.pythSnxFeedId, false]) %>",
41+
"<%= chainId == 13370 ? 8 : 5 %>", # 5 = pyth aggregator type, 8 = constant node
42+
"<%= chainId == 13370 ? defaultAbiCoder.encode(['uint256'], [parseEther('1')]) : defaultAbiCoder.encode(['address', 'bytes32', 'bool'], [settings.pyth_price_verification_address, settings.pythSnxFeedId, false]) %>",
4343
[
4444
],
4545
]

0 commit comments

Comments
 (0)