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/schdule/Schedule.md](./contracts/docs/schdule/Schedule.md)

### DEX
- DEX contract address: `ADDRESS.DEX`
Expand Down
2 changes: 1 addition & 1 deletion contracts/docs/dex/DEXV2.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Add liquidity to the trading pair.
function addProvision(address tokenA, address tokenB, uint256 amountA, uint256 amountB) external nonpayable returns (bool)
```

Add provision to the bootstraping trading pair.
Add provision to the bootstrapping trading pair.

*It'll emit an {AddProvision} event.*

Expand Down
2 changes: 1 addition & 1 deletion contracts/docs/incentives/Incentives.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