Skip to content

Commit d29331b

Browse files
committed
fixup! test: update deployed envs e2e test to latest sdk version
1 parent 0bdb3b8 commit d29331b

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

packages/e2e/src/scripts/generate-dotenv.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ WS_PROVIDER_URL='wss://${domain}/ws'
5656
5757
KEY_MANAGEMENT_PROVIDER=inMemory
5858
KEY_MANAGEMENT_PARAMS='{
59-
"bip32Ed25519": "Sodium",
60-
"accountIndex": 0,
61-
"chainId": {
62-
"networkId": 0,
63-
"networkMagic": ${networkMagic}
59+
\"bip32Ed25519\": \"Sodium\",
60+
\"accountIndex\": 0,
61+
\"chainId\": {
62+
\"networkId\": 0,
63+
\"networkMagic\": ${networkMagic}
6464
},
65-
"passphrase": "some_passphrase",
66-
"mnemonic": "${MNEMONIC}"
65+
\"passphrase\": \"some_passphrase\",
66+
\"mnemonic\": \"${MNEMONIC}\"
6767
}'"
6868

6969
# Write the environment file content to the specified file

0 commit comments

Comments
 (0)