Skip to content

Commit 6f053ec

Browse files
committed
Quebecnet Draft
1 parent c02c8aa commit 6f053ec

File tree

5 files changed

+16
-10
lines changed

5 files changed

+16
-10
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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
@@ -70,7 +70,7 @@ jobs:
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

build/etherlink/Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,7 @@ RUN apt-get install -y -q \
1717
clang
1818
RUN curl https://sh.rustup.rs -sSf | sh -s -- -y
1919
ENV 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
2321
WORKDIR /build
2422
COPY config/dev.yaml ./config/dev.yaml
2523
COPY Makefile ./

build/etherlink/entrypoint.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ if [ -z "$NODE_URI" ]; then
2323
fi
2424

2525
TZNETWORK_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

2828
command=$1
2929
shift 1

config/dev.yaml

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
instructions:
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

envs/etherlink-quebecnet.env

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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

0 commit comments

Comments
 (0)