@seaverse/payment-sdk 0.9.6 → 0.9.7

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.cjs CHANGED
@@ -2864,8 +2864,8 @@ const ENVIRONMENT_CONFIGS = {
2864
2864
  production: {
2865
2865
  scriptUrl: 'https://seaart-publish.sc-api.saconsole.com/payment-component/client.js',
2866
2866
  clientId: 'XF11ik3u5AJ16IyDI3hebq5',
2867
- orderApiUrl: 'https://payment.seaverse.com',
2868
- walletApiUrl: 'https://wallet.seaverse.com',
2867
+ orderApiUrl: 'https://payment.seaverse.ai',
2868
+ walletApiUrl: 'https://wallet.seaverse.ai',
2869
2869
  cssUrl: 'https://seaart-publish.sc-api.saconsole.com/payment-component/public/style.css',
2870
2870
  },
2871
2871
  };
@@ -9185,7 +9185,7 @@ class GenericPackageModal extends BasePackageModal {
9185
9185
  /**
9186
9186
  * SDK version
9187
9187
  */
9188
- const VERSION$2 = '0.9.6';
9188
+ const VERSION$2 = '0.9.7';
9189
9189
 
9190
9190
  var __defProp = Object.defineProperty;
9191
9191
  var __defProps = Object.defineProperties;