UNPKG

accounts

Version:

Tempo Accounts SDK

11 lines 354 B
import { mobileWebAuth } from './mobileWebAuth.js'; /** Creates the Tempo Wallet adapter using Wata mobile web auth. */ export function tempoWallet(options) { return mobileWebAuth({ ...options, host: 'https://wallet.tempo.xyz', name: 'Tempo Wallet', rdns: 'xyz.tempo', }); } //# sourceMappingURL=tempoWallet.js.map