@babylonlabs-io/wallet-connector 0.6.4 → 0.6.5

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.es.js CHANGED
@@ -94032,7 +94032,7 @@ function validateAddress(e, t) {
94032
94032
  if (!(e in NETWORKS))
94033
94033
  throw new Error(`Unsupported network: ${e}. Please provide a valid network.`);
94034
94034
  if (!t.startsWith(r.common))
94035
- throw new Error(`Incorrect address prefix for ${n}. Expected address to start with '${r}'.`);
94035
+ throw new Error(`Incorrect address prefix for ${n}. Expected address to start with '${r.common}'.`);
94036
94036
  }
94037
94037
  const toNetwork = (e) => NETWORKS[e].config, WALLET_PROVIDER_NAME$3 = "Keystone";
94038
94038
  class KeystoneProvider {