Skip to content

Commit

Permalink
Merge pull request #127 from BTS-CM/suez_fix
Browse files Browse the repository at this point in the history
Update ChainTypes.js - suez support
  • Loading branch information
abitmore committed Dec 4, 2023
2 parents e315579 + 3d2d647 commit 68d6909
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 68d6909

Please sign in to comment.