Skip to content

Commit

Permalink
use official public nodes
Browse files Browse the repository at this point in the history
  • Loading branch information
libotony committed Dec 18, 2024
1 parent 54d2630 commit bdfbcd3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/create-connex.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ export const soloUrlNode = () => {

export const isSoloNode = !!soloUrlNode();
export const nodeUrls = {
main: "https://explore-mainnet.veblocks.net",
test: "https://explore-testnet.veblocks.net",
main: "https://mainnet.vechain.org",
test: "https://testnet.vechain.org",
solo: soloUrlNode() ?? "http://localhost:8669",
custom: "",
};
Expand Down

0 comments on commit bdfbcd3

Please sign in to comment.