Skip to content

Commit

Permalink
Publish gnosis (formerly xdai)
Browse files Browse the repository at this point in the history
  • Loading branch information
daviddavo committed May 22, 2024
1 parent 8bb7f9d commit b31fc8c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "xdai",
"network": "gnosis",
"description": "Development subgraph for Aragon organizations.",
"repository": "https://github.com/aragon/connect",
"ens": "0xaafca6b0c89521752e559650206d7c925fd0e530",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"network": "xdai",
"network": "gnosis",
"description": "Subgraph for Aragon organizations.",
"repository": "https://github.com/aragon/connect",
"ens": "0xaafca6b0c89521752e559650206d7c925fd0e530",
Expand Down
4 changes: 2 additions & 2 deletions packages/connect-thegraph/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
"manifest-staging": "env STAGING=true scripts/build-manifest.sh mainnet",
"manifest-rinkeby": "scripts/build-manifest.sh rinkeby",
"manifest-rinkeby-staging": "env STAGING=true scripts/build-manifest.sh rinkeby",
"manifest-xdai": "scripts/build-manifest.sh xdai",
"manifest-gnosis": "scripts/build-manifest.sh gnosis",
"manifest-ropsten": "scripts/build-manifest.sh ropsten",
"deploy": "scripts/deploy.sh aragon mainnet",
"deploy-staging": "env STAGING=true scripts/deploy.sh aragon mainnet",
"deploy-rinkeby": "scripts/deploy.sh aragon rinkeby",
"deploy-rinkeby-staging": "env STAGING=true scripts/deploy.sh aragon rinkeby",
"deploy-ropsten": "scripts/deploy.sh aragon ropsten",
"deploy-xdai": "scripts/deploy.sh 1hive xdai"
"deploy-gnosis": "scripts/deploy.sh 1hive gnosis"
},
"devDependencies": {
"@graphprotocol/graph-cli": "^0.71.0",
Expand Down

0 comments on commit b31fc8c

Please sign in to comment.