Skip to content

Commit

Permalink
fixup! test: update deployed envs e2e test to latest sdk version
Browse files Browse the repository at this point in the history
  • Loading branch information
iccicci committed Oct 4, 2024
1 parent 0bdb3b8 commit d29331b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions packages/e2e/src/scripts/generate-dotenv.sh
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ WS_PROVIDER_URL='wss://${domain}/ws'
KEY_MANAGEMENT_PROVIDER=inMemory
KEY_MANAGEMENT_PARAMS='{
"bip32Ed25519": "Sodium",
"accountIndex": 0,
"chainId": {
"networkId": 0,
"networkMagic": ${networkMagic}
\"bip32Ed25519\": \"Sodium\",
\"accountIndex\": 0,
\"chainId\": {
\"networkId\": 0,
\"networkMagic\": ${networkMagic}
},
"passphrase": "some_passphrase",
"mnemonic": "${MNEMONIC}"
\"passphrase\": \"some_passphrase\",
\"mnemonic\": \"${MNEMONIC}\"
}'"

# Write the environment file content to the specified file
Expand Down

0 comments on commit d29331b

Please sign in to comment.