Skip to content

Commit

Permalink
Merge pull request #9 from disperze/update-crate-info
Browse files Browse the repository at this point in the history
Update crate info
  • Loading branch information
giansalex authored Apr 1, 2022
2 parents 171b90d + 4afa1f3 commit 3173514
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# GAMM contracts
[![Contracts](https://github.com/giansalex/cw-osmo/actions/workflows/cw.yml/badge.svg)](https://github.com/giansalex/cw-osmo/actions/workflows/cw.yml)
[![Security audit](https://github.com/giansalex/cw-osmo/actions/workflows/audit.yml/badge.svg)](https://github.com/giansalex/cw-osmo/actions/workflows/audit.yml)
# Osmosis contracts
[![Contracts](https://github.com/disperze/cw-osmo/actions/workflows/cw.yml/badge.svg)](https://github.com/disperze/cw-osmo/actions/workflows/cw.yml)
[![Security audit](https://github.com/disperze/cw-osmo/actions/workflows/audit.yml/badge.svg)](https://github.com/disperze/cw-osmo/actions/workflows/audit.yml)

Cosmwasm contracts to connect Juno and Osmosis zone.

Expand Down
3 changes: 3 additions & 0 deletions contracts/ibc-query/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,9 @@ version = "0.1.0"
authors = ["Giancarlos Salas <me@giansalex.dev>"]
edition = "2018"
description = "Contract to allow ibc queries from remote chains."
repository = "https://github.com/disperze/cw-osmo"
license = "MIT"
keywords = ["cosmwasm", "ibc"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down
2 changes: 2 additions & 0 deletions contracts/ics20-swap/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ version = "0.1.0"
authors = ["Giancarlos Salas <me@giansalex.dev>"]
edition = "2018"
description = "IBC Enabled contracts that sends/receives tokens over ICS20 and execute custom action"
repository = "https://github.com/disperze/cw-osmo"
license = "MIT"
keywords = ["osmosis", "cosmwasm", "ibc"]

[lib]
crate-type = ["cdylib", "rlib"]
Expand Down
4 changes: 2 additions & 2 deletions contracts/ics20-swap/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Osmosis ICS20 Swap

Swap assets and add liquidity in osmosis from remote chain.
Swap assets and add liquidity in osmosis from remote chains.

## Messages

Expand All @@ -9,7 +9,7 @@ Swap assets and add liquidity in osmosis from remote chain.
## IBC Packet

**Ics20Packet**
Data packet sent by a blockchain to Osmosis chain to make custom transaction. It contains the following parameters:
Data packet sent by a blockchain to Osmosis chain to make custom action. It contains the following parameters:

| Parameter | Type | Description |
|-----------|--------|---------------------------|
Expand Down
2 changes: 2 additions & 0 deletions packages/osmo-proto/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ version = "0.1.0"
authors = ["Giancarlo Salas <me@giansalex.dev>"]
edition = "2018"
description = "Osmosis proto helpers"
repository = "https://github.com/disperze/cw-osmo"
license = "MIT"
keywords = ["osmosis", "protobuf", "cosmwasm"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

Expand Down

0 comments on commit 3173514

Please sign in to comment.