From 32af4f5b58e8801e8bf17c5338191988b3909f7c Mon Sep 17 00:00:00 2001 From: Flouse <1297478+Flouse@users.noreply.github.com> Date: Fri, 15 Sep 2023 14:48:44 +0800 Subject: [PATCH] docs: the default dev chain id is changed since #1418 (#1434) --- devtools/chain/quick-start.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/devtools/chain/quick-start.md b/devtools/chain/quick-start.md index 6a0aa25bd..2b37486e4 100644 --- a/devtools/chain/quick-start.md +++ b/devtools/chain/quick-start.md @@ -50,7 +50,7 @@ curl --location --request POST 'http://127.0.0.1:8000' \ }' # Result: a JSON response containing the chain ID of the Axon devnet. -{"jsonrpc":"2.0","result":"0x7e6","id":42} +{"jsonrpc":"2.0","result":"0x41786f6e","id":42} ``` ### Access [Blockscan](http://127.0.0.1:4020)