From 36034bd11017e178b7ce09e6c6ed32aae7fc06f9 Mon Sep 17 00:00:00 2001 From: Conor Schaefer Date: Fri, 22 Sep 2023 14:36:43 -0700 Subject: [PATCH] chore: update chain id for testnet 61 dione --- .gitignore | 3 +++ config-osmosistestnet.toml => config-osmosis-testnet.toml | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) rename config-osmosistestnet.toml => config-osmosis-testnet.toml (95%) diff --git a/.gitignore b/.gitignore index 2e9b0e8816..1eb2bfa6eb 100644 --- a/.gitignore +++ b/.gitignore @@ -27,3 +27,6 @@ mc.log # Ignore OSX .DS_Store file .DS_Store + +# Seed phrase for testing +mnemonic diff --git a/config-osmosistestnet.toml b/config-osmosis-testnet.toml similarity index 95% rename from config-osmosistestnet.toml rename to config-osmosis-testnet.toml index 12562a1f98..1ffef60ce5 100644 --- a/config-osmosistestnet.toml +++ b/config-osmosis-testnet.toml @@ -26,7 +26,7 @@ host = '127.0.0.1' port = 3001 [[chains]] -id = 'penumbra-testnet-tethys' +id = 'penumbra-testnet-dione' type = 'penumbra' rpc_addr = 'https://rpc.testnet.penumbra.zone' grpc_addr = 'https://grpc.testnet.penumbra.zone' @@ -57,5 +57,5 @@ gas_multiplier = 1.1 clock_drift = '20s' max_block_time = '10s' trusting_period = '1days' -memo_prefix = 'Osmosis Docs Rocks' +memo_prefix = 'Hello from Penumbra 😎🌘' trust_threshold = { numerator = '1', denominator = '3' }