@zubari/sdk 0.4.0 → 0.4.1

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.
@@ -2112,7 +2112,7 @@ var WalletManager = class _WalletManager {
2112
2112
  *
2113
2113
  * No fallback to placeholder addresses - WDK API is required for real addresses.
2114
2114
  */
2115
- static async deriveAddressForChainAsync(seed, chain, network = "testnet", apiUrl) {
2115
+ static async deriveAddressForChainAsync(seed, chain, network = "mainnet", apiUrl) {
2116
2116
  if (chain === "ethereum") {
2117
2117
  try {
2118
2118
  const wdkService2 = getZubariWdkService({ network, apiUrl });