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`