-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add missing methods and local network support (#51)
* add missing methods and local network support * revert getNetworkByNameAliasOrChainId * fix prettier * ci: another fix for the labeler --------- Co-authored-by: Mathias Scherer <[email protected]>
- Loading branch information
1 parent
83fd110
commit 1cf46ff
Showing
7 changed files
with
93 additions
and
41 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,27 +1,27 @@ | ||
contracts: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ./contracts/**/* | ||
- ./contracts/* | ||
- ./.github/workflows/contracts-*.yml | ||
- 'contracts/**/*' | ||
- 'contracts/*' | ||
- '.github/workflows/contracts-*.yml' | ||
|
||
sdk: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ./sdk/**/* | ||
- ./sdk/* | ||
- ./.github/workflows/sdk-*.yml | ||
- 'sdk/**/*' | ||
- 'sdk/*' | ||
- '.github/workflows/sdk-*.yml' | ||
|
||
subgraph: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ./subgraph/**/* | ||
- ./subgraph/* | ||
- ./.github/workflows/subgraph-*.yml | ||
- 'subgraph/**/*' | ||
- 'subgraph/*' | ||
- '.github/workflows/subgraph-*.yml' | ||
|
||
configs: | ||
- changed-files: | ||
- any-glob-to-any-file: | ||
- ./configs/**/* | ||
- ./configs/* | ||
- ./.github/workflows/configs-*.yml | ||
- 'configs/**/*' | ||
- 'configs/*' | ||
- '.github/workflows/configs-*.yml' |
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
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
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
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
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
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