Skip to content
This repository has been archived by the owner on Sep 4, 2024. It is now read-only.

Commit

Permalink
Restore account mnemonic (#35)
Browse files Browse the repository at this point in the history
reconfigures the logger a little bit, adds back in mnemonic restore.

---------

Signed-off-by: Derek Anderson <derek@upshot.xyz>
Signed-off-by: vladupshot <154623109+vladupshot@users.noreply.github.com>
Co-authored-by: Guilherme Brandão <37072140+guilherme-brandao@users.noreply.github.com>
Co-authored-by: Guilherme Brandão <guilherme1237@gmail.com>
Co-authored-by: Diego Campo <xmariachi@gmail.com>
Co-authored-by: vladupshot <154623109+vladupshot@users.noreply.github.com>
  • Loading branch information
5 people authored Jan 31, 2024
1 parent b6cfef8 commit 3f5d85d
Show file tree
Hide file tree
Showing 9 changed files with 185 additions and 267 deletions.
4 changes: 3 additions & 1 deletion .vscode/launch.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,9 @@
"--private-key",
"${workspaceFolder}/configs/testkeys/ident1/priv.bin",
"--rest-api",
":8081"
":8081",
"--allora-chain-key-name",
"alice"
],
"cwd": "${workspaceFolder}"
},
Expand Down
Loading

0 comments on commit 3f5d85d

Please sign in to comment.