@one_deploy/sdk 1.2.3 → 1.2.4

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
@@ -4205,7 +4205,7 @@ function OneProvider({
4205
4205
  useEffect(() => {
4206
4206
  const fetchClientConfig = async () => {
4207
4207
  try {
4208
- const response = await fetch(`${config2.oneEngineUrl}/v1/config/thirdweb`);
4208
+ const response = await fetch(`${config2.oneEngineUrl}/api/v1/config/thirdweb`);
4209
4209
  if (response.ok) {
4210
4210
  const data = await response.json();
4211
4211
  if (data.success && data.data?.clientId) {