From 3d2d647ad268f7634c19825fd8d360fa2769b74a Mon Sep 17 00:00:00 2001 From: R Date: Mon, 4 Dec 2023 01:45:47 +0000 Subject: [PATCH] Update ChainTypes.js Add suez operation name serialization support --- lib/chain/src/ChainTypes.js | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/chain/src/ChainTypes.js b/lib/chain/src/ChainTypes.js index fc8c4cd..c465656 100644 --- a/lib/chain/src/ChainTypes.js +++ b/lib/chain/src/ChainTypes.js @@ -135,7 +135,10 @@ ChainTypes.operations = { credit_offer_update: 71, credit_offer_accept: 72, credit_deal_repay: 73, - credit_deal_expired: 74 // VIRTUAL + credit_deal_expired: 74, // VIRTUAL + liquidity_pool_update: 75, + credit_deal_update: 76, + limit_order_update: 77 }; ChainTypes.ticket_type = {