feat: update account id

This commit is contained in:
bartosz-lipinski 2021-01-28 09:53:46 -06:00
parent c5db4c6e6e
commit 8c0ff7b54d
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ export const setProgramIds = (envName: string) => {
if (envName === "mainnet-beta") {
LENDING_PROGRAM_ID = new PublicKey(
"2KfJP7pZ6QSpXa26RmsN6kKVQteDEdQmizLSvuyryeiW"
"LendZqTs7gn5CTSJU1jWKhKuVpjJGom45nnwPb2AMTi"
);
}
};