Skip to content

Commit

Permalink
Supports subgraph migration kind: ethereum (#2536)
Browse files Browse the repository at this point in the history
  • Loading branch information
yoozo authored Aug 14, 2024
1 parent 4ab1890 commit e89e68d
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

### Fixed
- Supports subgraph migration `kind: ethereum`.


## [5.2.2] - 2024-08-14
### Added
- fix case sensitive import for schema entities in codegen (#2211)
Expand Down
1 change: 1 addition & 0 deletions packages/cli/src/controller/migrate/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export const networkConverters: Partial<Record<NETWORK_FAMILY, NetworkUtils>> =

export const graphToSubqlNetworkFamily: Record<string, NETWORK_FAMILY> = {
'ethereum/contract': NETWORK_FAMILY.ethereum,
ethereum: NETWORK_FAMILY.ethereum,
// Add more mappings here as needed
};

Expand Down

0 comments on commit e89e68d

Please sign in to comment.