-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: deploy 1.3.0-rc0 to arbitrum and arbitrumGoerli (#496)
* chore: prepared arbitrum deployment * chore: deployed v1.3.0 to arbitrumGoerli * docs: improved checklist * chore: deployed v1.3.0 to arbitrum * chore: deployed v1.3.0-rc0.4 npm packages * chore: added manifests for arbitrum and arbitrumGoerli * docs: improved deployment checklist * docs: improved deployment checklist * docs: fix typo Co-authored-by: Mathias Scherer <[email protected]> --------- Co-authored-by: Mathias Scherer <[email protected]>
- Loading branch information
1 parent
61d5352
commit 40f342b
Showing
11 changed files
with
222 additions
and
34 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{ | ||
"info": "# Do not edit subgraph.yaml,this is a generated file. \n# Instead, edit subgraph.placeholder.yaml and run: yarn manifest", | ||
"network": "arbitrum-one", | ||
"dataSources": { | ||
"DAORegistry": { | ||
"name": "DAORegistry", | ||
"address": "0xB5146Fd572C669ABC353902e43F47fda4609E38A", | ||
"startBlock": 145462155 | ||
}, | ||
"PluginRepoRegistry": { | ||
"name": "PluginRepoRegistry", | ||
"address": "0xCe0B4124dea6105bfB85fB4461c4D39f360E9ef3", | ||
"startBlock": 145462169 | ||
}, | ||
"PluginSetupProcessors": [ | ||
{ | ||
"name": "PluginSetupProcessor", | ||
"address": "0x308a1DC5020c4B5d992F5543a7236c465997fecB", | ||
"startBlock": 145462184 | ||
} | ||
] | ||
} | ||
} |
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,23 @@ | ||
{ | ||
"info": "# Do not edit subgraph.yaml,this is a generated file. \n# Instead, edit subgraph.placeholder.yaml and run: yarn manifest", | ||
"network": "arbitrum-goerli", | ||
"dataSources": { | ||
"DAORegistry": { | ||
"name": "DAORegistry", | ||
"address": "0xB5146Fd572C669ABC353902e43F47fda4609E38A", | ||
"startBlock": 51930440 | ||
}, | ||
"PluginRepoRegistry": { | ||
"name": "PluginRepoRegistry", | ||
"address": "0xCe0B4124dea6105bfB85fB4461c4D39f360E9ef3", | ||
"startBlock": 51930451 | ||
}, | ||
"PluginSetupProcessors": [ | ||
{ | ||
"name": "PluginSetupProcessor", | ||
"address": "0x308a1DC5020c4B5d992F5543a7236c465997fecB", | ||
"startBlock": 51930460 | ||
} | ||
] | ||
} | ||
} |