Skip to content

Commit

Permalink
fix: fix the lint issue
Browse files Browse the repository at this point in the history
  • Loading branch information
gsk967 committed May 31, 2023
1 parent 09cdcae commit e73ded7
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions docs/cosmwasm.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Cosmwasm

## Cosmwasm Built-in capabilities
## Cosmwasm Built-in capabilities
- [Built-in capabilities](https://github.com/CosmWasm/cosmwasm/blob/main/docs/CAPABILITIES-BUILT-IN.md) - iterator, staking, stargate, cosmwasm_1_1, cosmwasm_1_2
- Custom capability of umee chain
- Custom capability of umee chain
- umee

## Allowed native module queries
## Allowed native module queries

- [ugov](https:github.com/umee-network/umee/blob/main/proto/umee/ugov/v1/query.proto)
- [leverage](https:github.com/umee-network/umee/blob/main/proto/umee/leverage/v1/query.proto)
- [oracle](https:github.com/umee-network/umee/blob/main/proto/umee/oracle/v1/query.proto)
- [uibc](https:github.com/umee-network/umee/blob/main/proto/umee/uibc/v1/quota.proto)
- [ugov](https://github.com/umee-network/umee/blob/main/proto/umee/ugov/v1/query.proto)
- [leverage](https://github.com/umee-network/umee/blob/main/proto/umee/leverage/v1/query.proto)
- [oracle](https://github.com/umee-network/umee/blob/main/proto/umee/oracle/v1/query.proto)
- [uibc](https://github.com/umee-network/umee/blob/main/proto/umee/uibc/v1/quota.proto)


> queries for anything available from the umee native modules (ugov,leverage,oracle.uibc)
```json
// queries for anything available from the umee native modules (ugov,leverage,oracle.uibc)
{
"chain": {
"custom": {
Expand All @@ -29,10 +30,11 @@ $ umeed q wasm contract-state smart ${json_input}
$ umeed q wasm contract-state smart umee14hj2tavq8fpesdwxxcu44rty3hh90vhujrvcmstl4zr3txmfvw9scsdqqx '{"chain":{"custom":{"leverage_params":{}}}}'
```

## Allowed native module transactions
## Allowed native module transactions
Allowed only [leverage module transactions](https:github.com/umee-network/umee/blob/main/proto/umee/leverage/v1/tx.proto)

```
Example JSON input for umee native module:
```json
{
Expand Down

0 comments on commit e73ded7

Please sign in to comment.