Skip to content

Commit

Permalink
Revert "Add Derive chain"
Browse files Browse the repository at this point in the history
This reverts commit e9d2aff.
  • Loading branch information
Thunnini committed Jan 31, 2025
1 parent 0459455 commit f91fec6
Showing 1 changed file with 0 additions and 43 deletions.
43 changes: 0 additions & 43 deletions apps/extension/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3005,49 +3005,6 @@ export const EmbedChainInfos: (ChainInfo | ModularChainInfo)[] = [
},
features: [],
},
{
rpc: "https://rpc.derive.xyz/",
rest: "https://rpc.derive.xyz/",
evm: {
chainId: 957,
rpc: "https://rpc.derive.xyz/",
websocket: "wss://rpc.derive.xyz/",
},
chainId: "eip155:957",
chainName: "Derive",
bip44: {
coinType: 60,
},
currencies: [
{
coinDenom: "DRV",
coinMinimalDenom: "derive-drv",
coinDecimals: 18,
coinGeckoId: "derive",
},
{
coinDenom: "stDRV",
coinMinimalDenom: "derive-stdrv",
coinDecimals: 18,
coinGeckoId: "derive",
},
{
coinDenom: "ETH",
coinMinimalDenom: "derive-ethereum",
coinDecimals: 18,
coinGeckoId: "ethereum",
},
],
feeCurrencies: [
{
coinDenom: "ETH",
coinMinimalDenom: "derive-ethereum",
coinDecimals: 18,
coinGeckoId: "ethereum",
},
],
features: [],
},
];

// The origins that are able to pass any permission that external webpages can have.
Expand Down

0 comments on commit f91fec6

Please sign in to comment.