Skip to content

Commit

Permalink
Revert "Revert "Some fixes""
Browse files Browse the repository at this point in the history
This reverts commit 0459455.
  • Loading branch information
Thunnini committed Feb 3, 2025
1 parent bda571e commit 5b2c0aa
Showing 1 changed file with 12 additions and 9 deletions.
21 changes: 12 additions & 9 deletions apps/extension/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3020,22 +3020,25 @@ export const EmbedChainInfos: (ChainInfo | ModularChainInfo)[] = [
},
currencies: [
{
coinDenom: "DRV",
coinMinimalDenom: "derive-drv",
coinDenom: "ETH",
coinMinimalDenom: "derive-ethereum",
coinDecimals: 18,
coinGeckoId: "derive",
coinGeckoId: "ethereum",
},
{
coinDenom: "stDRV",
coinMinimalDenom: "derive-stdrv",
type: "erc20",
contractAddress: "0xb1d1eae60eea9525032a6dcb4c1ce336a1de71be",
coinDenom: "DRV",
coinMinimalDenom: "erc20:0xb1d1eae60eea9525032a6dcb4c1ce336a1de71be",
coinDecimals: 18,
coinGeckoId: "derive",
},
{
coinDenom: "ETH",
coinMinimalDenom: "derive-ethereum",
type: "erc20",
contractAddress: "0x7499d654422023a407d92e1D83D387d81BC68De1",
coinDenom: "stDRV",
coinMinimalDenom: "erc20:0x7499d654422023a407d92e1D83D387d81BC68De1",
coinDecimals: 18,
coinGeckoId: "ethereum",
},
],
feeCurrencies: [
Expand All @@ -3046,7 +3049,7 @@ export const EmbedChainInfos: (ChainInfo | ModularChainInfo)[] = [
coinGeckoId: "ethereum",
},
],
features: [],
features: ["op-stack-l1-data-fee"],
},
];

Expand Down

0 comments on commit 5b2c0aa

Please sign in to comment.