From 242d39295aadb765367c69ad43859745f7bb8844 Mon Sep 17 00:00:00 2001 From: microwavedcola1 Date: Thu, 2 Jun 2022 17:08:31 +0200 Subject: [PATCH] patch idl Signed-off-by: microwavedcola1 --- ts/client/src/mango_v4.ts | 12 ++++-------- 1 file changed, 4 insertions(+), 8 deletions(-) diff --git a/ts/client/src/mango_v4.ts b/ts/client/src/mango_v4.ts index efb96abca..04d869ef8 100644 --- a/ts/client/src/mango_v4.ts +++ b/ts/client/src/mango_v4.ts @@ -1213,10 +1213,8 @@ export type MangoV4 = { } }, { - "name": "baseTokenDecimalsOpt", - "type": { - "option": "u8" - } + "name": "baseTokenDecimals", + "type": "u8" }, { "name": "quoteTokenIndex", @@ -4114,10 +4112,8 @@ export const IDL: MangoV4 = { } }, { - "name": "baseTokenDecimalsOpt", - "type": { - "option": "u8" - } + "name": "baseTokenDecimals", + "type": "u8" }, { "name": "quoteTokenIndex",