mirror of
https://github.com/cake-tech/cake_wallet.git
synced 2025-06-28 12:29:51 +00:00
Merge branch 'main' into CAKE-330-unspent-coins-details-UI
# Conflicts: # lib/router.dart # lib/routes.dart
This commit is contained in:
commit
3f81f708e5
90 changed files with 2015 additions and 567 deletions
|
@ -53,7 +53,8 @@ class Routes {
|
|||
static const restoreFromBackup = '/restore_from_backup';
|
||||
static const support = '/support';
|
||||
static const orderDetails = '/order_details';
|
||||
static const wyre = '/wyre';
|
||||
static const preOrder = '/pre_order';
|
||||
static const buyWebView = '/buy_web_view';
|
||||
static const unspentCoinsList = '/unspent_coins_list';
|
||||
static const unspentCoinsDetails = '/unspent_coins_details';
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue