Merge pull request #50 from switchboard-xyz/PortFinance

Add port to LpExchangeRateTask
This commit is contained in:
Jackson Jessup 2022-07-29 11:46:06 -04:00 committed by GitHub
commit 4f9f86cc1a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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;
}
}