Skip to content

Commit

Permalink
Add Derive chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Thunnini committed Jan 31, 2025
1 parent 3e2fce1 commit e9d2aff
Showing 1 changed file with 43 additions and 0 deletions.
43 changes: 43 additions & 0 deletions apps/extension/src/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3005,6 +3005,49 @@ 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 e9d2aff

Please sign in to comment.