@@ -28,7 +28,7 @@ Please:
2828- ** Do not use in production**
2929- ** Do not use a Ledger device with funds for development purposes.**
3030- ** Have a separate and marked device that is used ONLY for development and testing**
31- # Acala 1.2060 .x
31+ # Acala 1.2061 .x
3232
3333## System
3434
@@ -507,7 +507,6 @@ Please:
507507| :---------- | :------------:| :--------:| :--------:| :--------|
508508| Liquidate | | | | ` CurrencyId ` currency_id <br />` LookupasStaticLookupSource ` who <br /> |
509509| Settle | | | | ` CurrencyId ` currency_id <br />` LookupasStaticLookupSource ` who <br /> |
510- | Set global params | | | | ` Rate ` global_interest_rate_per_sec <br /> |
511510| Set collateral params | | | | ` CurrencyId ` currency_id <br />` ChangeOptionRate ` interest_rate_per_sec <br />` ChangeOptionRatio ` liquidation_ratio <br />` ChangeOptionRate ` liquidation_penalty <br />` ChangeOptionRatio ` required_collateral_ratio <br />` ChangeBalance ` maximum_total_debit_value <br /> |
512511
513512## EmergencyShutdown
@@ -601,6 +600,18 @@ Please:
601600| Claim account | | :heavy_check_mark : | | ` EvmAddress ` eth_address <br />` Eip712Signature ` eth_signature <br /> |
602601| Claim default account | | :heavy_check_mark : | | |
603602
603+ ## StableAsset
604+
605+ | Name | Light | XL | Nesting | Arguments |
606+ | :---------- | :------------:| :--------:| :--------:| :--------|
607+ | Create pool | | | | ` AssetId ` pool_asset <br />` VecAssetId ` assets <br />` VecAtLeast64BitUnsigned ` precisions <br />` AtLeast64BitUnsigned ` mint_fee <br />` AtLeast64BitUnsigned ` swap_fee <br />` AtLeast64BitUnsigned ` redeem_fee <br />` AtLeast64BitUnsigned ` initial_a <br />` AccountId ` fee_recipient <br />` AccountId ` yield_recipient <br />` AtLeast64BitUnsigned ` precision <br /> |
608+ | Mint | | :heavy_check_mark : | | ` StableAssetPoolId ` pool_id <br />` VecBalance ` amounts <br />` Balance ` min_mint_amount <br /> |
609+ | Swap | | :heavy_check_mark : | | ` StableAssetPoolId ` pool_id <br />` PoolTokenIndex ` i <br />` PoolTokenIndex ` j <br />` Balance ` dx <br />` Balance ` min_dy <br />` u32 ` asset_length <br /> |
610+ | Redeem proportion | | :heavy_check_mark : | | ` StableAssetPoolId ` pool_id <br />` Balance ` amount <br />` VecBalance ` min_redeem_amounts <br /> |
611+ | Redeem single | | :heavy_check_mark : | | ` StableAssetPoolId ` pool_id <br />` Balance ` amount <br />` PoolTokenIndex ` i <br />` Balance ` min_redeem_amount <br />` u32 ` asset_length <br /> |
612+ | Redeem multi | | :heavy_check_mark : | | ` StableAssetPoolId ` pool_id <br />` VecBalance ` amounts <br />` Balance ` max_redeem_amount <br /> |
613+ | Modify a | | | | ` StableAssetPoolId ` pool_id <br />` AtLeast64BitUnsigned ` a <br />` BlockNumber ` future_a_block <br /> |
614+
604615## ParachainSystem
605616
606617| Name | Light | XL | Nesting | Arguments |
0 commit comments