Skip to content

Commit

Permalink
Add SubnetEVM with IBC into Avalanche docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
ramilexe committed Nov 21, 2023
1 parent 03eb1ef commit e327be8
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion chains.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -162,9 +162,17 @@
sed "s/$startTime/$nowTime/g" genesis/genesis_local.json > genesis/genesis_local_tmp.json
mv genesis/genesis_local_tmp.json genesis/genesis_local.json
fi
build-target: bash scripts/build.sh
build-target: |
set -eux
# Build AvalancheGo
bash scripts/build.sh
# Build SubnetEVM
git clone -b v0.5.9-ibc-v0.1.0 --single-branch https://github.com/ConsiderItDone/subnet-evm.git
cd subnet-evm
bash scripts/build.sh
binaries:
- build/avalanchego
- /go/src/github.com/ava-labs/avalanchego/build/plugins/srEXiWaHuhNyGwPUi444Tu47ZEDwxTWrbQiuD7FmgSAQ6X7Dy

# Axelar
- name: axelar
Expand Down

0 comments on commit e327be8

Please sign in to comment.