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

Commit

Permalink
fix: hot fix, revert default node
Browse files Browse the repository at this point in the history
  • Loading branch information
kyranjamie committed Nov 9, 2020
1 parent ab55c80 commit 604bd6c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/store/stacks-node/stacks-node.reducer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ export const removeStacksNodeApi = stacksNodeSlice.actions.removeStacksNodeApi;
export const setActiveStacksNode = stacksNodeSlice.actions.setActiveStacksNode;

export const defaultNode: StacksNode = Object.freeze({
url: 'http://127.0.0.1:3999',
name: 'localhost',
url: DEFAULT_STACKS_NODE_URL,
name: 'Blockstack PBC Krypton node',
id: 'default',
});

Expand Down

0 comments on commit 604bd6c

Please sign in to comment.