Skip to content

Commit a7b1875

Browse files
committed
remove hardhat artifacts
Signed-off-by: Faisal Usmani <faisal.of.usmani@gmail.com>
1 parent db4e190 commit a7b1875

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/actions/generate-evm-artifacts/action.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,9 @@ runs:
1616
- name: Install packages
1717
shell: bash
1818
run: yarn install --frozen-lockfile
19-
- name: Build Hardhat
20-
shell: bash
21-
run: yarn build-evm
19+
# - name: Build Hardhat
20+
# shell: bash
21+
# run: yarn build-evm
2222
- name: Install Foundry
2323
uses: foundry-rs/foundry-toolchain@v1
2424
- name: Install forge dependencies

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@across-protocol/contracts",
3-
"version": "4.1.19-alpha.7",
3+
"version": "4.1.19-alpha.8",
44
"author": "UMA Team",
55
"license": "AGPL-3.0-only",
66
"repository": {

0 commit comments

Comments
 (0)