feat: integrate DAO accumulator into the DEX #56
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Build and Package .dapp | |
| on: | |
| push: | |
| branches: | |
| - dappnet | |
| - workflow-test | |
| - master | |
| pull_request: | |
| branches: | |
| - dappnet | |
| - workflow-test | |
| - master | |
| jobs: | |
| build: | |
| uses: ./.github/workflows/make-dapp.yaml | |
| with: | |
| manifest_name: 'Beam DEX' | |
| manifest_description: 'AMM based decentralized exchange for Confidential Assets' | |
| manifest_version_prefix: "1.1" | |
| manifest_guid: 'db851322f6674a6da3e84e9953db2ffd' | |
| dapp_name: 'dex-app' | |