@bulletxyz/bullet-sdk 0.25.4-rc.1 → 0.25.4-rc.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -150,24 +150,28 @@ type ExchangeCallMessage = {
150
150
  usdc_amount: number;
151
151
  };
152
152
  init_asset_metadata: {
153
- asset_id: AssetId;
154
- asset_name: string;
155
- token_id: TokenId;
156
- decimals: number;
153
+ args: {
154
+ asset_id: AssetId;
155
+ asset_name: string;
156
+ token_id: TokenId;
157
+ decimals: number;
158
+ };
157
159
  };
158
160
  init_borrow_lend_market: {
159
- asset_id: AssetId;
160
- optimal_utilisation_rate: number;
161
- min_borrow_rate: number;
162
- max_borrow_rate: number;
163
- optimal_borrow_rate: number;
164
- asset_weight: number;
165
- initial_liability_weight: number;
166
- maintenance_liability_weight: number;
167
- deposit_limit: number;
168
- borrow_limit: number;
169
- liquidation_reward_ratio: number;
170
- liability_liquidation_limit_ratio: number;
161
+ args: {
162
+ asset_id: AssetId;
163
+ optimal_utilisation_rate: number;
164
+ min_borrow_rate: number;
165
+ max_borrow_rate: number;
166
+ optimal_borrow_rate: number;
167
+ asset_weight: number;
168
+ initial_liability_weight: number;
169
+ maintenance_liability_weight: number;
170
+ deposit_limit: number;
171
+ borrow_limit: number;
172
+ liquidation_reward_ratio: number;
173
+ liability_liquidation_limit_ratio: number;
174
+ };
171
175
  };
172
176
  };
173
177
  export type RuntimeCall = ExactlyOne<{
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "type": "git",
5
5
  "url": "git+https://github.com/zetamarkets/bullet-sdk.git"
6
6
  },
7
- "version": "0.25.4-rc.1",
7
+ "version": "0.25.4-rc.2",
8
8
  "description": "Bullet SDK",
9
9
  "author": "@bulletxyz",
10
10
  "license": "Apache-2.0",