Skip to content

Commit

Permalink
update subgraphs
Browse files Browse the repository at this point in the history
  • Loading branch information
jfschwarz committed Jan 24, 2025
1 parent 9ad9b0d commit dea0738
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 24 deletions.
22 changes: 11 additions & 11 deletions packages/deployments/src/chains.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,66 +3,66 @@ export const chains = {
name: "mainnet",
prefix: "eth",
subgraph:
"https://api.studio.thegraph.com/query/93263/zodiac-roles-mainnet/v2.3.2",
"https://api.studio.thegraph.com/query/93263/zodiac-roles-mainnet/v2.3.3",
},
[10]: {
name: "optimism",
prefix: "oeth",
subgraph:
"https://api.studio.thegraph.com/query/93263/zodiac-roles-optimism/v2.3.2",
"https://api.studio.thegraph.com/query/93263/zodiac-roles-optimism/v2.3.3",
},
[100]: {
name: "gnosis",
prefix: "gno",
subgraph:
"https://api.studio.thegraph.com/query/93263/zodiac-roles-gnosis/v2.3.2",
"https://api.studio.thegraph.com/query/93263/zodiac-roles-gnosis/v2.3.3",
},
[137]: {
name: "polygon",
prefix: "matic",
subgraph:
"https://api.studio.thegraph.com/query/93263/zodiac-roles-polygon/v2.3.2",
"https://api.studio.thegraph.com/query/93263/zodiac-roles-polygon/v2.3.3",
},
[1101]: {
name: "zkevm",
prefix: "zkevm",
subgraph:
"https://api.studio.thegraph.com/query/93263/zodiac-roles-zkevm/v2.3.2",
"https://api.studio.thegraph.com/query/93263/zodiac-roles-zkevm/v2.3.3",
},
[42161]: {
name: "arbitrumOne",
prefix: "arb1",
subgraph:
"https://api.studio.thegraph.com/query/93263/zodiac-roles-arbitrum-one/v2.3.2",
"https://api.studio.thegraph.com/query/93263/zodiac-roles-arbitrum-one/v2.3.3",
},
[43114]: {
name: "avalanche",
prefix: "avax",
subgraph:
"https://api.studio.thegraph.com/query/93263/zodiac-roles-avalanche/v2.3.2",
"https://api.studio.thegraph.com/query/93263/zodiac-roles-avalanche/v2.3.3",
},
[56]: {
name: "bsc",
prefix: "bnb",
subgraph:
"https://api.studio.thegraph.com/query/93263/zodiac-roles-bsc/v2.3.2",
"https://api.studio.thegraph.com/query/93263/zodiac-roles-bsc/v2.3.3",
},
[8453]: {
name: "base",
prefix: "base",
subgraph:
"https://api.studio.thegraph.com/query/93263/zodiac-roles-base/v2.3.2",
"https://api.studio.thegraph.com/query/93263/zodiac-roles-base/v2.3.3",
},
[84532]: {
name: "baseSepolia",
prefix: "basesep",
subgraph:
"https://api.studio.thegraph.com/query/93263/zodiac-roles-base-sepolia/v2.3.2",
"https://api.studio.thegraph.com/query/93263/zodiac-roles-base-sepolia/v2.3.3",
},
[11155111]: {
name: "sepolia",
prefix: "sep",
subgraph:
"https://api.studio.thegraph.com/query/93263/zodiac-roles-sepolia/v2.3.2",
"https://api.studio.thegraph.com/query/93263/zodiac-roles-sepolia/v2.3.3",
},
} as const
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -115,4 +115,4 @@
"installConfig": {
"hoistingLimits": "workspaces"
}
}
}
24 changes: 12 additions & 12 deletions packages/subgraph/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,17 +8,17 @@
"format": "prettier '(test|src)/**/*.ts' -w",
"pre-commit": "yarn format",
"deploy:local": "graph deploy --node http://localhost:8020/ --ipfs http://localhost:5001 gnosis/zodiac-roles-local",
"deploy:mainnet": "yarn prepare:mainnet && bash -c 'source .env || true && graph deploy --studio $SUBGRAPH_MAINNET'",
"deploy:sepolia": "yarn prepare:sepolia && bash -c 'source .env || true && graph deploy --studio $SUBGRAPH_SEPOLIA'",
"deploy:gnosis": "yarn prepare:gnosis && bash -c 'source .env || true && graph deploy --studio $SUBGRAPH_GNOSIS'",
"deploy:arbitrum-one": "yarn prepare:arbitrum-one && bash -c 'source .env || true && graph deploy --studio $SUBGRAPH_ARBITRUM_ONE'",
"deploy:avalanche": "yarn prepare:avalanche && bash -c 'source .env || true && graph deploy --studio $SUBGRAPH_AVALANCHE'",
"deploy:optimism": "yarn prepare:optimism && bash -c 'source .env || true && graph deploy --studio $SUBGRAPH_OPTIMISM'",
"deploy:base": "yarn prepare:base && bash -c 'source .env || true && graph deploy --studio $SUBGRAPH_BASE'",
"deploy:base-sepolia": "yarn prepare:base-sepolia && bash -c 'source .env || true && graph deploy --studio $SUBGRAPH_BASE_SEPOLIA'",
"deploy:polygon": "yarn prepare:polygon && bash -c 'source .env || true && graph deploy --studio $SUBGRAPH_POLYGON'",
"deploy:zkevm": "yarn prepare:zkevm && bash -c 'source .env || true && graph deploy --studio $SUBGRAPH_ZKEVM'",
"deploy:bsc": "yarn prepare:bsc && bash -c 'source .env || true && graph deploy --studio $SUBGRAPH_BSC'",
"deploy:mainnet": "yarn prepare:mainnet && bash -c 'source .env || true && graph deploy $SUBGRAPH_MAINNET'",
"deploy:sepolia": "yarn prepare:sepolia && bash -c 'source .env || true && graph deploy $SUBGRAPH_SEPOLIA'",
"deploy:gnosis": "yarn prepare:gnosis && bash -c 'source .env || true && graph deploy $SUBGRAPH_GNOSIS'",
"deploy:arbitrum-one": "yarn prepare:arbitrum-one && bash -c 'source .env || true && graph deploy $SUBGRAPH_ARBITRUM_ONE'",
"deploy:avalanche": "yarn prepare:avalanche && bash -c 'source .env || true && graph deploy $SUBGRAPH_AVALANCHE'",
"deploy:optimism": "yarn prepare:optimism && bash -c 'source .env || true && graph deploy $SUBGRAPH_OPTIMISM'",
"deploy:base": "yarn prepare:base && bash -c 'source .env || true && graph deploy $SUBGRAPH_BASE'",
"deploy:base-sepolia": "yarn prepare:base-sepolia && bash -c 'source .env || true && graph deploy $SUBGRAPH_BASE_SEPOLIA'",
"deploy:polygon": "yarn prepare:polygon && bash -c 'source .env || true && graph deploy $SUBGRAPH_POLYGON'",
"deploy:zkevm": "yarn prepare:zkevm && bash -c 'source .env || true && graph deploy $SUBGRAPH_ZKEVM'",
"deploy:bsc": "yarn prepare:bsc && bash -c 'source .env || true && graph deploy $SUBGRAPH_BSC'",
"prepare:mainnet": "mustache networks/mainnet.json subgraph.template.yaml > subgraph.yaml",
"prepare:sepolia": "mustache networks/sepolia.json subgraph.template.yaml > subgraph.yaml",
"prepare:gnosis": "mustache networks/gnosis.json subgraph.template.yaml > subgraph.yaml",
Expand All @@ -43,4 +43,4 @@
"installConfig": {
"hoistingLimits": "workspaces"
}
}
}

0 comments on commit dea0738

Please sign in to comment.