From 01a1b5676651fd6d99d02ddd8d2a2cb48febc61b Mon Sep 17 00:00:00 2001 From: gpBlockchain <32102187+gpBlockchain@users.noreply.github.com> Date: Thu, 5 Jun 2025 14:56:15 +0800 Subject: [PATCH] Update prepare.sh --- prepare.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/prepare.sh b/prepare.sh index e5cecbb..99a6ded 100644 --- a/prepare.sh +++ b/prepare.sh @@ -1,7 +1,7 @@ set -ex -DEFAULT_FIBER_BRANCH="develop" -DEFAULT_FIBER_URL="https://github.com/nervosnetwork/fiber.git" +DEFAULT_FIBER_BRANCH="wasm-try" +DEFAULT_FIBER_URL="https://github.com/Officeyutong/fiber.git" GitFIBERBranch="${GitBranch:-$DEFAULT_FIBER_BRANCH}" GitFIBERUrl="${GitUrl:-$DEFAULT_FIBER_URL}"