@zubari/sdk 0.4.0 → 0.4.2

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.
@@ -736,7 +736,7 @@ var ZubariNFTProtocol = class {
736
736
  network;
737
737
  apiClient;
738
738
  nonceCounter = 0;
739
- constructor(contractAddress, marketplaceAddress, chainId, network = "testnet", apiUrl) {
739
+ constructor(contractAddress, marketplaceAddress, chainId, network = "mainnet", apiUrl) {
740
740
  this.contractAddress = contractAddress;
741
741
  this._marketplaceAddress = marketplaceAddress;
742
742
  this.chainId = chainId;