mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-21 17:37:01 +01:00
Update network.ts (#20617)
Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com> Co-authored-by: Danica Shen <zhaodanica@gmail.com>
This commit is contained in:
parent
131321af00
commit
4f14178033
@ -564,6 +564,7 @@ export const BUYABLE_CHAINS_MAP: {
|
||||
| typeof CHAIN_IDS.MOONBEAM_TESTNET
|
||||
| typeof CHAIN_IDS.LINEA_GOERLI
|
||||
| typeof CHAIN_IDS.GOERLI
|
||||
| typeof CHAIN_IDS.SEPOLIA
|
||||
| typeof CHAIN_IDS.GNOSIS
|
||||
>]: BuyableChainSettings;
|
||||
} = {
|
||||
@ -571,10 +572,6 @@ export const BUYABLE_CHAINS_MAP: {
|
||||
nativeCurrency: CURRENCY_SYMBOLS.ETH,
|
||||
network: BUYABLE_CHAIN_ETHEREUM_NETWORK_NAME,
|
||||
},
|
||||
[CHAIN_IDS.SEPOLIA]: {
|
||||
nativeCurrency: TEST_NETWORK_TICKER_MAP[NETWORK_TYPES.SEPOLIA],
|
||||
network: BUYABLE_CHAIN_ETHEREUM_NETWORK_NAME,
|
||||
},
|
||||
[CHAIN_IDS.BSC]: {
|
||||
nativeCurrency: CURRENCY_SYMBOLS.BNB,
|
||||
network: 'bsc',
|
||||
|
Loading…
Reference in New Issue
Block a user