mirror of
https://github.com/cypherstack/stack_wallet.git
synced 2024-11-16 17:27:39 +00:00
add kNanoSwapRpcApiKey to windows prebuild
This commit is contained in:
parent
a4d30e17b7
commit
e5f0a50011
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
$KEYS = "..\lib\external_api_keys.dart"
|
||||
if (-not (Test-Path $KEYS)) {
|
||||
Write-Host "prebuild.ps1: creating template lib/external_api_keys.dart file"
|
||||
"const kChangeNowApiKey = '';" + "`nconst kSimpleSwapApiKey = '';" | Out-File $KEYS -Encoding UTF8
|
||||
"const kChangeNowApiKey = '';" + "`nconst kSimpleSwapApiKey = '';" + "const kNanoSwapRpcApiKey = '';" | Out-File $KEYS -Encoding UTF8
|
||||
}
|
||||
|
||||
# Create template wallet test parameter files if they don't already exist
|
||||
|
|
Loading…
Reference in a new issue