File tree 9 files changed +26
-7
lines changed
9 files changed +26
-7
lines changed Original file line number Diff line number Diff line change 2
2
3
3
## Unreleased (develop)
4
4
5
+ - added: Add eCash.
6
+
5
7
## 4.28.0 (staging)
6
8
7
9
- added: Dismissed promo cards added to ` NotificationCenterScene `
Original file line number Diff line number Diff line change 19
19
- React-Core
20
20
- edge-currency-accountbased (4.47.1):
21
21
- React-Core
22
- - edge-currency-plugins (3.7 .0):
22
+ - edge-currency-plugins (3.8 .0):
23
23
- React-Core
24
24
- edge-exchange-plugins (2.23.0):
25
25
- React-Core
@@ -1103,7 +1103,7 @@ SPEC CHECKSUMS:
1103
1103
DoubleConversion: 5189b271737e1565bdce30deb4a08d647e3f5f54
1104
1104
edge-core-js: d9378689e1b7304e34a001731fdcbd6affde665f
1105
1105
edge-currency-accountbased: a948b44a3ccc82e5f873e9bf7b3feb98624f4d90
1106
- edge-currency-plugins: f9fe0c22b0fa3cea0989c36e657a0f5d461552c5
1106
+ edge-currency-plugins: 7870a65d6a49b60727abc7c19f8da19614f6bb49
1107
1107
edge-exchange-plugins: bd1f8ac7999f3608e08daccabbc15d3b395b0b52
1108
1108
edge-login-ui-rn: 91b4cfca94bc40f6020c88de7580fe1613229832
1109
1109
EXApplication: 9e02dde69a11d17d394bc89a9ea90c619217bada
Original file line number Diff line number Diff line change 102
102
"edge-core-js" : " ^2.27.4" ,
103
103
"edge-currency-accountbased" : " ^4.47.1" ,
104
104
"edge-currency-monero" : " ^1.5.0" ,
105
- "edge-currency-plugins" : " ^3.7 .0" ,
105
+ "edge-currency-plugins" : " ^3.8 .0" ,
106
106
"edge-exchange-plugins" : " ^2.23.0" ,
107
107
"edge-info-server" : " ^3.8.0" ,
108
108
"edge-login-ui-rn" : " ^3.26.1" ,
Original file line number Diff line number Diff line change @@ -385,6 +385,15 @@ export const SPECIAL_CURRENCY_INFO: {
385
385
keysOnlyMode : true ,
386
386
unstoppableDomainsTicker : 'WAXP'
387
387
} ,
388
+ ecash : {
389
+ maxSpendTargets : UTXO_MAX_SPEND_TARGETS ,
390
+ initWalletName : lstrings . string_first_ecash_wallet_name ,
391
+ chainCode : 'ECASH' ,
392
+ displayBuyCrypto : true ,
393
+ isImportKeySupported : true ,
394
+ isStakingSupported : false ,
395
+ unstoppableDomainsTicker : 'ECASH'
396
+ } ,
388
397
ethereum : {
389
398
initWalletName : lstrings . string_first_ethereum_wallet_name ,
390
399
chainCode : 'ETH' ,
Original file line number Diff line number Diff line change @@ -198,6 +198,11 @@ export const asEnvConfig = asObject({
198
198
nowNodesApiKey : asOptional ( asString , '' )
199
199
} )
200
200
) ,
201
+ ECASH_INIT : asCorePluginInit (
202
+ asObject ( {
203
+ nowNodesApiKey : asOptional ( asString , '' )
204
+ } )
205
+ ) ,
201
206
ETHEREUM_INIT : asCorePluginInit ( asEvmApiKeys ) ,
202
207
ETHEREUM_POW_INIT : asCorePluginInit ( asEvmApiKeys ) ,
203
208
EXOLIX_INIT : asCorePluginInit (
Original file line number Diff line number Diff line change @@ -561,6 +561,7 @@ const strings = {
561
561
string_first_bitcoin_gold_wallet_name : 'My Bitcoin Gold' ,
562
562
string_first_dash_wallet_name : 'My Dash' ,
563
563
string_first_digibyte_wallet_name : 'My DigiByte' ,
564
+ string_first_ecash_wallet_name : 'My eCash' ,
564
565
string_first_eos_wallet_name : 'My EOS' ,
565
566
string_first_holesky_wallet_name : 'My Holesky' ,
566
567
string_first_telos_wallet_name : 'My Telos' ,
Original file line number Diff line number Diff line change 494
494
"string_first_bitcoin_gold_wallet_name" : " My Bitcoin Gold" ,
495
495
"string_first_dash_wallet_name" : " My Dash" ,
496
496
"string_first_digibyte_wallet_name" : " My DigiByte" ,
497
+ "string_first_ecash_wallet_name" : " My eCash" ,
497
498
"string_first_eos_wallet_name" : " My EOS" ,
498
499
"string_first_holesky_wallet_name" : " My Holesky" ,
499
500
"string_first_telos_wallet_name" : " My Telos" ,
Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ export const currencyPlugins: EdgeCorePluginsInit = {
19
19
celo : ENV . CELO_INIT ,
20
20
coreum : ENV . COREUM_INIT ,
21
21
cosmoshub : ENV . COSMOSHUB_INIT ,
22
+ ecash : ENV . ECASH_INIT ,
22
23
eos : true ,
23
24
ethereum : ENV . ETHEREUM_INIT ,
24
25
ethereumclassic : true ,
Original file line number Diff line number Diff line change @@ -8788,10 +8788,10 @@ edge-currency-monero@^1.5.0:
8788
8788
buffer "^5.0.6"
8789
8789
uri-js "^3.0.2"
8790
8790
8791
- edge-currency-plugins@^3.7 .0:
8792
- version "3.7 .0"
8793
- resolved "https://registry.yarnpkg.com/edge-currency-plugins/-/edge-currency-plugins-3.7 .0.tgz#ab0c2ae59e60371dc7886ed86b29a1dd3d15e4fc "
8794
- integrity sha512-V7fz588MOxaqkUEA7iFFRlWUenOs5KBlO4I4OY3+0EgmYbNaH7c+R9AX6TtaaPYwuxtaW+t4Bu1PmHa0FTomVQ ==
8791
+ edge-currency-plugins@^3.8 .0:
8792
+ version "3.8 .0"
8793
+ resolved "https://registry.yarnpkg.com/edge-currency-plugins/-/edge-currency-plugins-3.8 .0.tgz#4a458a3f9aef550e705754467bbb362b2162d0aa "
8794
+ integrity sha512-KkbzYljdDCwFpXZi14NFdAM39wb2SHPE7hgboUWyjeiMe9L/IgTbI8iE8aKQVD0YuR6KoKRJ8Ftd7fOoVqzJSw ==
8795
8795
dependencies:
8796
8796
"@bitcoinerlab/secp256k1" "^1.2.0"
8797
8797
altcoin-js "^1.0.0"
You can’t perform that action at this time.
0 commit comments