@privy-io/react-auth 1.77.0 → 1.77.1-beta-20240807030343

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.d.ts CHANGED
@@ -1348,8 +1348,6 @@ interface Wallet {
1348
1348
  /** The wallet address. */
1349
1349
  address: string;
1350
1350
  /**
1351
- * @deprecated Use `chainId` instead.
1352
- *
1353
1351
  * Chain type of the wallet address.
1354
1352
  */
1355
1353
  chainType: 'ethereum' | 'solana';