-
Notifications
You must be signed in to change notification settings - Fork 104
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
Add Axelar chain #712
Add Axelar chain #712
Conversation
412912e
to
32c7c11
Compare
axelar/README.md
Outdated
@@ -0,0 +1,43 @@ | |||
# Akash |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
# Akash | |
# Axelar |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added in 8ec6aec
axelar/README.md
Outdated
|
||
|Variable|Value| | ||
|---|---| | ||
|`CHAIN_JSON`|`https://raw.githubusercontent.com/axelarnetwork/axelarate-community/main/resources/mainnet/genesis.json`| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
|`CHAIN_JSON`|`https://raw.githubusercontent.com/axelarnetwork/axelarate-community/main/resources/mainnet/genesis.json`| | |
|`CHAIN_JSON`|`https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/chain.json`| |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added in 8ec6aec
axelar/build.yml
Outdated
args: | ||
PROJECT: axelar | ||
VERSION: v0.34.0 | ||
REPOSITORY: https://github.com/akash-network/node |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
REPOSITORY: https://github.com/akash-network/node | |
REPOSITORY: https://github.com/axelarnetwork/axelar-core |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added in 8ec6aec
axelar/build.yml
Outdated
- '1317:1317' | ||
environment: | ||
- MONIKER=node_1 | ||
- CHAIN_JSON=https://raw.githubusercontent.com/axelarnetwork/axelarate-community/main/resources/mainnet/genesis.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- CHAIN_JSON=https://raw.githubusercontent.com/axelarnetwork/axelarate-community/main/resources/mainnet/genesis.json | |
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/chain.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added in 8ec6aec
axelar/deploy.yml
Outdated
image: ghcr.io/akash-network/cosmos-omnibus:v0.4.3-axelar-v0.34.0 | ||
env: | ||
- MONIKER=my-moniker-1 | ||
- CHAIN_JSON=https://raw.githubusercontent.com/axelarnetwork/axelarate-community/main/resources/mainnet/genesis.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- CHAIN_JSON=https://raw.githubusercontent.com/axelarnetwork/axelarate-community/main/resources/mainnet/genesis.json | |
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/chain.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
added in 8ec6aec
axelar/docker-compose.yml
Outdated
- '1317:1317' | ||
environment: | ||
- MONIKER=node_1 | ||
- CHAIN_JSON=https://raw.githubusercontent.com/axelarnetwork/axelarate-community/main/resources/mainnet/genesis.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- CHAIN_JSON=https://raw.githubusercontent.com/axelarnetwork/axelarate-community/main/resources/mainnet/genesis.json | |
- CHAIN_JSON=https://raw.githubusercontent.com/cosmos/chain-registry/master/axelar/chain.json |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added in 8ec6aec
|
32c7c11
to
8ec6aec
Compare
@CharlesJUDITH can you avoid force pushing if possible 🙏🏻 |
sure |
No description provided.