mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2025-01-23 11:04:33 +00:00
place holder featured paynyms
This commit is contained in:
parent
6d75f01dae
commit
27bb0cf1c9
1 changed files with 7 additions and 0 deletions
7
lib/utilities/featured_paynyms.dart
Normal file
7
lib/utilities/featured_paynyms.dart
Normal file
|
@ -0,0 +1,7 @@
|
|||
abstract class FeaturedPaynyms {
|
||||
// TODO: replace with actual values
|
||||
static const String samouraiWalletDevFund =
|
||||
"PM8TJYkuSdYXJnwDBq8ChfinfXv3srxhQrx3eoEwbSw51wMjdo9JJ2DsycwT3gt3zHQ7cV1grvabMmmf1Btj6fY7tgkgSz9B8MZuR3kjYfgMLMURJCXN";
|
||||
static const String stackWallet =
|
||||
"PM8TJYkuSdYXJnwDBq8ChfinfXv3srxhQrx3eoEwbSw51wMjdo9JJ2DsycwT3gt3zHQ7cV1grvabMmmf1Btj6fY7tgkgSz9B8MZuR3kjYfgMLMURJCXN";
|
||||
}
|
Loading…
Reference in a new issue