Skip to content

Commit

Permalink
Change testnet validator endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
johnqh committed Dec 11, 2023
1 parent 28e4d4d commit f053dc2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion v4-client-js/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-client-js",
"version": "1.0.10",
"version": "1.0.11",
"description": "General client library for the new dYdX system (v4 decentralized)",
"main": "build/src/index.js",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion v4-client-js/src/clients/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export enum FaucetApiHost {
}

export enum ValidatorApiHost {
TESTNET = 'https://dydx-testnet-archive.allthatnode.com',
TESTNET = 'https://test-dydx.kingnodes.com',
// TODO: Add MAINNET
LOCAL = 'http://localhost:26657'
}
Expand Down

0 comments on commit f053dc2

Please sign in to comment.