Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: update package descriptions #226

Merged
merged 12 commits into from
Jan 29, 2025
2 changes: 1 addition & 1 deletion contracts/stellar-axelar-gas-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stellar-axelar-gas-service"
version = "0.3.0"
edition = { workspace = true }
description = "Contract related to Stellar Axelar Gas Service."
description = "AxelarGasService contract, responsible for managing gas payments and refunds for cross-chain communication on the Axelar network."
license = { workspace = true }
publish = true

Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-axelar-gateway/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stellar-axelar-gateway"
version = "0.2.3"
edition = { workspace = true }
description = "Contract related to Stellar Axelar Gateway."
description = "AxelarGateway contract, responsible for serving as the gateway for cross-chain contract calls and token transfers within the Axelar network."
license = { workspace = true }
publish = true

Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-axelar-operators/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stellar-axelar-operators"
version = "0.2.3"
edition = { workspace = true }
description = "Contract related to Stellar Axelar Operators."
description = "AxelarOperators contract, responsible for managing operators and enabling invoking functions with access control and upgradeability."
license = { workspace = true }
publish = true

Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-example/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stellar-example"
version = "0.1.0"
edition = { workspace = true }
description = "Contract related to Stellar Example."
description = "Example contract, responsible for demonstrating interchain message and token transfers with Gateway, GasService, and InterchainTokenService."
license = { workspace = true }

[lib]
Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-interchain-token-service/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stellar-interchain-token-service"
version = "0.3.1"
edition = { workspace = true }
description = "Contract related to Stellar Interchain Token Service."
description = "InterchainTokenService contract, responsible for allowing users/developers to easily create their own token bridge."
license = { workspace = true }
publish = true

Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-interchain-token/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stellar-interchain-token"
version = "0.2.4"
edition = { workspace = true }
description = "Contract related to Stellar Interchain Token."
description = "InterchainToken contract, responsible for implementing an interchain token that is compatible with SEP-41."
license = { workspace = true }
publish = true

Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-token-manager/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stellar-token-manager"
version = "0.1.0"
edition = { workspace = true }
description = "Token Manager contract, which is used to manage tokens via the Stellar Interchain Token Service."
description = "TokenManager contract, responsible for managing tokens via the Stellar InterchainTokenService."
license = { workspace = true }
publish = true

Expand Down
2 changes: 1 addition & 1 deletion contracts/stellar-upgrader/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stellar-upgrader"
version = "0.2.4"
edition = { workspace = true }
description = "Contract related to Stellar Upgrader."
description = "Upgrader contract, responsible for upgrading contracts and migrate data in an atomic transaction."
license = { workspace = true }
publish = true

Expand Down
2 changes: 1 addition & 1 deletion packages/stellar-axelar-std-derive/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stellar-axelar-std-derive"
version = "0.3.0"
edition = { workspace = true }
description = "Proc macros for Stellar Axelar contracts."
description = "Proc macros for Axelar contracts."
license = { workspace = true }
publish = true

Expand Down
2 changes: 1 addition & 1 deletion packages/stellar-axelar-std/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "stellar-axelar-std"
version = "0.3.0"
edition = { workspace = true }
description = "Contract related to Stellar Axelar Std."
description = "Standard libraries for Axelar contracts."
license = { workspace = true }
publish = true

Expand Down
Loading