@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.
@@ -1778,7 +1778,7 @@ var TransactionService = class {
1778
1778
  wallets = {};
1779
1779
  constructor(config = {}) {
1780
1780
  this.config = {
1781
- network: config.network || "testnet",
1781
+ network: config.network || "mainnet",
1782
1782
  rpcUrls: config.rpcUrls
1783
1783
  };
1784
1784
  }