Skip to content

Commit

Permalink
Remove use of deprecated commands (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
leighmcculloch authored May 1, 2024
1 parent c190247 commit a10c468
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion features/dapp_develop/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func installContract(compiledContractFileName string, contractWorkingDirectory s

func createNetworkConfig(configName string, rpcUrl string, networkPassphrase string, e2eConfig *e2e.E2EConfig) error {
envCmd := cmd.NewCmd("soroban",
"config",
"network",
"add",
"--rpc-url", rpcUrl,
Expand Down
2 changes: 1 addition & 1 deletion features/dapp_develop/soroban_config.exp
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set KEY_NAME [lindex $argv 0]
set KEY [lindex $argv 1]
set timeout -1
spawn soroban config identity add --secret-key $KEY_NAME
spawn soroban keys add --secret-key $KEY_NAME
expect -exact "Type a secret key: \r"
send -- "$KEY\r"
expect eof

0 comments on commit a10c468

Please sign in to comment.