Skip to content

Commit

Permalink
state-migration: Read total supply directly from state (#182)
Browse files Browse the repository at this point in the history
* state-migration: Read totalSupply directly from storage

* Added trigger for updated dependencies

* Removen token bindings

---------

Co-authored-by: Javier Cortejoso <[email protected]>
  • Loading branch information
palango and jcortejoso committed Jul 1, 2024
1 parent 97f3245 commit 9578abe
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1,588 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-build-scan.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
GIT_COMMIT: ${{ github.event_name == 'pull_request' && github.event.pull_request.head.sha || github.sha }}
needs: detect-files-changed
if: |
contains(needs.detect-files-changed.outputs.files-changed, 'go.sum') ||
contains(needs.detect-files-changed.outputs.files-changed, 'op-chain-ops/cmd/celo-migrate') ||
contains(needs.detect-files-changed.outputs.files-changed, 'op-chain-ops/Dockerfile') ||
contains(needs.detect-files-changed.outputs.files-changed, '.github/workflows/docker-build-scan.yaml') ||
Expand Down
Loading

0 comments on commit 9578abe

Please sign in to comment.