Skip to content

Commit

Permalink
add logo and gasprices
Browse files Browse the repository at this point in the history
  • Loading branch information
hedi-edelbloute committed Oct 31, 2023
1 parent 2357b83 commit e2b58a2
Show file tree
Hide file tree
Showing 4 changed files with 42 additions and 6 deletions.
2 changes: 1 addition & 1 deletion libs/ledger-live-common/src/config/defaultConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ const defaultConfig = {
},
dydx: {
lcd: "https://api.dydx.nodestake.top:443",
minGasPrice: 0.0025,
minGasPrice: 12500000000,
},
nyx: {
lcd: "https://api.nyx.nodes.guru",
Expand Down
18 changes: 18 additions & 0 deletions libs/ledger-live-common/src/data/icons/svg/DYDX.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
10 changes: 5 additions & 5 deletions libs/ledgerjs/packages/cryptoassets/src/currencies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -981,21 +981,21 @@ export const cryptocurrenciesById: Record<CryptoCurrencyId, CryptoCurrency> = {
type: "CryptoCurrency",
id: "dydx",
coinType: CoinType.ATOM,
name: "Dydx",
name: "dYdX",
managerAppName: "Cosmos",
ticker: "DYDX",
scheme: "dydx",
color: "#ed6c53",
color: "#6966FF",
family: "cosmos",
units: [
{
name: "dydx",
name: "dYdX",
code: "dydx",
magnitude: 6,
magnitude: 18,
},
{
name: "Micro-dydx",
code: "udydx",
code: "adydx",
magnitude: 0,
},
],
Expand Down
18 changes: 18 additions & 0 deletions libs/ui/packages/crypto-icons/src/svg/DYDX.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e2b58a2

Please sign in to comment.