Skip to content

Commit

Permalink
Merge pull request #186 from blockfrost/add-network
Browse files Browse the repository at this point in the history
fix(tests): add sanchonet
  • Loading branch information
vladimirvolek authored Jul 28, 2024
2 parents b6e448c + 6aa9abf commit 6814292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nixos-module.nix
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ in {
};
};
network = lib.mkOption {
type = lib.types.enum [ "mainnet" "preprod" "preview" "testnet" ];
type = lib.types.enum [ "mainnet" "preprod" "preview" "testnet" "sanchonet" ];
default = "mainnet";
};
tokenRegistryUrl = lib.mkOption {
Expand Down

0 comments on commit 6814292

Please sign in to comment.