From 92dd159e859993a5b17bbcff8b4f431396eecde6 Mon Sep 17 00:00:00 2001 From: "drift[bot]" Date: Wed, 11 Feb 2026 18:34:04 +0000 Subject: [PATCH] docs: update for ryanwaits/secondlayer#12 breaking changes Co-Authored-By: Claude Sonnet 4.5 --- content/docs/stacks/utilities.mdx | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/content/docs/stacks/utilities.mdx b/content/docs/stacks/utilities.mdx index 2d23993..d283875 100644 --- a/content/docs/stacks/utilities.mdx +++ b/content/docs/stacks/utilities.mdx @@ -67,17 +67,6 @@ isAddressEqual( ); // true ``` -### `getContractAddress` - -Extract the address portion from a contract identifier: - -```ts -import { getContractAddress } from "@secondlayer/stacks"; - -getContractAddress("SP2J6ZY48GV1EZ5V2V5RB9MP66SW86PYKKNRV9EJ7.my-contract"); -// "SP2J6ZY48GV1EZ5V2V5RB9MP66SW86PYKKNRV9EJ7" -``` - ## Constants ### `ZERO_ADDRESS`