From f205f78507fd4636038384af3f173824bb3ea658 Mon Sep 17 00:00:00 2001 From: Michalina Date: Tue, 27 Jun 2023 16:20:19 +0200 Subject: [PATCH] Rename the `token-dashboard` repository We're renaming the `threshold-network/token-dashboard` GitHub repository to `threshold-network/dapp`. We need to update the CI flow config files accordingly. --- config/config.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/config.json b/config/config.json index ec70d94..4ef8015 100644 --- a/config/config.json +++ b/config/config.json @@ -36,7 +36,7 @@ "github.com/keep-network/tbtc-v2/typescript": { "workflow": "typescript.yml", "downstream": [ - "github.com/threshold-network/token-dashboard", + "github.com/threshold-network/dapp", "github.com/keep-network/optimistic-minting" ] }, @@ -44,7 +44,7 @@ "workflow": "client.yml", "downstream": [] }, - "github.com/threshold-network/token-dashboard": { + "github.com/threshold-network/dapp": { "workflow": "dashboard-ci.yml", "downstream": [] },