Add port to LpExchangeRateTask

This commit is contained in:
Jackson Jessup 2022-07-29 11:05:52 -04:00
parent 87cc58ab3f
commit 95eec85d6a
1 changed files with 2 additions and 0 deletions

View File

@ -217,6 +217,8 @@ message OracleJob {
// Pool address for an Orca LP pool or whirlpool.
// A full list of Orca LP pools can be found here: https://www.orca.so/pools
string orca_pool_address = 7;
// The Port reserve pubkey. A full list can be found here: https://api-v1.port.finance/reserves
string port_reserve_address = 8;
}
}