Skip to content

Commit

Permalink
feat: set twapDuration for PT_rsETH_26SEP2024 and PT_sUSDe_26SEP2024 …
Browse files Browse the repository at this point in the history
…to be 1320(22min)
  • Loading branch information
simonzg committed Jul 11, 2024
1 parent 7ec2365 commit 2d1cce7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions helpers/deploymentConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -365,7 +365,7 @@ export const assets: Assets = {
token: "PT_sUSDe_26SEP2024",
address: "0x6c9f097e044506712B58EAC670c9a5fd4BCceF13",
oracle: "pendle",
twapDuration: 1800,
twapDuration: 1320,
yieldToken: "0x9D39A5DE30e57443BfF2A8307A4256c8797A3497",
},
{
Expand All @@ -379,7 +379,7 @@ export const assets: Assets = {
token: "PT_rsETH_26SEP2024",
address: "0x7bAf258049cc8B9A78097723dc19a8b103D4098F",
oracle: "pendle",
twapDuration: 1800,
twapDuration: 1320,
yieldToken: "0xA1290d69c65A6Fe4DF752f95823fae25cB99e5A7",
},
{
Expand Down

0 comments on commit 2d1cce7

Please sign in to comment.