accounts
Version:
Tempo Accounts SDK
11 lines • 370 B
JavaScript
import { deviceCode } from './deviceCode.js';
/** Creates the Tempo Wallet adapter using the Wata device-code transport. */
export function tempoWallet(options) {
return deviceCode({
...options,
name: 'Tempo Wallet',
rdns: 'xyz.tempo',
url: 'https://wallet.tempo.xyz/api/auth/device',
});
}
//# sourceMappingURL=tempoWallet.js.map