Skip to content

Commit 21e5544

Browse files
authored
Merge pull request #159 from vegaprotocol/chore/update-default-urls
API urls update for 0.54
2 parents 2b3de04 + 34af241 commit 21e5544

2 files changed

Lines changed: 7 additions & 6 deletions

File tree

credentials-template

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,9 @@ WALLET_PASSPHRASE="example_wallet_passphrase"
66
VEGA_MARKET="marketID"
77

88
WALLETSERVER_URL="https://wallet.testnet.vega.xyz"
9-
NODE_URL_REST="https://lb.testnet.vega.xyz"
10-
NODE_URL_GRAPHQL="https://lb.testnet.vega.xyz/graphql"
11-
NODE_URL_GRPC="n06.testnet.vega.xyz:3007"
9+
NODE_URL_REST="https://api.n10.testnet.vega.xyz"
10+
NODE_URL_GRAPHQL="https://api.n10.testnet.vega.xyz/graphql"
11+
NODE_URL_GRPC="api.n10.testnet.vega.xyz:3007"
1212

1313
# Do not edit below this line:
1414
PYTHONPATH=.

credentials-win-template

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
WALLET_NAME=example_wallet_name
22
WALLET_PASSPHRASE=example_wallet_passphrase
33
WALLETSERVER_URL=https://wallet.testnet.vega.xyz
4-
NODE_URL_REST=https://lb.testnet.vega.xyz
5-
NODE_URL_GRAPHQL=https://lb.testnet.vega.xyz/graphql
6-
NODE_URL_GRPC=n06.testnet.vega.xyz:3007
4+
NODE_URL_REST=https://api.n10.testnet.vega.xyz
5+
NODE_URL_GRAPHQL=https://api.10.testnet.vega.xyz/graphql
6+
NODE_URL_GRPC=api.n10.testnet.vega.xyz:3007
7+
78
PYTHONPATH=.
89
VEGA_MARKET=marketID
910

0 commit comments

Comments
 (0)