Skip to content

Commit 77b7a1f

Browse files
authored
bump versions (#313)
* bump versions * aligns mainnet and sepolia
1 parent b663411 commit 77b7a1f

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

omnibus-mainnet.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "synthetix-omnibus"
2-
version = "6"
2+
version = "7"
33
description = "Includes the full synthetix system with configurations applied"
44
include = [
55
"tomls/settings.toml",

omnibus-sepolia.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name = "synthetix-omnibus"
2-
version = "4"
2+
version = "5"
33
description = "Includes the full synthetix system with configurations applied"
44
include = [
55
"tomls/settings.toml",
@@ -73,6 +73,9 @@ defaultValue = "0xc0F82A46033b8BdBA4Bb0B0e28Bc2006F64355bC"
7373
[setting.snx_chainlink_staleness_tolerance]
7474
defaultValue = "86400"
7575

76+
[setting.snx_liquidation_reward]
77+
defaultValue = "50000000000000000000"
78+
7679
[setting.weth_liquidation_reward]
7780
defaultValue = "10000000000000000000"
7881

0 commit comments

Comments
 (0)