Skip to content

Commit da49d78

Browse files
authored
deploy base-sepolia to graph network (#2116)
1 parent a5bf3a6 commit da49d78

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

packages/subgraph/tasks/deploy.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,6 +84,7 @@ deploy_to_graph() {
8484
["bsc-mainnet"]="superfluid-v1-bnb"
8585
["celo-mainnet"]="superfluid-v1-celo"
8686
["base-mainnet"]="superfluid-v1-base"
87+
["base-sepolia"]="superfluid-v1-base-sepolia"
8788
)
8889

8990
local subgraphName="${SUBGRAPH_NAME:-${networkToSubgraphNames[$network]}}"

0 commit comments

Comments
 (0)