File tree Expand file tree Collapse file tree 1 file changed +4
-6
lines changed
packages/adena-extension/src/services/wallet Expand file tree Collapse file tree 1 file changed +4
-6
lines changed Original file line number Diff line number Diff line change 1- import { AccountInfo , GnoProvider } from '@common/provider/gno/gno-provider ' ;
1+ import { AccountInfo , GnoProvider } from '@common/provider/gno' ;
22import { WalletAccountRepository } from '@repositories/wallet' ;
33import { Account } from 'adena-module' ;
44
@@ -83,11 +83,9 @@ export class WalletAccountService {
8383 return this . walletAccountRepository . getAccountNames ( ) ;
8484 } ;
8585
86- public updateAccountNames = async (
87- accountNames : {
88- [ key in string ] : string ;
89- } ,
90- ) : Promise < boolean > => {
86+ public updateAccountNames = async ( accountNames : {
87+ [ key in string ] : string ;
88+ } ) : Promise < boolean > => {
9189 return this . walletAccountRepository . updateAccountNames ( accountNames ) ;
9290 } ;
9391
You can’t perform that action at this time.
0 commit comments