Set default network to signet
This commit is contained in:
parent
22fc00a670
commit
17208b5855
@ -516,7 +516,7 @@ export default class Services {
|
|||||||
async createNewDevice() {
|
async createNewDevice() {
|
||||||
let spAddress = '';
|
let spAddress = '';
|
||||||
try {
|
try {
|
||||||
spAddress = await this.sdkClient.create_new_device(0, 'regtest');
|
spAddress = await this.sdkClient.create_new_device(0, 'signet');
|
||||||
const device = this.dumpDeviceFromMemory();
|
const device = this.dumpDeviceFromMemory();
|
||||||
console.log('🚀 ~ Services ~ device:', device);
|
console.log('🚀 ~ Services ~ device:', device);
|
||||||
await this.saveDeviceInDatabase(device);
|
await this.saveDeviceInDatabase(device);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user