Skip to content

Commit 9153e86

Browse files
committed
feat: add prod subgraph command in package.json
1 parent 055e456 commit 9153e86

2 files changed

Lines changed: 4 additions & 3 deletions

File tree

package.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
11
{
22
"name": "enclaves-arb-goerli",
3-
"license": "UNLICENSED",
3+
"license": "MIT",
44
"scripts": {
55
"codegen": "graph codegen",
66
"build": "graph build",
7-
"deploy": "graph deploy marlin-staging/oyster-arb1 --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --access-token",
7+
"deploy": "graph deploy marlinprotocol/oyster-arb1 --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --access-token",
8+
"deploy-staging": "graph deploy marlin-staging/oyster-arb1 --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --access-token",
89
"deploy-arbg": "graph deploy marlinprotocol/enclaves-arb-goerli subgraph-arbg.yaml --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --access-token",
910
"deploy-arbg-preview": "graph deploy marlin-staging/enclaves-preview subgraph-arbg-preview.yaml --ipfs https://api.thegraph.com/ipfs/ --node https://api.thegraph.com/deploy/ --access-token",
1011
"test": "graph test"

subgraph-arbg.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ dataSources:
66
name: implementation
77
network: arbitrum-goerli
88
source:
9-
address: "0xb5a356c93901E6E3111A160581383Fd1A532e2a2"
9+
address: "0xdBC4779B69bdC0f657ba35648e434bAe042a00E0"
1010
startBlock: 29640641
1111
abi: implementation
1212
mapping:

0 commit comments

Comments
 (0)