Skip to content

Commit 7f50ecc

Browse files
committed
use latest kamino lending IDL
1 parent 493dd93 commit 7f50ecc

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

43 files changed

+3046
-482
lines changed

clients/kamino-lending/coda.config.mjs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -108,11 +108,11 @@ export default defineConfig({
108108
]),
109109
},
110110

111-
// other
111+
// lending
112112
{
113113
instruction: "initGlobalConfig",
114114
account: "globalConfig",
115-
defaultValue: pdaValueNode(pdaLinkNode("globalConfig")),
115+
defaultValue: pdaValueNode(pdaLinkNode("lendingGlobalConfigState")),
116116
},
117117
{
118118
account: "lendingMarketAuthority",
@@ -121,7 +121,7 @@ export default defineConfig({
121121
]),
122122
},
123123
{
124-
account: "sysvarInfo",
124+
account: /sysvarInfo|instructionSysvarAccount/,
125125
defaultValue: SYSVAR_INSTRUCTIONS_VALUE_NODE,
126126
},
127127
{

0 commit comments

Comments
 (0)