Skip to content

Commit

Permalink
feat: add StabilityTestnet to list of test networks
Browse files Browse the repository at this point in the history
  • Loading branch information
deblanco committed Feb 21, 2024
1 parent 6953698 commit 198198f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/commands/config/create.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ export const handler = async (args: CreateConfigCommand): Promise<void> => {
TestNetwork.Mumbai,
TestNetwork.Apothem,
TestNetwork.Hedera,
TestNetwork.StabilityTestnet,
];
const { network } = await inquirer.prompt({
type: "list",
Expand Down

0 comments on commit 198198f

Please sign in to comment.