-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Co-authored-by: Jason Smythe <[email protected]>
- Loading branch information
1 parent
4e34a41
commit 6249bce
Showing
5 changed files
with
60 additions
and
36 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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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
Submodule wildcards-subgraph
updated
18 files
+1 −0 | package.json | |
+16 −1 | schema.graphql | |
+30 −1 | src/CONSTANTS.ts | |
+2 −2 | src/LoyaltyToken.ts | |
+3 −2 | src/rewrite/steward.ts | |
+2 −1 | src/steward.ts | |
+25 −17 | src/token.ts | |
+4 −3 | src/util/hacky.ts | |
+53 −37 | src/util/index.ts | |
+5 −3 | src/v0/helpers.ts | |
+38 −16 | src/v0/steward.ts | |
+2 −1 | src/v0/vitalikHandlers.ts | |
+99 −48 | src/v1/steward.ts | |
+2 −1 | src/v2/steward.ts | |
+13 −6 | src/v3/steward.ts | |
+28 −14 | src/vitalikStewardLegacy.ts | |
+10 −6 | src/vitalikTokenLegacy.ts | |
+109 −0 | subgraph.mumbai.yaml |