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 contracts/ark_common/src/protocol/order_types.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ struct CancelInfo {
struct FulfillInfo {
// The hash of the order to fulfill.
order_hash: felt252,
// Related order hash in case of an auction for exemple.
// Related order hash in case of an auction for example.
related_order_hash: Option<felt252>,
// Address of the fulfiller of the order.
fulfiller: ContractAddress,
Expand Down
2 changes: 1 addition & 1 deletion contracts/ark_orderbook/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

This is mainly the orderbook contract with related order data.

`asdf` version manangement is used, so you should have `scarb 0.7.0` installed.
`asdf` version management is used, so you should have `scarb 0.7.0` installed.

# Build

Expand Down
2 changes: 1 addition & 1 deletion contracts/ark_starknet/src/appchain_messaging.cairo
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ trait IAppchainMessaging<T> {

/// Consumes a message registered as consumable by the appchain.
/// This is the traditional consuming as done on ethereum.
/// Returnes the message hash on success.
/// Returns the message hash on success.
///
/// # Arguments
///
Expand Down
2 changes: 1 addition & 1 deletion packages/deployer/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ the contract.json file is a reference of the deployed contracts, when working lo
- appchain_messaging - appchain messaging contract to receive & send messages from starknet
- executor - executor contract to execute the messages from the appchain (swap assets)
- nft - nft contract to mint & transfer nft from starknet used as a test contract
- erc20 - erc20 contract to mint & transfer erc20 from starknet used as a test contract only on katana becase base one doesn't support erc20
- erc20 - erc20 contract to mint & transfer erc20 from starknet used as a test contract only on katana because base one doesn't support erc20

### Solis

Expand Down