Skip to content

Commit

Permalink
Update with most recent changes
Browse files Browse the repository at this point in the history
  • Loading branch information
noisekit committed Sep 7, 2023
1 parent f68436f commit 921f1a9
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion omnibus-base-mainnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,16 +8,32 @@ include = [
# "tomls/collaterals/snx.toml",
"tomls/collaterals/weth.toml",
"tomls/pools/spartan-council.toml",
# "tomls/pools/passive-snx.toml",
"tomls/markets/spot/eth.toml",
"tomls/permit-all-transferCrossChain.toml",
]

[setting.snx_package]
defaultValue = "synthetix:3.3.4"

[setting.spot_market_package]
defaultValue = "synthetix-spot-market:3.3.4"

[setting.perps_market_package]
defaultValue = "synthetix-perps-market:3.3.4"

[setting.owner]
defaultValue = "0x6E1613B5c68B4Cf2A58400D8019a97849A678139"

[setting.salt]
defaultValue = "0x3330363734343032330000000000000000000000000000000000000000000000"

#[setting.snx_address]
#defaultValue = "0x"

#[setting.snx_aggregator_address]
#defaultValue = "0x"

[setting.weth_address]
# https://docs.base.org/base-contracts/#base-mainnet
defaultValue = "0x4200000000000000000000000000000000000006"
Expand All @@ -26,6 +42,9 @@ defaultValue = "0x4200000000000000000000000000000000000006"
# https://docs.chain.link/data-feeds/price-feeds/addresses/?network=base
defaultValue = "0x71041dddad3595F9CEd3DcCFBe3D1F4b0a16Bb70"

#[setting.snx_liquidation_reward]
#defaultValue = "10000000000000000000"

[setting.minimum_liquidity_ratio]
defaultValue = "2000000000000000000"

Expand All @@ -38,7 +57,7 @@ defaultValue = "0x302d2451d9f47620374B54c521423Bf0403916A2"
[setting.sc_pool_id]
defaultValue = "1"

[setting.sc_pool_owner]
[setting.pool_owner]
defaultValue = "0x302d2451d9f47620374B54c521423Bf0403916A2"

[setting.ccip_router]
Expand Down

0 comments on commit 921f1a9

Please sign in to comment.