@seaverse/auth-sdk 0.4.2 → 0.4.3

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
@@ -923,8 +923,8 @@ const ENVIRONMENT_CONFIGS = {
923
923
  },
924
924
  development: {
925
925
  name: 'development',
926
- baseURL: 'https://api-dev.seaverse.dev',
927
- wsURL: 'wss://api-dev.seaverse.dev',
926
+ baseURL: 'https://account-hub.sg.seaverse.dev',
927
+ wsURL: 'wss://account-hub.sg.seaverse.dev',
928
928
  isProduction: false,
929
929
  },
930
930
  local: {