We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1dc3b27 + c13778e commit 67ea8a1Copy full SHA for 67ea8a1
scripts/prebuild.ps1
@@ -2,7 +2,7 @@
2
$KEYS = "..\lib\external_api_keys.dart"
3
if (-not (Test-Path $KEYS)) {
4
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
+ "const kChangeNowApiKey = '';" + "`nconst kSimpleSwapApiKey = '';" + "`nconst kNanswapApiKey = '';" + "`nconst kNanoSwapRpcApiKey = '';" + "`nconst kWizSwapApiKey = '';" | Out-File $KEYS -Encoding UTF8
6
}
7
8
# Create template wallet test parameter files if they don't already exist
0 commit comments