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

WIP Feature/Add dfk fuji subnet #12

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
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
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ ARG AVALANCHE_SUBNETS_NETWORKS_REPO="https://github.com/ava-labs/public-chain-as
ARG AVALANCHE_SUBNETS_NETWORKS_RELEASE="main"

ARG DFK_ETH_CHAIN_ID="53935"
ARG DFK_FUJI_ETH_CHAIN_ID="335"
ARG DFK_VM_ID="mDV3QWRXfwgKUWb9sggkv4vQxAQR4y2CyKrt5pLZ5SzQ7EHBv"
ARG DFK_BLOCKCHAIN_ID="q2aTwKuyzgs8pynF7UXBZCU7DejbZbZ6EUyHr3JQzYgwNPUPi"
ARG DFK_FUJI_BLOCKCHAIN_ID="32sexHqc3tBQsik8h7WP5F2ruL5svqhX5opeTgXCRVX8HpbKF"


ARG SWIMMER_ETH_CHAIN_ID="73772"
ARG SWIMMER_VM_ID="srSGD5JeYhL8GLx4RUw53VN5TcoBbax6EeCYmy5S3DiteJhdF"
Expand Down Expand Up @@ -69,6 +72,7 @@ COPY --from=builder /avalanchego/build/ .

# Copy upgrade.json
COPY --from=builder /subnet-evm/public-chain-assets/chains/${DFK_ETH_CHAIN_ID}/upgrade.json /home/${DFK_BLOCKCHAIN_ID}/upgrade.json
COPY --from=builder /subnet-evm/public-chain-assets/chains/${DFK_FUJI_ETH_CHAIN_ID}/upgrade.json /home/${DFK_FUJI_BLOCKCHAIN_ID}/upgrade.json
COPY --from=builder /subnet-evm/public-chain-assets/chains/${SWIMMER_ETH_CHAIN_ID}/upgrade.json /home/${SWIMMER_BLOCKCHAIN_ID}/upgrade.json

ENTRYPOINT ["./avalanchego"]
Expand Down