File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ARG FOUNDRY_VERSION=1.1.0
2- ARG CONTRACTS_VERSION=2 .0.0
2+ ARG CONTRACTS_VERSION=1 .0.1-test
33ARG DEVNET_BUILD_PATH=/opt/cartesi/rollups-contracts
44
55FROM debian:bookworm-20250407 AS rollups-node-devnet
3535RUN <<EOF
3636 set -e
3737 mkdir -p ${DEVNET_BUILD_PATH}
38- URL=https://github.com/cartesi/rollups-contracts /releases/download
38+ URL=https://github.com/cartesi/dave /releases/download
3939 VERSION=v${CONTRACTS_VERSION}
40- ARTIFACT=rollups-contracts-${CONTRACTS_VERSION} -anvil-v${FOUNDRY_VERSION}.tar.gz
40+ ARTIFACT=cartesi- rollups-prt -anvil-v${FOUNDRY_VERSION}.tar.gz
4141 curl -sSL ${URL}/${VERSION}/${ARTIFACT} -o /tmp/contracts.tar.gz
42- echo "0253a02f01f6a3ea31e2d255158fec66051505f93bb8d0ec8812f447cd6ae13b /tmp/contracts.tar.gz" | sha256sum --check
42+ echo "88e6d398862ef1669aca827fb2163a85e22e5edfb15b51e69d2107ec5905bc3c /tmp/contracts.tar.gz" | sha256sum --check
4343 tar -zxf /tmp/contracts.tar.gz -C ${DEVNET_BUILD_PATH}/
4444 mkdir -p /usr/share/devnet
4545 cat ${DEVNET_BUILD_PATH}/deployments/*.json | jq -s 'map({ (.contractName): .address }) | add' > /usr/share/devnet/deployment.json
You can’t perform that action at this time.
0 commit comments