Skip to content

Commit

Permalink
Update to real feeds and update status (#2215)
Browse files Browse the repository at this point in the history
* update to unpaused

* update to real feeds

---------

Co-authored-by: Leonardo Massazza <[email protected]>
  • Loading branch information
kaleb-keny and leomassazza authored Mar 13, 2024
1 parent f1b14bf commit 3d068fc
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 24 deletions.
16 changes: 8 additions & 8 deletions publish/deployed/mainnet-ovm/perpsv2-markets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2406,8 +2406,8 @@
"liquidationBufferRatio": "0.0150",
"maxPD": "0.0024",
"maxLiquidationDelta": "0.0012",
"paused": true,
"offchainPaused": true
"paused": false,
"offchainPaused": false
},
{
"marketKey": "sCVXPERP",
Expand All @@ -2434,8 +2434,8 @@
"liquidationBufferRatio": "0.0150",
"maxPD": "0.0024",
"maxLiquidationDelta": "0.0012",
"paused": true,
"offchainPaused": true
"paused": false,
"offchainPaused": false
},
{
"marketKey": "sSTRKPERP",
Expand All @@ -2462,8 +2462,8 @@
"liquidationBufferRatio": "0.0150",
"maxPD": "0.0024",
"maxLiquidationDelta": "0.0012",
"paused": true,
"offchainPaused": true
"paused": false,
"offchainPaused": false
},
{
"marketKey": "sPENDLEPERP",
Expand All @@ -2490,7 +2490,7 @@
"liquidationBufferRatio": "0.0150",
"maxPD": "0.0024",
"maxLiquidationDelta": "0.0012",
"paused": true,
"offchainPaused": true
"paused": false,
"offchainPaused": false
}
]
12 changes: 4 additions & 8 deletions publish/deployed/sepolia-ovm/feeds.json
Original file line number Diff line number Diff line change
Expand Up @@ -344,22 +344,18 @@
},
"CVX": {
"asset": "CVX",
"feed": "0x01170919FCaf142C91F65EB78fa023462E9E6472",
"fakefeed": true
"feed": "0x01170919FCaf142C91F65EB78fa023462E9E6472"
},
"JUP": {
"asset": "JUP",
"feed": "0x854F28917357e2357dD027448D20BB55857B74e8",
"fakefeed": true
"feed": "0xD3de9e2aa19C5c719d182eFc850A12250A6E2cA3"
},
"PENDLE": {
"asset": "PENDLE",
"feed": "0x01170919FCaf142C91F65EB78fa023462E9E6472",
"fakefeed": true
"feed": "0x465CA63aB4C55Efd6088D2c1B013A8441D8f5f2e"
},
"STRK": {
"asset": "STRK",
"feed": "0x854F28917357e2357dD027448D20BB55857B74e8",
"fakefeed": true
"feed": "0xb41A140653440FE14721ba72831F6C054F7D1634"
}
}
16 changes: 8 additions & 8 deletions publish/deployed/sepolia-ovm/perpsv2-markets.json
Original file line number Diff line number Diff line change
Expand Up @@ -2406,8 +2406,8 @@
"liquidationBufferRatio": "0.0150",
"maxPD": "0.0024",
"maxLiquidationDelta": "0.0012",
"paused": true,
"offchainPaused": true
"paused": false,
"offchainPaused": false
},
{
"marketKey": "sCVXPERP",
Expand All @@ -2434,8 +2434,8 @@
"liquidationBufferRatio": "0.0150",
"maxPD": "0.0024",
"maxLiquidationDelta": "0.0012",
"paused": true,
"offchainPaused": true
"paused": false,
"offchainPaused": false
},
{
"marketKey": "sSTRKPERP",
Expand All @@ -2462,8 +2462,8 @@
"liquidationBufferRatio": "0.0150",
"maxPD": "0.0024",
"maxLiquidationDelta": "0.0012",
"paused": true,
"offchainPaused": true
"paused": false,
"offchainPaused": false
},
{
"marketKey": "sPENDLEPERP",
Expand All @@ -2490,7 +2490,7 @@
"liquidationBufferRatio": "0.0150",
"maxPD": "0.0024",
"maxLiquidationDelta": "0.0012",
"paused": true,
"offchainPaused": true
"paused": false,
"offchainPaused": false
}
]

0 comments on commit 3d068fc

Please sign in to comment.