From 4e3c86c7638d4366098f8a342793c424c99efae1 Mon Sep 17 00:00:00 2001 From: shaito Date: Thu, 8 Aug 2024 16:07:24 -0300 Subject: [PATCH] chore: exporter update --- .github/workflows/interfaces-canary.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/interfaces-canary.yml b/.github/workflows/interfaces-canary.yml index 8589cc0..4b86cfa 100644 --- a/.github/workflows/interfaces-canary.yml +++ b/.github/workflows/interfaces-canary.yml @@ -39,9 +39,9 @@ jobs: run: yarn version --new-version "0.0.0-${GITHUB_SHA::8}" --no-git-tag-version - name: Export Solidity - ${{ matrix.export_type }} - uses: defi-wonderland/solidity-exporter-action@f88d70e5ede5ac64295cb86d497cb20c07181259 + uses: defi-wonderland/solidity-exporter-action@491bd879d67819d8342c46fe5343159f171d6747 with: - package_name: "@defi-wonderland/prophet-core${{ env.EXPORT_NAME }}" + package_name: "@defi-wonderland/prophet-core" out: 'out' interfaces: 'solidity/interfaces' contracts: 'solidity/contracts'