From b99c44eaeb5b423c99d487f31dc34247633c3118 Mon Sep 17 00:00:00 2001 From: Tanapol Hongsuwan Date: Wed, 27 Dec 2023 15:17:57 +0700 Subject: [PATCH] fixed deploy.md --- docs/deploy_en.md | 2 ++ docs/deploy_jp.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/docs/deploy_en.md b/docs/deploy_en.md index cf3bac7..97eef11 100644 --- a/docs/deploy_en.md +++ b/docs/deploy_en.md @@ -100,6 +100,8 @@ Use `yarn upload:prd` when deploying to the mainnet. ## 4. Setup and Deploy on Vercel +NOTE: When deploying on Vercel, please be aware that using the `hobby` plan may result in a timeout and failure during proof generation. Therefore, it is recommended to use the `pro` plan (a paid plan). + ### 4.1 Create a New Project After creating an account on Vercel, go to the new project creation screen by selecting `Add New`, then `Project`. diff --git a/docs/deploy_jp.md b/docs/deploy_jp.md index 57245e7..23c7a61 100644 --- a/docs/deploy_jp.md +++ b/docs/deploy_jp.md @@ -85,6 +85,8 @@ $ yarn verify --network mumbai
## 4. Setup and Deploy on Vercel +注意:Vercelにデプロイした際、`hobby`プランではproof生成時にタイムアウトとなり処理が失敗する可能性がありますので、`pro`プラン(課金プラン)の使用をお勧めします。 + ### 4.1 Create new project Vercel でアカウント作成したら、`Add New`、`Project`で新規プロジェクト作成画面に入ってください。