Skip to content

Commit 67ea8a1

Browse files
Merge pull request #1237 from cypherstack/fix/prebuild-wizswap
Fix prebuild.ps1 WRT WizardSwap
2 parents 1dc3b27 + c13778e commit 67ea8a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/prebuild.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
$KEYS = "..\lib\external_api_keys.dart"
33
if (-not (Test-Path $KEYS)) {
44
Write-Host "prebuild.ps1: creating template lib/external_api_keys.dart file"
5-
"const kChangeNowApiKey = '';" + "`nconst kSimpleSwapApiKey = '';" + "`nconst kNanswapApiKey = '';" + "`nconst kNanoSwapRpcApiKey = '';" | Out-File $KEYS -Encoding UTF8
5+
"const kChangeNowApiKey = '';" + "`nconst kSimpleSwapApiKey = '';" + "`nconst kNanswapApiKey = '';" + "`nconst kNanoSwapRpcApiKey = '';" + "`nconst kWizSwapApiKey = '';" | Out-File $KEYS -Encoding UTF8
66
}
77

88
# Create template wallet test parameter files if they don't already exist

0 commit comments

Comments
 (0)