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 packages/sei-cosmwasm/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion packages/sei-integration-tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down