Skip to content

Commit

Permalink
Add Pocket back to list of fallback nodes (#3925)
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederikBolding authored Apr 13, 2021
1 parent 63ba7f8 commit 8bc6781
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/database/data/nodes.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export const NODES_CONFIG: { [key in NetworkId]: StaticNodeConfig[] } = {
type: NodeType.POCKET,
service: 'Pocket',
url: `https://eth-mainnet.gateway.pokt.network/v1/lb/${POCKET_API_KEY}`,
disableByDefault: true
disableByDefault: false
}
],

Expand Down

0 comments on commit 8bc6781

Please sign in to comment.