From fed9df53be65990d4a8d06e85e410d8fbccf4750 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Tue, 4 Feb 2025 11:35:51 +0100 Subject: [PATCH 1/4] Fix typos in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 22ef1a7..3d46fb0 100644 --- a/README.md +++ b/README.md @@ -46,7 +46,7 @@ These contracts make other chain-native functionalities available in Acala EVM. ### On-chain Automatic Scheduler - ScheduleCall contract address: `ADDRESS.SCHEDULE` -- Docs [contracts/docs/schdule/Schdule.md](./contracts/docs/schdule/Schdule.md) +- Docs [contracts/docs/schedule/Schdule.md](./contracts/docs/schedule/Schdule.md) ### DEX - DEX contract address: `ADDRESS.DEX` From 8e71f3b2ebff8acab8cfc4457bc54fd583d5eb01 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Tue, 4 Feb 2025 11:35:53 +0100 Subject: [PATCH 2/4] Fix typos in contracts/docs/incentives/InterfaceIncentives.md --- contracts/docs/incentives/InterfaceIncentives.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/docs/incentives/InterfaceIncentives.md b/contracts/docs/incentives/InterfaceIncentives.md index bd24576..6399ad6 100644 --- a/contracts/docs/incentives/InterfaceIncentives.md +++ b/contracts/docs/incentives/InterfaceIncentives.md @@ -16,7 +16,7 @@ You can use this predeploy contract to call incentives pallet function claimRewards(enum InterfaceIncentives.PoolId pool, address poolCurrencyId) external nonpayable returns (bool) ``` -Claim all avalible multi currencies rewards for specific PoolId. +Claim all available multi currencies rewards for specific PoolId. *It'll emit an {ClaimedRewards} event.* From ef1cfb03292a86f50d5c2b52fa1149c70d6c2ff7 Mon Sep 17 00:00:00 2001 From: Hack666r Date: Tue, 4 Feb 2025 11:35:54 +0100 Subject: [PATCH 3/4] Fix typos in contracts/docs/homa/Homa.md --- contracts/docs/homa/Homa.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/docs/homa/Homa.md b/contracts/docs/homa/Homa.md index ace8543..17a3a51 100644 --- a/contracts/docs/homa/Homa.md +++ b/contracts/docs/homa/Homa.md @@ -106,7 +106,7 @@ Mint liquid currency with staking currency. function requestRedeem(uint256 redeemAmount, bool fastMatch) external nonpayable returns (bool) ``` -Request to redeem liquid curency for staking currency. +Request to redeem liquid currency for staking currency. *It'll emit an {RequestedRedeem} event.* From 91ff418c13017113716a9fa9538129e546e55bbd Mon Sep 17 00:00:00 2001 From: Hack666r Date: Tue, 4 Feb 2025 11:35:56 +0100 Subject: [PATCH 4/4] Fix typos in contracts/docs/stable-asset/IStableAsset.md --- contracts/docs/stable-asset/IStableAsset.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contracts/docs/stable-asset/IStableAsset.md b/contracts/docs/stable-asset/IStableAsset.md index 4bb6a55..fa90756 100644 --- a/contracts/docs/stable-asset/IStableAsset.md +++ b/contracts/docs/stable-asset/IStableAsset.md @@ -123,7 +123,7 @@ Get stable asset pool tokens. | Name | Type | Description | |---|---|---| | _0 | bool | poolExists whether pool exists or not. | -| _1 | address[] | tokens stabel asset pool tokens. | +| _1 | address[] | tokens stable asset pool tokens. | ### getStableAssetPoolTotalSupply