From cf1b64b9da303ae29156cab08286870398dddd14 Mon Sep 17 00:00:00 2001 From: Alexander Graebe Date: Mon, 4 Jan 2021 16:31:12 +0000 Subject: [PATCH] docs: update contract id info Fixes blockstack/docs#1009 --- src/pages/references/stacking-contract.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/references/stacking-contract.md b/src/pages/references/stacking-contract.md index 370e0763..acc36e78 100644 --- a/src/pages/references/stacking-contract.md +++ b/src/pages/references/stacking-contract.md @@ -8,7 +8,7 @@ import { StackingErrorcodeReference, StackingFunctionReference } from '@componen ## Introduction -Stacking is implemented as a smart contract using Clarity. On the testnet, you can always find the Stacking contract by this contract identifier: `ST000000000000000000002AMW42H.pox`. +Stacking is implemented as a smart contract using Clarity. You can always find the Stacking contract identifier using the Stacks Blockchain API [`v2/pox` endpoint](https://blockstack.github.io/stacks-blockchain-api/#operation/get_pox_info). Below is a list of public and read-only functions as well as error codes that can be returned by those methods.