add changeset and update the fixedPrice subgraph fetch #304
Workflow file for this run
This file contains 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: "Contracts" | |
on: "push" | |
jobs: | |
contracts-1155: | |
name: 1155 | |
uses: ./.github/workflows/1155.yml | |
contracts-protocol-rewards: | |
name: Protocol Rewards | |
uses: ./.github/workflows/protocol-rewards.yml | |
contracts-protocol-deployments: | |
name: Protocol Deployments | |
uses: ./.github/workflows/protocol-deployments.yml | |
secrets: inherit |