From 2b29733f4cf161ed19d2069aa3d1dba1d2e2a751 Mon Sep 17 00:00:00 2001 From: Aki Wu Date: Fri, 22 Jul 2022 14:23:17 +0800 Subject: [PATCH] Update docs/sdk/guides/03-execute-remote-smart-contract-call.md Co-authored-by: bear --- docs/sdk/guides/03-execute-remote-smart-contract-call.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/sdk/guides/03-execute-remote-smart-contract-call.md b/docs/sdk/guides/03-execute-remote-smart-contract-call.md index e275974a..4f747589 100644 --- a/docs/sdk/guides/03-execute-remote-smart-contract-call.md +++ b/docs/sdk/guides/03-execute-remote-smart-contract-call.md @@ -24,7 +24,7 @@ We need two endpoints here. One is for Pangoro Smart Chain, and the another one 3. Call the `setRemoteEndpoint(_remoteChainId, _remoteEndpoint)` of the two endpoints to point to each other. -The chain id of Pangoro is `0x70616772`. The chain id of `Pangolin` is 0x7061676c. +The chain id of Pangoro Smart Chain is `0x70616772`. The chain id of Pangolin Smart Chain is `0x7061676c`. You can get the full chain id list from [constants](../constants).