File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22$KEYS = " ..\lib\external_api_keys.dart"
33if (-not (Test-Path $KEYS )) {
44 Write-Host " prebuild.ps1: creating template lib/external_api_keys.dart file"
5- " const kChangeNowApiKey = '';" + " `n const kSimpleSwapApiKey = '';" + " `n const kNanswapApiKey = '';" + " `n const kNanoSwapRpcApiKey = '';" + " `n const kWizSwapApiKey = '';" + " `n const kShopInBitAccessKey = '';" + " `n const kShopInBitPartnerSecret = '';" + " `n const kCakePayApiToken = '';" | Out-File $KEYS - Encoding UTF8
5+ " const kChangeNowApiKey = '';" + " `n const kSimpleSwapApiKey = '';" + " `n const kNanswapApiKey = '';" + " `n const kNanoSwapRpcApiKey = '';" + " `n const kWizSwapApiKey = '';" + " `n const kShopInBitAccessKey = '';" + " `n const kShopInBitPartnerSecret = '';" + " `n const kCakePayApiToken = '';" + " `n const kExolixApiKey = ''; " | Out-File $KEYS - Encoding UTF8
66}
77
88# Create template wallet test parameter files if they don't already exist
You can’t perform that action at this time.
0 commit comments