Skip to content

Commit

Permalink
updated to parisnet
Browse files Browse the repository at this point in the history
  • Loading branch information
ztepler committed Jun 6, 2024
1 parent 2b60a0d commit e43915c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions envs/etherlink-oxford.env → envs/etherlink-paris.env
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit e43915c

Please sign in to comment.