Skip to content

Commit

Permalink
Merge branch 'release-sdk-core-stable' of github.com:superfluid-finan…
Browse files Browse the repository at this point in the history
…ce/protocol-monorepo into release-sdk-core-stable
  • Loading branch information
0xdavinchee committed Jul 4, 2022
2 parents 62ad4ce + ea0659a commit a6a5262
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.pre-release-sdk-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,4 @@ jobs:
name: Build and Test SDK-Core (Release branch)
if: github.base_ref == 'release-sdk-core-stable'
with:
subgraph-release: v1
subgraph-release: dev
2 changes: 1 addition & 1 deletion .github/workflows/ci.pre-release-subgraph.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
# we check with dev endpoint here because v1 endpoints are to be deployed
# we want to check here if the subgraph implementation in dev is safe to use
# for v1 endpoints (backwards compatible)
subgraph-release: dev
subgraph-release: dev
2 changes: 1 addition & 1 deletion packages/sdk-redux/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ All notable changes to the SDK-redux will be documented in this file.
- Query for transfer events
- Make it possible to pass in Ether's `Overrides` object through mutations
- Add `accountTokenSnapshotLog` & `tokenStatisticLog` endpoints
- Add `isSubgraphInSync` to a tracked transaction
- Add `isSubgraphInSync` to a tracked transaction

## [0.3.0] - 2022-04-13

Expand Down

0 comments on commit a6a5262

Please sign in to comment.