We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db4e190 commit a7b1875Copy full SHA for a7b1875
.github/actions/generate-evm-artifacts/action.yml
@@ -16,9 +16,9 @@ runs:
16
- name: Install packages
17
shell: bash
18
run: yarn install --frozen-lockfile
19
- - name: Build Hardhat
20
- shell: bash
21
- run: yarn build-evm
+ # - name: Build Hardhat
+ # shell: bash
+ # run: yarn build-evm
22
- name: Install Foundry
23
uses: foundry-rs/foundry-toolchain@v1
24
- name: Install forge dependencies
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@across-protocol/contracts",
3
- "version": "4.1.19-alpha.7",
+ "version": "4.1.19-alpha.8",
4
"author": "UMA Team",
5
"license": "AGPL-3.0-only",
6
"repository": {
0 commit comments