Skip to content

Commit

Permalink
docs: the default dev chain id is changed since #1418 (#1434)
Browse files Browse the repository at this point in the history
  • Loading branch information
Flouse authored and driftluo committed Sep 19, 2023
1 parent 92cd156 commit 32af4f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devtools/chain/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 32af4f5

Please sign in to comment.