mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
feat: adds linea mainnet buyable support in anticipation of July 11 launch (#19854)
* feat: adds linea mainnet support in anticipation of July 11 launch * chore: fixes linting issue * chore: adds comma for linting --------- Co-authored-by: Pedro Pablo Aste Kompen <wachunei@gmail.com> Co-authored-by: Dan J Miller <danjm.com@gmail.com>
This commit is contained in:
parent
1c8b4bb27a
commit
96f2ab4dae
@ -549,7 +549,6 @@ export const BUYABLE_CHAINS_MAP: {
|
|||||||
| typeof CHAIN_IDS.FANTOM_TESTNET
|
| typeof CHAIN_IDS.FANTOM_TESTNET
|
||||||
| typeof CHAIN_IDS.MOONBEAM_TESTNET
|
| typeof CHAIN_IDS.MOONBEAM_TESTNET
|
||||||
| typeof CHAIN_IDS.LINEA_GOERLI
|
| typeof CHAIN_IDS.LINEA_GOERLI
|
||||||
| typeof CHAIN_IDS.LINEA_MAINNET
|
|
||||||
| typeof CHAIN_IDS.GOERLI
|
| typeof CHAIN_IDS.GOERLI
|
||||||
>]: BuyableChainSettings;
|
>]: BuyableChainSettings;
|
||||||
} = {
|
} = {
|
||||||
@ -613,6 +612,10 @@ export const BUYABLE_CHAINS_MAP: {
|
|||||||
nativeCurrency: CURRENCY_SYMBOLS.PALM,
|
nativeCurrency: CURRENCY_SYMBOLS.PALM,
|
||||||
network: 'palm',
|
network: 'palm',
|
||||||
},
|
},
|
||||||
|
[CHAIN_IDS.LINEA_MAINNET]: {
|
||||||
|
nativeCurrency: CURRENCY_SYMBOLS.ETH,
|
||||||
|
network: 'linea',
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
export const FEATURED_RPCS: RPCDefinition[] = [
|
export const FEATURED_RPCS: RPCDefinition[] = [
|
||||||
|
Loading…
Reference in New Issue
Block a user