Hey guys
I initially tested with sns-testing using the sns_ini.yaml configuration, which worked well. However, when attempting to use the sns tool to submit a proposal and update my local sns repository using bazel build //rs/sns/cli:sns
it failed, even with my bazelisk wrapper (I’m on Ubuntu).
As an alternative, I explored the dfx extension for sns cli. But using this tool revealed issues when running dfx sns config validate
due to differences in the sns configuration file required. The dfx sns config new
command generated a sns.yml file, distinct from the sns_ini.yaml in the sns-testing repo provided in the official documentation for submitting sns to nns. The new file is not only different but lacked essential information, such as minimal participants.
In summary, dfx sns config new
produces a different sns.yml file compared to sns_ini.yaml from sns-testing in the official documentation.
Which method should we actually use? Could you please guide me on the recommended method or direct me to a repository that has successfully implemented this process? I’ve found repositories from Open Chat and Nuance, but they use different config files, so I am not sure which one is the most recent one and which one we should use.
Thanks!