Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`
Expand Down
2 changes: 1 addition & 1 deletion contracts/docs/homa/Homa.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

Expand Down
2 changes: 1 addition & 1 deletion contracts/docs/incentives/InterfaceIncentives.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.*

Expand Down
2 changes: 1 addition & 1 deletion contracts/docs/stable-asset/IStableAsset.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down