Skip to content

Commit

Permalink
update Axelar config
Browse files Browse the repository at this point in the history
  • Loading branch information
alexeyzhigaev committed Aug 13, 2024
1 parent fca8405 commit b53f1f9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,11 @@
- BUILD_TAGS=muslc
binaries:
- bin/axelard
pre-build: |
apt -y install unzip bash jq
wget https://github.com/axelarnetwork/axelar-cgp-solidity/releases/download/v2.1.0/Bytecode-v2.1.0.zip
unzip Bytecode-v2.1.0.zip -d contract-artifacts/gateway
bash scripts/populate-bytecode.sh
build-target: |
set -eux
VERSION=$(echo $(git describe --tags) | sed 's/^v//')
Expand Down

0 comments on commit b53f1f9

Please sign in to comment.