Skip to content

Commit

Permalink
added carbon cdp module protobufs
Browse files Browse the repository at this point in the history
  • Loading branch information
NoahSaso committed Nov 20, 2024
1 parent fb61dd2 commit a85bde7
Show file tree
Hide file tree
Showing 59 changed files with 24,023 additions and 956 deletions.
36 changes: 18 additions & 18 deletions packages/types/protobuf/codegen/OmniFlix/bundle.ts
Original file line number Diff line number Diff line change
@@ -1,30 +1,30 @@
import * as _219 from "./onft/v1beta1/genesis";
import * as _220 from "./onft/v1beta1/onft";
import * as _221 from "./onft/v1beta1/params";
import * as _222 from "./onft/v1beta1/query";
import * as _223 from "./onft/v1beta1/tx";
import * as _544 from "./onft/v1beta1/tx.amino";
import * as _545 from "./onft/v1beta1/tx.registry";
import * as _546 from "./onft/v1beta1/query.rpc.Query";
import * as _547 from "./onft/v1beta1/tx.rpc.msg";
import * as _692 from "./rpc.query";
import * as _693 from "./rpc.tx";
import * as _220 from "./onft/v1beta1/genesis";
import * as _221 from "./onft/v1beta1/onft";
import * as _222 from "./onft/v1beta1/params";
import * as _223 from "./onft/v1beta1/query";
import * as _224 from "./onft/v1beta1/tx";
import * as _558 from "./onft/v1beta1/tx.amino";
import * as _559 from "./onft/v1beta1/tx.registry";
import * as _560 from "./onft/v1beta1/query.rpc.Query";
import * as _561 from "./onft/v1beta1/tx.rpc.msg";
import * as _710 from "./rpc.query";
import * as _711 from "./rpc.tx";
export namespace OmniFlix {
export namespace onft {
export const v1beta1 = {
..._219,
..._220,
..._221,
..._222,
..._223,
..._544,
..._545,
..._546,
..._547
..._224,
..._558,
..._559,
..._560,
..._561
};
}
export const ClientFactory = {
..._692,
..._693
..._710,
..._711
};
}
46 changes: 46 additions & 0 deletions packages/types/protobuf/codegen/Switcheo/bundle.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,46 @@
import * as _384 from "./carbon/cdp/asset_params";
import * as _385 from "./carbon/cdp/cdp_liquidations";
import * as _386 from "./carbon/cdp/debt_info";
import * as _387 from "./carbon/cdp/e_mode_category";
import * as _388 from "./carbon/cdp/event";
import * as _389 from "./carbon/cdp/genesis";
import * as _390 from "./carbon/cdp/params";
import * as _391 from "./carbon/cdp/query";
import * as _392 from "./carbon/cdp/rate_strategy_params";
import * as _393 from "./carbon/cdp/reward_scheme";
import * as _394 from "./carbon/cdp/stablecoin_debt_info";
import * as _395 from "./carbon/cdp/stablecoin_interest_info";
import * as _396 from "./carbon/cdp/tx";
import * as _681 from "./carbon/cdp/tx.amino";
import * as _682 from "./carbon/cdp/tx.registry";
import * as _683 from "./carbon/cdp/query.rpc.Query";
import * as _684 from "./carbon/cdp/tx.rpc.msg";
import * as _722 from "./rpc.query";
import * as _723 from "./rpc.tx";
export namespace Switcheo {
export namespace carbon {
export const cdp = {
..._384,
..._385,
..._386,
..._387,
..._388,
..._389,
..._390,
..._391,
..._392,
..._393,
..._394,
..._395,
..._396,
..._681,
..._682,
..._683,
..._684
};
}
export const ClientFactory = {
..._722,
..._723
};
}
Loading

0 comments on commit a85bde7

Please sign in to comment.