Skip to content
This repository has been archived by the owner on Oct 4, 2023. It is now read-only.

Commit

Permalink
fix: add support for signet
Browse files Browse the repository at this point in the history
  • Loading branch information
bodymindarts committed Nov 4, 2022
1 parent 2d13515 commit ccafdb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/store/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ if (!isBrowser) {

if (
process.env.NETWORK &&
!["mainnet", "testnet", "regtest"].includes(process.env.NETWORK)
!["mainnet", "testnet", "signet", "regtest"].includes(process.env.NETWORK)
) {
throw new Error("Invalid NETWORK value")
}
Expand Down

0 comments on commit ccafdb7

Please sign in to comment.