From 1cd8ca7605444feaba274505acc986c0e78bb44b Mon Sep 17 00:00:00 2001 From: ashraffouda Date: Tue, 7 Jul 2026 14:08:21 +0200 Subject: [PATCH] Update pubspec git deps after repo rename (tfgrid-sdk-dart -> zos_sdk_dart) app/pubspec.yaml pulls tfchain_client, stellar_client, gridproxy_client and signer from github.com/threefoldtech/tfgrid-sdk-dart, renamed to zos_sdk_dart. Point the git dependency URLs at the new name instead of relying on GitHub's non-permanent rename redirect (ref: development, all paths verified present). Co-Authored-By: Claude Opus 4.8 (1M context) --- app/pubspec.yaml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/pubspec.yaml b/app/pubspec.yaml index 195ec21c..1dc1b711 100644 --- a/app/pubspec.yaml +++ b/app/pubspec.yaml @@ -18,17 +18,17 @@ dependencies: ref: master tfchain_client: git: - url: https://github.com/threefoldtech/tfgrid-sdk-dart + url: https://github.com/threefoldtech/zos_sdk_dart ref: development path: packages/tfchain_client stellar_client: git: - url: https://github.com/threefoldtech/tfgrid-sdk-dart + url: https://github.com/threefoldtech/zos_sdk_dart ref: development path: packages/stellar_client gridproxy_client: git: - url: https://github.com/threefoldtech/tfgrid-sdk-dart + url: https://github.com/threefoldtech/zos_sdk_dart ref: development path: packages/gridproxy_client registrar_client: @@ -97,7 +97,7 @@ dependency_overrides: intl: ^0.19.0 signer: git: - url: https://github.com/threefoldtech/tfgrid-sdk-dart.git + url: https://github.com/threefoldtech/zos_sdk_dart.git path: packages/signer ref: development