diff --git a/packages/sei-cosmwasm/README.md b/packages/sei-cosmwasm/README.md index 8affdfe..cb5e26d 100644 --- a/packages/sei-cosmwasm/README.md +++ b/packages/sei-cosmwasm/README.md @@ -52,7 +52,7 @@ Currently, Sei Bindings support query and message support for the sei custom mod - MintTokens - Mint an amount of a factory denom. Only the creator of the denom (admin) can mint. - BurnTokens - - Burns an amount of a factory denom. Only the creater of the denom (admin) can mint. + - Burns an amount of a factory denom. Only the creator of the denom (admin) can mint. - ChangeAdmin - Change the Admin of the Denom. Only the current admin can change the admin. - SetMetadata diff --git a/packages/sei-integration-tests/README.md b/packages/sei-integration-tests/README.md index de73a22..99b228d 100644 --- a/packages/sei-integration-tests/README.md +++ b/packages/sei-integration-tests/README.md @@ -54,7 +54,7 @@ Queries: - `GetOrders(contract_address, account)`: returns `orders` for a given account - `GetOrderById(contract_address, price_denom, asset_denom, id)`: returns particular `order` based on `id` and `price_denom`, and `asset_denom`. -- `OrderSimulation(contract_address, order)`: retuns the simulation of an `order` against the existing placed orders for a given `contract_address`. +- `OrderSimulation(contract_address, order)`: returns the simulation of an `order` against the existing placed orders for a given `contract_address`. Examples: