@hinkal/common 0.0.133 → 0.0.134
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/index.mjs +1 -1
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -397724,7 +397724,7 @@ const getZkMeAccessToken = async (C) => (await axios$3.get(`${getServerURL(C)}${
|
|
|
397724
397724
|
getLimitedAnonymityStakingPoints,
|
|
397725
397725
|
getUserAnonymityStakingPoints,
|
|
397726
397726
|
getUserAnonymityStakingReferralPoints
|
|
397727
|
-
}, exportProvider = async () => (await Promise.resolve().then(() => Wagmiv1ProviderAdapter$1)).
|
|
397727
|
+
}, exportProvider = async () => (await Promise.resolve().then(() => Wagmiv1ProviderAdapter$1)).wagmiv1ProviderAdapter;
|
|
397728
397728
|
class WorkerProxy {
|
|
397729
397729
|
isNode = !1;
|
|
397730
397730
|
/**
|