@pooflabs/web 0.0.24 → 0.0.25
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.esm.js +1 -1
- package/dist/index.js +1 -1
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
|
@@ -42163,7 +42163,7 @@ const defaultPrivyConfig = {
|
|
|
42163
42163
|
class PrivyWalletProvider {
|
|
42164
42164
|
constructor(appName, appLogoUrl, privyConfig, networkUrl = null) {
|
|
42165
42165
|
this.containerElement = null;
|
|
42166
|
-
this.chainId = 'solana:
|
|
42166
|
+
this.chainId = 'solana:mainnet';
|
|
42167
42167
|
this.root = null;
|
|
42168
42168
|
this.privyMethods = null;
|
|
42169
42169
|
this.privyConfig = defaultPrivyConfig;
|
package/dist/index.js
CHANGED
|
@@ -42183,7 +42183,7 @@ const defaultPrivyConfig = {
|
|
|
42183
42183
|
class PrivyWalletProvider {
|
|
42184
42184
|
constructor(appName, appLogoUrl, privyConfig, networkUrl = null) {
|
|
42185
42185
|
this.containerElement = null;
|
|
42186
|
-
this.chainId = 'solana:
|
|
42186
|
+
this.chainId = 'solana:mainnet';
|
|
42187
42187
|
this.root = null;
|
|
42188
42188
|
this.privyMethods = null;
|
|
42189
42189
|
this.privyConfig = defaultPrivyConfig;
|