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, which serves as the gateway for cross-chain contract calls and token transfers within the Axelar network."
ahramy marked this conversation as resolved.
Show resolved Hide resolved
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, which manages operators and enables invoking functions with access control and upgradeability."
ahramy marked this conversation as resolved.
Show resolved Hide resolved
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, which demonstrates interchain message and token transfers with Gateway, Gas Service, and Interchain Token Service."
ahramy marked this conversation as resolved.
Show resolved Hide resolved
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.0"
edition = { workspace = true }
description = "Contract related to Stellar Interchain Token Service."
description = "InterchainTokenService contract, which is meant to allow users/developers to easily create their own token bridge."
ahramy marked this conversation as resolved.
Show resolved Hide resolved
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.3"
edition = { workspace = true }
description = "Contract related to Stellar Interchain Token."
description = "InterchainToken contract, which implements an interchain token that is compatible with SEP-41."
ahramy marked this conversation as resolved.
Show resolved Hide resolved
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, which is used to manage tokens via the Stellar Interchain Token Service."
ahramy marked this conversation as resolved.
Show resolved Hide resolved
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.3"
edition = { workspace = true }
description = "Contract related to Stellar Upgrader."
description = "Upgrader contract, which is used to upgrade contracts and migrate data in an atomic transaction."
ahramy marked this conversation as resolved.
Show resolved Hide resolved
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