From a358db404119653ead6ca88c3f893d224335c93f Mon Sep 17 00:00:00 2001 From: zhengpeng <847850277@qq.com> Date: Wed, 25 Dec 2024 15:16:51 +0800 Subject: [PATCH 1/4] [ISSUES#370] mainnet seed note. --- docs/pages/tutorial/deploy-to-mainnet/main.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/pages/tutorial/deploy-to-mainnet/main.md b/docs/pages/tutorial/deploy-to-mainnet/main.md index d6bd2e1c..dde7881f 100644 --- a/docs/pages/tutorial/deploy-to-mainnet/main.md +++ b/docs/pages/tutorial/deploy-to-mainnet/main.md @@ -131,6 +131,10 @@ echo "Deployment completed successfully." ⛩️ Migration successful with world at address ``` +> Note: If the world already deployed by other user,you should change you `seed` in `dojo_sepolia.toml` config file. + + + Your world is deployed! * Once the world is deployed, you need to add the world_block in the dojo_.toml file. From 0ff4ae99ceb5b33a241915180f2ff9a77abb770a Mon Sep 17 00:00:00 2001 From: zhengpeng <847850277@qq.com> Date: Wed, 25 Dec 2024 15:18:20 +0800 Subject: [PATCH 2/4] [ISSUES#370] mainnet seed note. --- docs/pages/tutorial/deploy-to-mainnet/main.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/docs/pages/tutorial/deploy-to-mainnet/main.md b/docs/pages/tutorial/deploy-to-mainnet/main.md index dde7881f..7afdad03 100644 --- a/docs/pages/tutorial/deploy-to-mainnet/main.md +++ b/docs/pages/tutorial/deploy-to-mainnet/main.md @@ -131,8 +131,7 @@ echo "Deployment completed successfully." ⛩️ Migration successful with world at address ``` -> Note: If the world already deployed by other user,you should change you `seed` in `dojo_sepolia.toml` config file. - +> Note: If the world already deployed by other user, you should change your `seed` in `dojo_sepolia.toml` config file. Your world is deployed! From c47598a4bb6995947addf89af15abeea70ee6346 Mon Sep 17 00:00:00 2001 From: zhengpeng <847850277@qq.com> Date: Thu, 16 Jan 2025 13:57:07 +0800 Subject: [PATCH 3/4] Update docs/pages/tutorial/deploy-to-mainnet/main.md note. Co-authored-by: glihm --- docs/pages/tutorial/deploy-to-mainnet/main.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docs/pages/tutorial/deploy-to-mainnet/main.md b/docs/pages/tutorial/deploy-to-mainnet/main.md index 7afdad03..c75a4453 100644 --- a/docs/pages/tutorial/deploy-to-mainnet/main.md +++ b/docs/pages/tutorial/deploy-to-mainnet/main.md @@ -131,7 +131,9 @@ echo "Deployment completed successfully." ⛩️ Migration successful with world at address ``` -> Note: If the world already deployed by other user, you should change your `seed` in `dojo_sepolia.toml` config file. +:::note +If the world already deployed by other user, you should change your `seed` in `dojo_sepolia.toml` config file. +::: Your world is deployed! From 79ccf9bc43cb28d4333e3a4d4617d4e89e3685e0 Mon Sep 17 00:00:00 2001 From: glihm Date: Mon, 20 Jan 2025 10:32:51 -0600 Subject: [PATCH 4/4] fix: reword sentence --- docs/pages/tutorial/deploy-to-mainnet/main.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/pages/tutorial/deploy-to-mainnet/main.md b/docs/pages/tutorial/deploy-to-mainnet/main.md index c75a4453..0a9d929d 100644 --- a/docs/pages/tutorial/deploy-to-mainnet/main.md +++ b/docs/pages/tutorial/deploy-to-mainnet/main.md @@ -132,7 +132,8 @@ echo "Deployment completed successfully." ``` :::note -If the world already deployed by other user, you should change your `seed` in `dojo_sepolia.toml` config file. +If the world is already deployed by other user, you must change your `seed` in `dojo_.toml` config file. +This will yield a different world address. :::