From e43915c0f74ab0f4340b2d27e512d960d52c2c8b Mon Sep 17 00:00:00 2001 From: ztepler Date: Thu, 6 Jun 2024 23:42:22 +0300 Subject: [PATCH] updated to parisnet --- .github/workflows/build.yml | 4 ++-- Makefile | 2 +- envs/{etherlink-oxford.env => etherlink-paris.env} | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) rename envs/{etherlink-oxford.env => etherlink-paris.env} (75%) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 3a6e57a..216dc35 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -52,7 +52,7 @@ jobs: file: build/etherlink/Dockerfile build-args: | OCTEZ_TAG=master - OCTEZ_PROTO=Proxford + OCTEZ_PROTO=PtParisB PACKAGE=evm_kernel TEZOS_REPO=https://gitlab.com/baking-bad/tezos.git TEZOS_REPO_BRANCH=feat/token-deposits-squashed-v6 @@ -70,7 +70,7 @@ jobs: needs: build runs-on: ubuntu-latest env: - NETWORK: oxfordnet + NETWORK: parisnet steps: - name: Deploy rollup 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 diff --git a/Makefile b/Makefile index e075d6f..998c658 100644 --- a/Makefile +++ b/Makefile @@ -5,7 +5,7 @@ .PHONY: test #-include envs/etherlink-nairobi.env --include envs/etherlink-oxford.env +-include envs/etherlink-paris.env BIN_DIR:=$$PWD/bin TARGET_DIR=$$PWD/target diff --git a/envs/etherlink-oxford.env b/envs/etherlink-paris.env similarity index 75% rename from envs/etherlink-oxford.env rename to envs/etherlink-paris.env index adef538..9d7dde9 100644 --- a/envs/etherlink-oxford.env +++ b/envs/etherlink-paris.env @@ -1,5 +1,5 @@ OCTEZ_TAG=master -OCTEZ_PROTO=Proxford -NETWORK=oxfordnet +OCTEZ_PROTO=PtParisB +NETWORK=parisnet TEZOS_REPO=https://gitlab.com/baking-bad/tezos.git TEZOS_REPO_BRANCH=feat/token-deposits-squashed-v6