Skip to content

Commit

Permalink
Update ChainTypes.js
Browse files Browse the repository at this point in the history
Add suez operation name serialization support
  • Loading branch information
grctest committed Dec 4, 2023
1 parent e315579 commit 3d2d647
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion lib/chain/src/ChainTypes.js
Original file line number Diff line number Diff line change
Expand Up @@ -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 = {
Expand Down

0 comments on commit 3d2d647

Please sign in to comment.