Skip to content

Commit

Permalink
Merge pull request #137 from blockfrost/fix-params2
Browse files Browse the repository at this point in the history
fix: isTestnet is not required with custom backend
  • Loading branch information
slowbackspace committed Oct 25, 2021
2 parents b34d386 + 3078b9a commit 7f29963
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/types/index.ts
Expand Up @@ -8,6 +8,7 @@ type OptionCombination1 = {
type OptionCombination2 = {
projectId?: string;
customBackend: string;
isTestnet: boolean;
};

type AdditionalOptions = {
Expand Down

0 comments on commit 7f29963

Please sign in to comment.