File tree Expand file tree Collapse file tree 5 files changed +16
-10
lines changed Expand file tree Collapse file tree 5 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -52,10 +52,10 @@ jobs:
5252 file : build/etherlink/Dockerfile
5353 build-args : |
5454 OCTEZ_TAG=master
55- OCTEZ_PROTO=PsParisC
55+ OCTEZ_PROTO=PsQuebec
5656 PACKAGE=evm_kernel
5757 TEZOS_REPO=https://gitlab.com/tezos/tezos.git
58- TEZOS_REPO_BRANCH=m-kus@etherlink-fa-withdrawals-event-fields
58+ TEZOS_REPO_BRANCH=master
5959 CACHEBUST=${{ steps.cachebust.outputs.date }}
6060 CI_COMMIT_SHA=dev
6161 push : true
7070 needs : build
7171 runs-on : ubuntu-latest
7272 env :
73- NETWORK : pariscnet
73+ NETWORK : quebecnet
7474 steps :
7575 - name : Deploy rollup
7676 run : docker run -v "/var/run/docker.sock":"/var/run/docker.sock" -e NETWORK=${{ env.NETWORK }} -e OPERATOR_KEY=${{ secrets.OPERATOR_KEY }} -e BATCHER_KEY=${{ secrets.BATCHER_KEY }} ${{ needs.build.outputs.operator }} deploy_rollup --force | tee originate.out
Original file line number Diff line number Diff line change @@ -17,9 +17,7 @@ RUN apt-get install -y -q \
1717 clang
1818RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
1919ENV PATH="/root/.cargo/bin:${PATH}"
20- RUN rustup install 1.79 \
21- && rustup default 1.79 \
22- && rustup target add wasm32-unknown-unknown
20+ RUN rustup target add wasm32-unknown-unknown
2321WORKDIR /build
2422COPY config/dev.yaml ./config/dev.yaml
2523COPY Makefile ./
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ if [ -z "$NODE_URI" ]; then
2323fi
2424
2525TZNETWORK_ADDRESS=" https://teztnets.com/$NETWORK "
26- SNAPSHOT_URL=" https://snapshots.eu.tzinit.org/parisnet /rolling"
26+ SNAPSHOT_URL=" https://snapshots.eu.tzinit.org/$NETWORK /rolling"
2727
2828command=$1
2929shift 1
Original file line number Diff line number Diff line change 11instructions :
22 - set :
3- # KT1Bdyc1UcmjgPr3prJziMyfjSCPK6SEjfqs
4- value : 4b5431426479633155636d6a6750723370724a7a694d79666a5343504b3653456a667173
3+ # KT1S3EJ3i27dnDVkKDVsmw1oyP2Z1CvPoEiG
4+ value : 4b54315333454a33693237646e44566b4b4456736d77316f7950325a314376506f456947
55 to : /evm/world_state/ticketer
66 - set :
77 value : 0000dc0a0713000c1e0200000000000000000000000000000000000000000000
@@ -19,5 +19,8 @@ instructions:
1919 value : 4b543154647273314b3442327570596d624845315a6f726370674b456e35576854774a6b
2020 to : /evm/delayed_bridge
2121 - set :
22- value : 42
22+ value : 01
2323 to : /evm/feature_flags/enable_fa_bridge
24+ - set :
25+ value : 01
26+ to : /evm/world_state/feature_flags/enable_fast_withdrawal
Original file line number Diff line number Diff line change 1+ OCTEZ_TAG = master
2+ OCTEZ_PROTO = PsQuebec
3+ NETWORK = quebecnet
4+ TEZOS_REPO = https://gitlab.com/tezos/tezos.git
5+ TEZOS_REPO_BRANCH = master
You can’t perform that action at this time.
0 commit comments