Open noryev opened 5 hours ago
This pull request makes the following changes:
These changes are to allow a user to use --demonet via a CLI job to point the Lilypad job to the Demonet network instead of the Testnet network.
https://github.com/Lilypad-Tech/lilypad/issues/430
When running the code from source go run . --network demonet github.com/lilypad-tech/lilypad-module-lilysay:0.5.2
go run . --network demonet github.com/lilypad-tech/lilypad-module-lilysay:0.5.2
When using the lilypad CLI, use lilypad run --network demonet github.com/lilypad-tech/lilypad-module-lilysay:0.5.2
lilypad run --network demonet github.com/lilypad-tech/lilypad-module-lilysay:0.5.2
Summary
This pull request makes the following changes:
These changes are to allow a user to use --demonet via a CLI job to point the Lilypad job to the Demonet network instead of the Testnet network.
Task/Issue reference
https://github.com/Lilypad-Tech/lilypad/issues/430
Test plan
When running the code from source
go run . --network demonet github.com/lilypad-tech/lilypad-module-lilysay:0.5.2
When using the lilypad CLI, use
lilypad run --network demonet github.com/lilypad-tech/lilypad-module-lilysay:0.5.2