@privy-io/react-auth 1.27.0-beta.1 → 1.27.0-beta.2

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
@@ -233,11 +233,6 @@ declare class Embedded1193Provider extends EventEmitter implements EIP1193Provid
233
233
  provider: JsonRpcProvider;
234
234
  chainId: number;
235
235
  constructor(walletProxy: EmbeddedWalletProxy, address: string, chainId?: number);
236
- /**
237
- * Build an infura endpoint for a given chainId if it is one of our
238
- * supported chains.
239
- */
240
- private getInfuraEndpoint;
241
236
  handleSendTransaction(args: RequestArguments): Promise<string>;
242
237
  private handleSwitchEthereumChain;
243
238
  private handlePersonalSign;