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: rename project in readme #40

Merged
merged 1 commit into from
Nov 10, 2023
Merged
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Axelar Interchain Governance Executor
# Axelar Interchain Governance Orchestrator

Axelar Interchain Governance Executor is a project that enhances on-chain governance protocols to facilitate interchain proposal execution. We demonstrate the extension using Compound's governance contracts, but the approach can be applied to any governance protocol.
Axelar Interchain Governance Orchestrator is a project that enhances on-chain governance protocols to facilitate interchain proposal execution. We demonstrate the extension using Compound's governance contracts, but the approach can be applied to any governance protocol.

## Key Components

Expand Down Expand Up @@ -79,4 +79,4 @@ To learn more about the deployment process, please follows [this guide](docs/dep

## Test Coverage Report

For the most recent test coverage report of the `main` branch, please visit the following page: [Interchain Governance Executor Test Coverage](https://axelarnetwork.github.io/interchain-governance-executor/).
For the most recent test coverage report of the `main` branch, please visit the following page: [Interchain Governance Orchestrator Test Coverage](https://axelarnetwork.github.io/interchain-governance-orchestrator/).
Loading