Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
cmd committed Jan 24, 2024
1 parent 65313e1 commit 2e05240
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/base.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
export type Literal = string | number | boolean | null
export type Json = Literal | { [key : string] : Json } | Json[]
export type Network = 'regtest' | 'main' | 'testnet' | 'signet'
export type Network = 'regtest' | 'main' | 'testnet' | 'signet' | 'mutiny'

0 comments on commit 2e05240

Please sign in to comment.