@tradeport/sui-trading-sdk 0.2.0 → 0.2.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.
package/dist/index.mjs CHANGED
@@ -6236,7 +6236,7 @@ async function withdrawProfitsFromKiosks({ walletAddress }, context) {
6236
6236
  // src/SuiTradingClient.ts
6237
6237
  var SuiTradingClient = class {
6238
6238
  constructor({ apiUser, apiKey, suiNodeUrl, graphQLClient }) {
6239
- this.allowedApiUsersForUnsharedKiosksMigration = ["tradeport.xyz"];
6239
+ this.allowedApiUsersForUnsharedKiosksMigration = ["tradeport.xyz", "mercato.xyz"];
6240
6240
  this.apiUser = apiUser;
6241
6241
  this.apiKey = apiKey;
6242
6242
  this.suiClient = createSuiClient_default(suiNodeUrl || getFullnodeUrl("mainnet"));