From 8c0ff7b54d654101b55b5dfa0b16644cbd0075f1 Mon Sep 17 00:00:00 2001 From: bartosz-lipinski <264380+bartosz-lipinski@users.noreply.github.com> Date: Thu, 28 Jan 2021 09:53:46 -0600 Subject: [PATCH] feat: update account id --- src/utils/ids.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/ids.ts b/src/utils/ids.ts index 0ba145c..487f890 100644 --- a/src/utils/ids.ts +++ b/src/utils/ids.ts @@ -85,7 +85,7 @@ export const setProgramIds = (envName: string) => { if (envName === "mainnet-beta") { LENDING_PROGRAM_ID = new PublicKey( - "2KfJP7pZ6QSpXa26RmsN6kKVQteDEdQmizLSvuyryeiW" + "LendZqTs7gn5CTSJU1jWKhKuVpjJGom45nnwPb2AMTi" ); } };