We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdb3b8 commit d29331bCopy full SHA for d29331b
packages/e2e/src/scripts/generate-dotenv.sh
@@ -56,14 +56,14 @@ WS_PROVIDER_URL='wss://${domain}/ws'
56
57
KEY_MANAGEMENT_PROVIDER=inMemory
58
KEY_MANAGEMENT_PARAMS='{
59
- "bip32Ed25519": "Sodium",
60
- "accountIndex": 0,
61
- "chainId": {
62
- "networkId": 0,
63
- "networkMagic": ${networkMagic}
+ \"bip32Ed25519\": \"Sodium\",
+ \"accountIndex\": 0,
+ \"chainId\": {
+ \"networkId\": 0,
+ \"networkMagic\": ${networkMagic}
64
},
65
- "passphrase": "some_passphrase",
66
- "mnemonic": "${MNEMONIC}"
+ \"passphrase\": \"some_passphrase\",
+ \"mnemonic\": \"${MNEMONIC}\"
67
}'"
68
69
# Write the environment file content to the specified file
0 commit comments