Skip to content

Commit 70fb569

Browse files
authored
idl: amm-inv-adj-latest-idl (#1697)
1 parent 39903f0 commit 70fb569

File tree

1 file changed

+13
-2
lines changed

1 file changed

+13
-2
lines changed

sdk/src/idl/drift.json

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6688,6 +6688,10 @@
66886688
{
66896689
"name": "ammSpreadAdjustment",
66906690
"type": "i8"
6691+
},
6692+
{
6693+
"name": "ammInventorySpreadAdjustment",
6694+
"type": "i8"
66916695
}
66926696
]
66936697
},
@@ -10979,12 +10983,19 @@
1097910983
"name": "referencePriceOffset",
1098010984
"type": "i32"
1098110985
},
10986+
{
10987+
"name": "ammInventorySpreadAdjustment",
10988+
"docs": [
10989+
"signed scale amm_spread similar to fee_adjustment logic (-100 = 0, 100 = double)"
10990+
],
10991+
"type": "i8"
10992+
},
1098210993
{
1098310994
"name": "padding",
1098410995
"type": {
1098510996
"array": [
1098610997
"u8",
10987-
12
10998+
11
1098810999
]
1098911000
}
1099011001
}
@@ -15868,4 +15879,4 @@
1586815879
"metadata": {
1586915880
"address": "dRiftyHA39MWEi3m9aunc5MzRF1JYuBsbn6VPcn33UH"
1587015881
}
15871-
}
15882+
}

0 commit comments

Comments
 (0)