Skip to content

Commit

Permalink
Feature/trcl 2611 missing icons (#31)
Browse files Browse the repository at this point in the history
* TRCL-2611 Fixed typo

* TRCL-2611 using testnet images for staging, because staging env is protected.
  • Loading branch information
johnqh authored Sep 7, 2023
1 parent af3797f commit a1a5b97
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion config/staging/dev_endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@
"0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app",
"configs":"https://dydx-v4-shared-resources.vercel.app",
"statusPageUrl": "https://status.v4testnet.dydx.exchange/",
"marketImageUrl": "https://trader-fe.vercel.app/currencies/{asset}.png",
"marketImageUrl": "https://v4.testnet.dydx.exchange/currencies/{asset}.png",
"tosUrl": "https://dydx.exchange/v4-terms",
"privacyPolicyUrl": "https://dydx.exchange/privacy",
"mintscanUrl": "https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}"
Expand Down
2 changes: 1 addition & 1 deletion config/staging/endpoints.json
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
"0xsquid":"https://squid-api-git-main-cosmos-testnet-0xsquid.vercel.app",
"configs":"https://dydx-v4-shared-resources.vercel.app",
"statusPageUrl": "https://status.v4testnet.dydx.exchange/",
"marketImageUrl": "https://trader-fe.vercel.app/currencies/{asset}.png",
"marketImageUrl": "https://v4.testnet.dydx.exchange/currencies/{asset}.png",
"tosUrl": "https://dydx.exchange/v4-terms",
"privacyPolicyUrl": "https://dydx.exchange/privacy",
"mintscanUrl": "https://testnet.mintscan.io/dydx-testnet/txs/{tx_hash}"
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dydxprotocol/v4-localization",
"version": "0.1.1",
"version": "0.1.2",
"description": "v4 localization",
"main": "index.ts",
"scripts": {
Expand Down

0 comments on commit a1a5b97

Please sign in to comment.