@bulletxyz/bullet-sdk 0.49.10 → 0.49.11

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.
@@ -3676,7 +3676,7 @@ class AuthenticatedClient extends ReadOnlyClient {
3676
3676
  return await this.submitTransaction({
3677
3677
  exchange: {
3678
3678
  admin: {
3679
- init_asset_info_v_1: {
3679
+ init_asset_info_v1: {
3680
3680
  args: {
3681
3681
  asset_id: assetId,
3682
3682
  asset_name: assetName,
@@ -3696,7 +3696,7 @@ class AuthenticatedClient extends ReadOnlyClient {
3696
3696
  return await this.submitTransaction({
3697
3697
  exchange: {
3698
3698
  admin: {
3699
- update_asset_info_v_1: {
3699
+ update_asset_info_v1: {
3700
3700
  args: {
3701
3701
  asset_id: assetId,
3702
3702
  withdraw_fee: this.encodeDecimal(withdrawFee),
@@ -3712,7 +3712,7 @@ class AuthenticatedClient extends ReadOnlyClient {
3712
3712
  return await this.submitTransaction({
3713
3713
  exchange: {
3714
3714
  admin: {
3715
- update_global_config_v_1: {
3715
+ update_global_config_v1: {
3716
3716
  args: {
3717
3717
  max_orders_per_user: options.maxOrdersPerUser ?? null,
3718
3718
  max_trigger_orders_per_user: options.maxTriggerOrdersPerUser ?? null,
@@ -4585,4 +4585,4 @@ export {
4585
4585
  AbortError
4586
4586
  };
4587
4587
 
4588
- //# debugId=045195ABCB92FAC864756E2164756E21
4588
+ //# debugId=42409491A994516364756E2164756E21