diff options
author | Óscar Nájera <hi@oscarnajera.com> | 2021-12-18 11:48:04 +0100 |
---|---|---|
committer | Óscar Nájera <hi@oscarnajera.com> | 2021-12-18 11:52:41 +0100 |
commit | a304f8bdb041e0f5c05d24f71e869732ec1de0d3 (patch) | |
tree | f68b4e867ffa31daa2a5fa809c75f747e77501b0 /config/doom | |
parent | d33f2ceff601666d33ebc44fc34a811ce0ae67a2 (diff) | |
download | dotfiles-a304f8bdb041e0f5c05d24f71e869732ec1de0d3.tar.gz dotfiles-a304f8bdb041e0f5c05d24f71e869732ec1de0d3.tar.bz2 dotfiles-a304f8bdb041e0f5c05d24f71e869732ec1de0d3.zip |
Testnet to new host and postgresql ssh tunnel
Diffstat (limited to 'config/doom')
-rw-r--r-- | config/doom/config.org | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/doom/config.org b/config/doom/config.org index b2ec545..00f27a8 100644 --- a/config/doom/config.org +++ b/config/doom/config.org @@ -344,7 +344,7 @@ Emacs mode for managing ledger text files (defun on/cardano-set-network () (interactive) (let* ((networks '((:mainnet "/tmp/alinamn.socket" "--mainnet") - (:testnet "/tmp/sarahtn.socket" "--testnet-magic" "1097911063") + (:testnet "/tmp/alinatn.socket" "--testnet-magic" "1097911063") (:alonzo-purple "~/test-cardano/purple/socket" "--testnet-magic" "8"))) (pick (alist-get |