Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update migration and graph node versions #472

Merged
merged 4 commits into from
Feb 11, 2020
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion daos/private/testdao16.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Egregious Panel beater",
"name": "Insolent Musician",
"Avatar": "0xE7A2C59e134ee81D4035Ae6DB2254f79308e334f",
"DAOToken": "0xcDbe8b52A6c60A5f101d4A0F1f049f19a9e1D35F",
"Reputation": "0x93cdbf39fB9e13BD253CA5819247D52fbabf0F2f",
Expand Down
2 changes: 1 addition & 1 deletion daos/private/testdao19.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Garrulous Dolls",
"name": "Adamant Apples",
"Avatar": "0xf88E4C158298323a85dD7678eD60DBfF6DA71007",
"DAOToken": "0xa09Cd74C747bf9DDB9154B1C75e271Dd12E45224",
"Reputation": "0x5E06A0d7BA9728E3B3140857B26fFD6626D66793",
Expand Down
2 changes: 1 addition & 1 deletion daos/private/testdao32.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Verdant Stylist",
"name": "Munificent Circus",
"Avatar": "0x98CcB5051fD767e2E89567bCCCA4Efc532250544",
"DAOToken": "0x30dB4905b474aff3e1EAfc60394ece85dC524A92",
"Reputation": "0x4992595a747d772bF291f64112735064BFc8878f",
Expand Down
2 changes: 1 addition & 1 deletion daos/private/testdao33.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "Rhadamanthine Mermaid eggs",
"name": "Meretricious Trampoline",
"Avatar": "0x2268317B403ADEc49Fde9241a977335aba406A55",
"DAOToken": "0x78B7beA9fB68616E4520DC2F522833616f6413d5",
"Reputation": "0x0819C56Db86FbC6Cb3e0ef63F7DF0c4d5e60d915",
Expand Down
39 changes: 39 additions & 0 deletions daos/private/testdao41.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
{
"name": "Invidious Pancake",
"Avatar": "0x5951c93dCb47068fcbe1AcE235B2ea625d9823a5",
"DAOToken": "0x820FbBC729B157f91CA5C2659aF2971C766e6A4b",
"Reputation": "0xADb82bc43A7e402f40E1F166FC238c849791A928",
"Controller": "0xFa4F3a023874075Ae061de75E7e0E82a66ED7f1F",
"Schemes": [
{
"name": "GenericScheme",
"alias": "GenericSchemeAlias",
"address": "0x49f4dc93c37949C2c682c94700547C7EcE44C439",
"arcVersion": "0.0.1-rc.41"
},
{
"name": "ContributionRewardExt",
"alias": "ContributionRewardExt",
"address": "0xC94424eb26839a2B195eBb7230f7a43C00F20428",
"arcVersion": "0.0.1-rc.40"
}
],
"StandAloneContracts": [
{
"name": "Wallet",
"address": "0x492D7121bc673a2acAEc76C57531ee6E046ffdBd",
"arcVersion": "0.0.1-rc.41"
},
{
"name": "ContributionRewardExt",
"address": "0xC94424eb26839a2B195eBb7230f7a43C00F20428",
"arcVersion": "0.0.1-rc.40"
},
{
"name": "Competition",
"address": "0x218DFb4f7295FE4f0B6cF64AA7121F60Ea36deDa",
"arcVersion": "0.0.1-rc.40"
}
],
"arcVersion": "0.0.1-rc.41"
}
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3'
services:
graph-node:
image: 'graphprotocol/graph-node:v0.17.0'
image: 'graphprotocol/graph-node:v0.17.1'
ports:
- '8000:8000'
- '8001:8001'
Expand Down Expand Up @@ -31,6 +31,6 @@ services:
environment:
POSTGRES_PASSWORD: letmein
ganache:
image: 'daostack/migration:0.0.1-rc.40-v1'
image: 'daostack/migration:0.0.1-rc.41-v1'
ports:
- '8545:8545'
Loading