From 4f02124efe048e27d95590f94133b05ea279799e Mon Sep 17 00:00:00 2001 From: bear Date: Fri, 10 Jan 2025 09:43:56 +0800 Subject: [PATCH 1/2] Update learn more --- src/components/CrossChain/GovernedSection.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/CrossChain/GovernedSection.tsx b/src/components/CrossChain/GovernedSection.tsx index 8ee79a25..4d8727b7 100644 --- a/src/components/CrossChain/GovernedSection.tsx +++ b/src/components/CrossChain/GovernedSection.tsx @@ -5,11 +5,11 @@ const GovernedSection = () => { Governed by ringDa -

+

RingDAO refers to the next governance version of Darwinia. RING serves as the governance token for RingDAO, and the upgrades to Darwinia Chain will be governed by RingDAO. RING also functions as the Gas Token for Darwinia Chain and plays a role in Collator Staking, among other aspects. RingDAO also governs other projects, including - Msgport and XAPI. Learn more. + Msgport and XAPI. For details, visit RingDAO’s website.

); From b4b0d51f2a29697f3d76f6e43ba53ad13411fef0 Mon Sep 17 00:00:00 2001 From: fewensa <37804932+fewensa@users.noreply.github.com> Date: Fri, 10 Jan 2025 10:21:42 +0800 Subject: [PATCH 2/2] Use npm --- .github/workflows/deploy-dev.yml | 2 ++ .github/workflows/deploy-prd.yml | 2 ++ .github/workflows/deploy-stg.yml | 2 ++ 3 files changed, 6 insertions(+) diff --git a/.github/workflows/deploy-dev.yml b/.github/workflows/deploy-dev.yml index d045d238..0879d164 100644 --- a/.github/workflows/deploy-dev.yml +++ b/.github/workflows/deploy-dev.yml @@ -17,6 +17,8 @@ jobs: node_version: 20 vercel_token: ${{ secrets.VERCEL_TOKEN }} vercel_group: itering + script_install: npm i + script_build: npm run build preview_output: true project_name: home alias_domain: "darwinia-home-dev" diff --git a/.github/workflows/deploy-prd.yml b/.github/workflows/deploy-prd.yml index b106a408..e7dd246f 100644 --- a/.github/workflows/deploy-prd.yml +++ b/.github/workflows/deploy-prd.yml @@ -18,6 +18,8 @@ jobs: node_version: 20 vercel_token: ${{ secrets.VERCEL_TOKEN }} vercel_group: itering + script_install: npm i + script_build: npm run build preview_output: true project_name: home prod_mode: true diff --git a/.github/workflows/deploy-stg.yml b/.github/workflows/deploy-stg.yml index 62c79eb8..e9ebdd7f 100644 --- a/.github/workflows/deploy-stg.yml +++ b/.github/workflows/deploy-stg.yml @@ -17,6 +17,8 @@ jobs: node_version: 20 vercel_token: ${{ secrets.VERCEL_TOKEN }} vercel_group: itering + script_install: npm i + script_build: npm run build preview_output: true project_name: home alias_domain: "darwinia-home-stg"