-
Notifications
You must be signed in to change notification settings - Fork 15
/
omnibus-snaxchain-testnet.toml
35 lines (31 loc) · 1.78 KB
/
omnibus-snaxchain-testnet.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
name = "synthetix-omnibus"
version = "1"
description = "Snaxchain Testnet deployment"
include = [
# Governance
"tomls/omnibus-snaxchain-testnet/governance/councils-mothership.toml",
"tomls/omnibus-snaxchain-testnet/governance/wormhole.toml",
"tomls/omnibus-snaxchain-testnet/governance/snapshot-record.toml",
]
[setting.salt]
defaultValue = "even better salt"
[setting.owner]
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
[setting.deployer]
defaultValue = "0x48914229deDd5A9922f44441ffCCfC2Cb7856Ee9"
[var.governance]
governance_package = "synthetix-governance:3.6.3"
governance_satellite_package = "synthetix-governance-satellite:3.6.2"
governance_snapshot_record_package = "synthetix-snapshot-rewards:3.4.0"
governance_snapshot_record = "0x7BaE0d0Bf556B2C8F3BFd250D7c63B1B2711652B" # mock
governance_ambassador_weight = "0" # Quadratic Weight
governance_spartan_weight = "1" # Linear Weight
governance_treasury_weight = "1" # Linear Weight
governance_wormhole_core = "0xBB73cB66C26740F31d1FabDC6b7A46a038A300dd" # https://testnet-explorer.snaxchain.io/address/0xBB73cB66C26740F31d1FabDC6b7A46a038A300dd
governance_wormhole_relayer = "0xe1ECA712d327ed8e0E762A303c95c19b7b4659EE" # Mock relayer https://usecannon.com/packages/synthetix-governance/8/13001-test
governance_initial_council_member = "<%= settings.owner %>"
governance_minimum_active_members = "1"
governance_administration_period_duration = "90" # days
governance_nomination_period_duration = "15" # days
governance_voting_period_duration = "15" # days
governance_initial_nomination_period_start_date = "0"