mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 20:39:51 +00:00
New versions (#1295)
This commit is contained in:
parent
d6e10bdbd5
commit
d6af37df06
8 changed files with 27 additions and 24 deletions
|
@ -525,6 +525,8 @@ import 'package:cw_core/wallet_base.dart';
|
|||
import 'package:cw_core/wallet_credentials.dart';
|
||||
import 'package:cw_core/wallet_info.dart';
|
||||
import 'package:cw_core/wallet_service.dart';
|
||||
import 'package:hive/hive.dart';
|
||||
import 'package:web3dart/web3dart.dart';
|
||||
|
||||
""";
|
||||
const ethereumCWHeaders = """
|
||||
|
@ -540,8 +542,6 @@ import 'package:cw_ethereum/ethereum_wallet.dart';
|
|||
import 'package:cw_ethereum/ethereum_wallet_service.dart';
|
||||
|
||||
import 'package:eth_sig_util/util/utils.dart';
|
||||
import 'package:hive/hive.dart';
|
||||
import 'package:web3dart/web3dart.dart';
|
||||
|
||||
""";
|
||||
const ethereumCwPart = "part 'cw_ethereum.dart';";
|
||||
|
@ -617,6 +617,8 @@ import 'package:cw_core/wallet_base.dart';
|
|||
import 'package:cw_core/wallet_credentials.dart';
|
||||
import 'package:cw_core/wallet_info.dart';
|
||||
import 'package:cw_core/wallet_service.dart';
|
||||
import 'package:hive/hive.dart';
|
||||
import 'package:web3dart/web3dart.dart';
|
||||
|
||||
""";
|
||||
const polygonCWHeaders = """
|
||||
|
@ -631,8 +633,6 @@ import 'package:cw_polygon/polygon_client.dart';
|
|||
import 'package:cw_polygon/polygon_wallet.dart';
|
||||
import 'package:cw_polygon/polygon_wallet_service.dart';
|
||||
|
||||
import 'package:hive/hive.dart';
|
||||
import 'package:web3dart/web3dart.dart';
|
||||
import 'package:eth_sig_util/util/utils.dart';
|
||||
|
||||
""";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue