@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/components/index.js.map +1 -1
- package/dist/components/index.mjs.map +1 -1
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +1 -1
- package/dist/index.mjs.map +1 -1
- package/dist/providers/index.js +1 -1
- package/dist/providers/index.js.map +1 -1
- package/dist/providers/index.mjs +1 -1
- package/dist/providers/index.mjs.map +1 -1
- package/package.json +1 -1
- package/src/providers/OneProvider.tsx +1 -1
- package/src/providers/ThirdwebProvider.tsx +1 -1
package/dist/index.js
CHANGED
|
@@ -4205,7 +4205,7 @@ function OneProvider({
|
|
|
4205
4205
|
react.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) {
|