From defd0bf7fb7f7577918dc65e5ec24af5d8c14edb Mon Sep 17 00:00:00 2001 From: PhilWindle Date: Wed, 6 Mar 2024 12:57:02 +0000 Subject: [PATCH] Remove l1 contracts publishing --- .circleci/config.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 06d71230807..92ba22e97a7 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1224,16 +1224,6 @@ jobs: command: | should_release || exit 0 yarn-project/deploy_npm.sh latest - - run: - name: "Release canary to NPM: l1-contracts" - command: | - should_release || exit 0 - deploy_npm l1-contracts canary - - run: - name: "Release latest to NPM: l1-contracts" - command: | - should_release || exit 0 - deploy_npm l1-contracts latest - run: name: "Deploy mainnet fork" command: |