Skip to content

Commit

Permalink
Update cardano-up.rb
Browse files Browse the repository at this point in the history
Add 'conway-genesis.json' to configs
  • Loading branch information
oldGreg5 authored Jan 24, 2024
1 parent 62a2186 commit f52f316
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cardano-up.rb
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ module CardanoUp
ENVS = %w[mainnet preview preprod shelley-qa
staging vasil-qa vasil-dev mixed testnet].freeze
CONFIG_FILES = ['alonzo-genesis.json', 'byron-genesis.json', 'shelley-genesis.json',
'config.json', 'topology.json'].freeze
'conway-genesis.json', 'config.json', 'topology.json'].freeze
MAINNET_TOKEN_SERVER = 'https://tokens.cardano.org'
TESTNET_TOKEN_SERVER = 'https://metadata.cardano-testnet.iohkdev.io'
# It is recommended to use default value for {base_dir},
Expand Down

0 comments on commit f52f316

Please sign in to comment.