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" 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.

);