diff --git a/pages/sdk/protocol-kit/guides/safe-deployment/address-replication.mdx b/pages/sdk/protocol-kit/guides/safe-deployment/address-replication.mdx index 607e6e9a..35d564ff 100644 --- a/pages/sdk/protocol-kit/guides/safe-deployment/address-replication.mdx +++ b/pages/sdk/protocol-kit/guides/safe-deployment/address-replication.mdx @@ -92,7 +92,7 @@ const safeDeploymentConfig: SafeDeploymentConfig = { Initialize the Protocol Kit for deploying on Sepolia and Chiado. Set up the provider and signer along with the predicted Safe configuration. -You can use the `getAddress` method to ensure that the Safe account has the same address across chains. +You can use the `getAddress` method to ensure that the Safe account has the same predicted address across chains. ```typescript let protocolKitSepolia = await Safe.init({