We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 110eb77 commit be75d30Copy full SHA for be75d30
subgraph/scripts/update.sh
@@ -15,5 +15,6 @@ function update() #file #dataSourceIndex
15
}
16
17
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
+update "$SCRIPT_DIR/../../contracts/deployments/arbitrumGoerli/PolicyRegistry.json" 1
+update "$SCRIPT_DIR/../../contracts/deployments/arbitrumGoerli/DisputeKitClassic.json" 2
20
+update "$SCRIPT_DIR/../../contracts/deployments/arbitrumGoerli/HomeGatewayToEthereum.json" 3
0 commit comments