Skip to content

Commit

Permalink
fix cannonfile
Browse files Browse the repository at this point in the history
  • Loading branch information
sunnyvempati committed Jan 21, 2025
1 parent 6674637 commit 518a1d5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions packages/protocol/cannonfile.base-beta.toml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ lowerBoundMultiplier = "0.5773502691896257" # sqrt(1/3)
upperBoundMultiplier = "1.7320508075688772" # sqrt(3)
duration = "2419200" # 28 day in seconds
totalVaults = "2"
startTime = "0"
# tokens
wstETH = "0xc1CBa3fCea344f92D9239c08C0568f6F2F0ee452"
USDC = "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913"
Expand Down Expand Up @@ -134,7 +135,7 @@ from = "<%= settings.deployer %>"
func="initializeFirstEpoch"
args=[
"<%= settings.startingSqrtPriceX96 %>",
"0" # TODO: change this
"<%= settings.startTime %>"
]
depends=["invoke.initializeMarketForVaultYin"]

Expand All @@ -144,6 +145,6 @@ from = "<%= settings.deployer %>"
func="initializeFirstEpoch"
args=[
"<%= settings.startingSqrtPriceX96 %>",
"0" # TODO: change this
"<%= settings.startTime %>"
]
depends=["invoke.initializeMarketForVaultYang"]

0 comments on commit 518a1d5

Please sign in to comment.