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