UNPKG

@thirdweb-dev/wallets

Version:

<p align="center"> <br /> <a href="https://thirdweb.com"><img src="https://github.com/thirdweb-dev/js/blob/main/legacy_packages/sdk/logo.svg?raw=true" width="200" alt=""/></a> <br /> </p> <h1 align="center">thirdweb Wallet SDK</h1> <p align="center"> <a h

17 lines 507 B
export declare const TW_WC_PROJECT_ID = "145769e410f16970a79ff77b2d89a1e0"; export declare const WC_RELAY_URL = "wss://relay.walletconnect.com"; /** * @internal * Methods */ export declare const EIP155_SIGNING_METHODS: { PERSONAL_SIGN: string; ETH_SIGN: string; ETH_SIGN_TRANSACTION: string; ETH_SIGN_TYPED_DATA: string; ETH_SIGN_TYPED_DATA_V3: string; ETH_SIGN_TYPED_DATA_V4: string; ETH_SEND_TRANSACTION: string; SWITCH_CHAIN: string; }; //# sourceMappingURL=wc.d.ts.map