Skip to content

Commit

Permalink
[fix] Use squid testnet endpoints (#39)
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepuppy authored Sep 18, 2023
1 parent 5ffc38b commit cb7189f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/prod/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
"https://dydx-testnet.nodefleet.org",
"https://dydx-testnet-archive.allthatnode.com:26657/XZvMM41hESf8PJrEQiTzbCOMVyFca79R"
],
"0xsquid":"https://squid-api-git-main-cosmos-mainnet-0xsquid.vercel.app",
"0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app",
"configs":"https://dydx-v4-shared-resources.vercel.app",
"faucet":"https://faucet.v4testnet.dydx.exchange",
"statusPageUrl": "https://status.v4testnet.dydx.exchange/",
Expand Down
2 changes: 1 addition & 1 deletion config/staging/dev_endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@
"https://dydx-testnet.nodefleet.org",
"https://dydx-testnet-archive.allthatnode.com:26657/XZvMM41hESf8PJrEQiTzbCOMVyFca79R"
],
"0xsquid":"https://squid-api-git-main-cosmos-mainnet-0xsquid.vercel.app",
"0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app",
"configs":"https://dydx-v4-shared-resources.vercel.app",
"faucet":"https://faucet.v4testnet.dydx.exchange",
"statusPageUrl": "https://status.v4testnet.dydx.exchange/",
Expand Down
2 changes: 1 addition & 1 deletion config/staging/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@
"https://dydx-testnet.nodefleet.org",
"https://dydx-testnet-archive.allthatnode.com:26657/XZvMM41hESf8PJrEQiTzbCOMVyFca79R"
],
"0xsquid":"https://squid-api-git-main-cosmos-mainnet-0xsquid.vercel.app",
"0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app",
"configs":"https://dydx-v4-shared-resources.vercel.app",
"faucet":"https://faucet.v4testnet.dydx.exchange",
"statusPageUrl": "https://status.v4testnet.dydx.exchange/",
Expand Down

0 comments on commit cb7189f

Please sign in to comment.