UNPKG

@keplr-ewallet/ewallet-sdk-cosmos

Version:
11 lines 325 B
/** * Dummy function for Keplr interface compatibility. * This function is provided to match the Keplr API and does nothing. * It can be safely called and awaited, but has no effect. * * @param _chainId - The chain ID (unused) */ export async function enable(_chainId) { return; } //# sourceMappingURL=enable.js.map