Skip to content
Snippets Groups Projects
Commit e8acb59f authored by poka's avatar poka
Browse files

add ss58 test

parent 1995aaf4
No related branches found
No related tags found
1 merge request!27Import cs accounts
Pipeline #16796 passed
...@@ -510,7 +510,6 @@ class SubstrateSdk with ChangeNotifier { ...@@ -510,7 +510,6 @@ class SubstrateSdk with ChangeNotifier {
BuildContext context, String address, int number, String password) async { BuildContext context, String address, int number, String password) async {
final keypair = getKeypair(address); final keypair = getKeypair(address);
//TODO: fix null keypair after used chest import
log.d('tatatata $address $number $password ${keypair.encoded}'); log.d('tatatata $address $number $password ${keypair.encoded}');
final seedMap = final seedMap =
......
...@@ -40,6 +40,7 @@ class HomeScreen extends StatelessWidget { ...@@ -40,6 +40,7 @@ class HomeScreen extends StatelessWidget {
final bool isWalletsExists = myWalletProvider.checkIfWalletExist(); final bool isWalletsExists = myWalletProvider.checkIfWalletExist();
// sub.csToV2('test', 'test'); // sub.csToV2('test', 'test');
// sub.getSs58Prefix();
isTall = false; isTall = false;
ratio = 1; ratio = 1;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment