Skip to content

Commit e9a42a8

Browse files
feat: add Unichain to CD script
1 parent a5f8e16 commit e9a42a8

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

subgraphs/isolated-pools/deploy.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ if [[ $version == *"testnet"* ]]; then
2020
# ZKsync is deprecated in The Graph
2121
yarn deploy:optimismSepolia --studio --version-label $version
2222
yarn deploy:baseSepolia --studio --version-label $version
23+
yarn deploy:unichainSepolia --studio --version-label $version
2324
else
2425
# Alchemy backups
2526
yarn deploy:bsc --node $alchemy_node --ipfs $alchemy_ipfs --version-label $version --deploy-key $MAINNET_GRAPH_CLI_ALCHEMY_KEY
@@ -36,4 +37,5 @@ else
3637
# ZKsync is deprecated in The Graph
3738
yarn deploy:optimism --studio --version-label $version
3839
yarn deploy:base --studio --version-label $version
40+
yarn deploy:unichain --studio --version-label $version
3941
fi

0 commit comments

Comments
 (0)