Skip to content

Commit

Permalink
chore: fix missing protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Oct 12, 2023
1 parent 26aa827 commit ba1a712
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/shared/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ const networkSbtcDevenv: NetworkConfiguration = {
stacks: {
blockchain: 'stacks',
chainId: ChainID.Testnet,
url: 'localhost:3999',
url: 'http://localhost:3999',
},
bitcoin: {
blockchain: 'bitcoin',
network: 'regtest',
url: 'localhost:8999/api',
url: 'http://localhost:8999/api',
},
},
};
Expand Down

0 comments on commit ba1a712

Please sign in to comment.