Skip to content

Commit 5c05fe4

Browse files
committed
it works
1 parent 44e62e6 commit 5c05fe4

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
extra.snx_pyth_oracle_id_buyback.event = "NodeRegistered"

0 commit comments

Comments
 (0)