You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
I was initializing my chain with ignite init and the --config config.testnet.yml flag. I have both a config.yml and a config.testnet.yml. It would always default to the config.yml file even with the flag.
Note: I was eventually running the chain manually (not via serve), but even before I ran it, the genesis.json being created would always be for config.yml.
To reproduce
Steps to reproduce the behavior:
Initialize an Ignite chain.
Create a config.testnet.yml with slightly different parameters like a diff chain ID
Try to initialize it with ignit init --config config.testnet.yml
See the outputted genesis.json in the config folder, and it will be for the normal config.yml
What version are you using?
28.5.1
Provide the output of the ignite version command.
⬆️ Ignite CLI v28.5.1 is available! To upgrade: https://docs.ignite.com/welcome/install#upgradeIgnite CLI version: v28.5.0
Ignite CLI build date: 2024-07-15T19:34:07Z
Ignite CLI source hash: 9698827
Ignite CLI config version: v1
Cosmos SDK version: v0.50.8
Your OS: linux
Your arch: amd64
Your go version: go version go1.22.5 linux/amd64
Your uname -a: Linux trevormil-server 6.5.0-45-generic #45~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 15 16:40:02 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Your cwd: /home/trevormil/bitbadges/bitbadgeschain
Is on Gitpod: false
The text was updated successfully, but these errors were encountered:
Describe the bug
I was initializing my chain with ignite init and the --config config.testnet.yml flag. I have both a config.yml and a config.testnet.yml. It would always default to the config.yml file even with the flag.
Note: I was eventually running the chain manually (not via serve), but even before I ran it, the genesis.json being created would always be for config.yml.
To reproduce
Steps to reproduce the behavior:
What version are you using?
28.5.1
Provide the output of the
ignite version
command.⬆️ Ignite CLI v28.5.1 is available! To upgrade: https://docs.ignite.com/welcome/install#upgradeIgnite CLI version: v28.5.0
Ignite CLI build date: 2024-07-15T19:34:07Z
Ignite CLI source hash: 9698827
Ignite CLI config version: v1
Cosmos SDK version: v0.50.8
Your OS: linux
Your arch: amd64
Your go version: go version go1.22.5 linux/amd64
Your uname -a: Linux trevormil-server 6.5.0-45-generic #45~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Jul 15 16:40:02 UTC 2 x86_64 x86_64 x86_64 GNU/Linux
Your cwd: /home/trevormil/bitbadges/bitbadgeschain
Is on Gitpod: false
The text was updated successfully, but these errors were encountered: