File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
wallets/wallet/wallet_mixin_interfaces
scripts/app_config/templates Expand file tree Collapse file tree 5 files changed +11
-11
lines changed Original file line number Diff line number Diff line change @@ -2239,11 +2239,11 @@ mixin SparkInterface<T extends ElectrumXCurrencyInterface>
22392239 final String destinationAddress;
22402240 switch (cryptoCurrency.network) {
22412241 case CryptoCurrencyNetwork .main:
2242- destinationAddress = libSpark.stage3DevelopmentFundAddressMainNet ;
2242+ destinationAddress = libSpark.stage3CommunityFundAddressMainNet ;
22432243 break ;
22442244
22452245 case CryptoCurrencyNetwork .test:
2246- destinationAddress = libSpark.stage3DevelopmentFundAddressTestNet ;
2246+ destinationAddress = libSpark.stage3CommunityFundAddressTestNet ;
22472247 break ;
22482248
22492249 default :
Original file line number Diff line number Diff line change @@ -14,8 +14,8 @@ abstract class LibSparkInterface {
1414 int get maxNameLength;
1515 int get maxAdditionalInfoLengthBytes;
1616 String get nameRegexString;
17- String get stage3DevelopmentFundAddressMainNet ;
18- String get stage3DevelopmentFundAddressTestNet ;
17+ String get stage3CommunityFundAddressMainNet ;
18+ String get stage3CommunityFundAddressTestNet ;
1919 List <int > get standardSparkNamesFee;
2020
2121 void initSparkLogging (Level level);
Original file line number Diff line number Diff line change @@ -1020,8 +1020,8 @@ packages:
10201020 dependency: "direct main"
10211021 description:
10221022 path: "."
1023- ref: "83928dbeb5f150be57e03b7e9f6d720ef7f7cf7b "
1024- resolved-ref: "83928dbeb5f150be57e03b7e9f6d720ef7f7cf7b "
1023+ ref: "4bd84c88e1b2a817a2604ec53030634cc3304bc7 "
1024+ resolved-ref: "4bd84c88e1b2a817a2604ec53030634cc3304bc7 "
10251025 url: "https://github.com/cypherstack/flutter_libsparkmobile.git"
10261026 source: git
10271027 version: "0.1.0"
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ dependencies:
4040# flutter_libsparkmobile:
4141# git:
4242# url: https://github.com/cypherstack/flutter_libsparkmobile.git
43- # ref: 83928dbeb5f150be57e03b7e9f6d720ef7f7cf7b
43+ # ref: 4bd84c88e1b2a817a2604ec53030634cc3304bc7
4444# %%END_ENABLE_FIRO%%
4545
4646# %%ENABLE_EPIC%%
Original file line number Diff line number Diff line change @@ -48,12 +48,12 @@ class _LibSparkInterfaceImpl extends LibSparkInterface {
4848 String get nameRegexString => kNameRegexString;
4949
5050 @override
51- String get stage3DevelopmentFundAddressMainNet =>
52- kStage3DevelopmentFundAddressMainNet ;
51+ String get stage3CommunityFundAddressMainNet =>
52+ kStage3CommunityFundAddressMainNet ;
5353
5454 @override
55- String get stage3DevelopmentFundAddressTestNet =>
56- kStage3DevelopmentFundAddressTestNet ;
55+ String get stage3CommunityFundAddressTestNet =>
56+ kStage3DCommunityFundAddressTestNet ;
5757
5858 @override
5959 List <int > get standardSparkNamesFee =>
You can’t perform that action at this time.
0 commit comments