forked from Synthetixio/synthetix-deployments
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathomnibus-sepolia.toml
64 lines (49 loc) · 1.67 KB
/
omnibus-sepolia.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
name = "synthetix-omnibus"
version = "3.3.4"
description = "Includes the full synthetix system with configurations applied"
include = [
"tomls/settings.toml",
"tomls/ccip-testnet.toml",
"tomls/core.toml",
"tomls/permissions.toml",
"tomls/oracles/eth.toml",
"tomls/collaterals/weth.toml",
"tomls/pools/spartan-council.toml",
"tomls/permit-all-createPool.toml",
"tomls/permit-all-registerMarket.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 = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
[setting.weth_address]
defaultValue = "0x7b79995e5f793a07bc00c21412e50ecae098e7f9"
[setting.eth_aggregator_address]
defaultValue = "0x694AA1769357215DE4FAC081bf1f309aDC325306"
[setting.weth_liquidation_reward]
defaultValue = "10000000000000000000"
[setting.minimum_liquidity_ratio]
defaultValue = "2000000000000000000"
[setting.account_timeout_withdraw]
defaultValue = "86400"
[setting.deployer]
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
[setting.sc_pool_id]
defaultValue = "1"
[setting.pool_owner]
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
[setting.ccip_router]
defaultValue = "0xd0daae2231e9cb96b94c8512223533293c3693bf"
[setting.ccip_token_pool]
defaultValue = "0x9b65749b38278060c5787cce0391ac7f1094c8e8"
# TODO clean this block after deployment
[invoke.unapprove_wrongfully_deployed_snx_pool]
target = ["system.CoreProxy"]
fromCall.func = "owner"
func = "removeApprovedPool"
args = ["2"]