forked from aragon/connect
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(subgraph): update voting, finance, and tokens connectors to late…
…st graph version
- Loading branch information
Showing
40 changed files
with
6,866 additions
and
4,440 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
packages/connect-finance/subgraph/manifest/data/optimism.json
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 |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"network": "optimism", | ||
"dataSources": { | ||
"Organizations": [], | ||
"OrganizationFactories": [ | ||
{ | ||
"name": "[email protected]", | ||
"address": "0x0a42106615233D0E6F9811d0cBb7ddC83170Fe5E", | ||
"startBlock": "107569173" | ||
} | ||
], | ||
"OrganizationTemplates": [ | ||
{ | ||
"name": "[email protected]", | ||
"address": "0x47fe46411B9Ec36a0339f2Efb002AD56b1F9D37f", | ||
"startBlock": 107695574 | ||
}, | ||
{ | ||
"name": "[email protected]", | ||
"address": "0xE692b0e7e04a0D3D81F1a11e2b3B1e06271ca3cC", | ||
"startBlock": 107695698 | ||
}, | ||
{ | ||
"name": "[email protected]", | ||
"address": "0x138E5FE852D2cCf40310919Fdc6261B884C9e557", | ||
"startBlock": 107695888 | ||
}, | ||
{ | ||
"name": "[email protected]", | ||
"address": "0xc35f77BD8e1fF947Ba3ab120Aa35f704d6B63157", | ||
"startBlock": 107696029 | ||
}, | ||
{ | ||
"name": "[email protected]", | ||
"address": "0xe3B3304b94D2160AF5547716F322d35Ae72B6224", | ||
"startBlock": 107696149 | ||
} | ||
], | ||
"LegacyOrganizationTemplates": [], | ||
"TokenFactories": [], | ||
"Tokens": [] | ||
} | ||
} | ||
|
||
|
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
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
2 changes: 1 addition & 1 deletion
2
packages/connect-finance/subgraph/src/aragon/mappings/DAOFactory.ts
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
Oops, something went wrong.