Skip to content

Commit

Permalink
Merge pull request #5 from penumbra-zone/testnet-61-config
Browse files Browse the repository at this point in the history
chore: update chain id for testnet 61 dione
  • Loading branch information
conorsch authored Sep 25, 2023
2 parents fb33d58 + 36034bd commit 88f7316
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,6 @@ mc.log

# Ignore OSX .DS_Store file
.DS_Store

# Seed phrase for testing
mnemonic
4 changes: 2 additions & 2 deletions config-osmosistestnet.toml → config-osmosis-testnet.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down Expand Up @@ -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' }

0 comments on commit 88f7316

Please sign in to comment.