diff --git a/utils.ts b/utils.ts index e8563a6..82ef69a 100644 --- a/utils.ts +++ b/utils.ts @@ -122,7 +122,7 @@ const addAccount = async (network: string): Promise => { indices, ); - return { pubKey, address, id }; + return { id, pubKey, address }; } catch (error) { console.error('Error creating account:', error); }