Skip to content

Commit a8144f1

Browse files
committed
fix: graph update script
1 parent ab1c8de commit a8144f1

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

subgraph/scripts/update.sh

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,5 +15,6 @@ function update() #file #dataSourceIndex
1515
}
1616

1717
update "$SCRIPT_DIR/../../contracts/deployments/arbitrumGoerli/KlerosCore.json" 0
18-
update "$SCRIPT_DIR/../../contracts/deployments/arbitrumGoerli/HomeGatewayToEthereum.json" 1
19-
update "$SCRIPT_DIR/../../contracts/deployments/arbitrumGoerli/FastBridgeSender.json" 2
18+
update "$SCRIPT_DIR/../../contracts/deployments/arbitrumGoerli/PolicyRegistry.json" 1
19+
update "$SCRIPT_DIR/../../contracts/deployments/arbitrumGoerli/DisputeKitClassic.json" 2
20+
update "$SCRIPT_DIR/../../contracts/deployments/arbitrumGoerli/HomeGatewayToEthereum.json" 3

0 commit comments

Comments
 (0)