diff --git a/.github/workflows/solidity.yml b/.github/workflows/solidity.yml index 590be59..e1d31a2 100644 --- a/.github/workflows/solidity.yml +++ b/.github/workflows/solidity.yml @@ -374,12 +374,19 @@ jobs: | React | `bun add @${{ github.repository_owner }}/${{ github.repository }}@${{ env.VERSION }}` | - uses: stefanzweifel/git-auto-commit-action@v5 - if: ${{ env.TAG == 'latest' }} + if: env.TAG == 'latest' && github.repository != 'settlemint/solidity-predeployed' with: commit_message: "chore: update package versions [skip ci]" branch: main file_pattern: 'package.json README.md all_allocations.json' + - uses: stefanzweifel/git-auto-commit-action@v5 + if: env.TAG == 'latest' && github.repository == 'settlemint/solidity-predeployed' + with: + commit_message: "chore: update package versions [skip ci]" + branch: main + file_pattern: 'all_allocations.json' + - name: Set up QEMU uses: docker/setup-qemu-action@v3 diff --git a/bun.lockb b/bun.lockb index 8b074a3..ee3ea0e 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index 28aeed7..3bb7655 100644 --- a/package.json +++ b/package.json @@ -51,6 +51,8 @@ "@graphprotocol/graph-ts": "0.35.1" }, "trustedDependencies": [ - "protobufjs" + "keccak", + "protobufjs", + "secp256k1" ] }