add ss58 test

This commit is contained in:
poka 2022-08-16 21:50:35 +02:00
parent 1995aaf4fb
commit e8acb59f3e
2 changed files with 1 additions and 1 deletions

View File

@ -510,7 +510,6 @@ class SubstrateSdk with ChangeNotifier {
BuildContext context, String address, int number, String password) async {
final keypair = getKeypair(address);
//TODO: fix null keypair after used chest import
log.d('tatatata $address $number $password ${keypair.encoded}');
final seedMap =

View File

@ -40,6 +40,7 @@ class HomeScreen extends StatelessWidget {
final bool isWalletsExists = myWalletProvider.checkIfWalletExist();
// sub.csToV2('test', 'test');
// sub.getSs58Prefix();
isTall = false;
ratio = 1;