Skip to content

Commit

Permalink
feat: Add v2 prediction subgraph for arbitrum one for WBTC
Browse files Browse the repository at this point in the history
  • Loading branch information
chef-cannoli committed Jan 15, 2024
1 parent 6a85f1b commit 2b98d40
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions config/arbitrum.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ module.exports = {
startBlock: 105053701,
},
predictionV2: {
startBlock: 158927648,
address: "0xF2F90E718a3BFaCb430c1818cB962f05A2631998",
startBlock: 170624327,
address: "0x870CBfD72970E6ad146310Dd0EC546Db1Cbbe6F8",
},
};
4 changes: 2 additions & 2 deletions subgraphs/prediction/v2-generic/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@
"template": "mustache ../../../config/$NETWORK.js subgraph.template.yaml > subgraph.yaml",
"codegen": "graph codegen subgraph.yaml",
"build": "graph build subgraph.yaml",
"deploy:bsc": "graph deploy --product hosted-service --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ chef-cannoli/playground-subgraph subgraph.yaml",
"deploy:bsc": "graph deploy --product hosted-service --node https://api.thegraph.com/deploy/ --ipfs https://api.thegraph.com/ipfs/ subgraph.yaml",
"deploy:arbitrum-goerli": "graph deploy --product hosted-service pancakeswap/prediction-v2-arbitrum-goreli",
"deploy:arbitrum": "graph deploy --product hosted-service pancakeswap/prediction-v2-arbitrum",
"deploy:arbitrum": "graph deploy --product hosted-service pancakeswap/prediction-v2-arbitrum-WBTC",
"deploy:zksync-era": "graph deploy --studio prediction-v2-zksync-era"
}
}

0 comments on commit 2b98d40

Please sign in to comment.