mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
00d155ce2f
* feat(878): implement new incoming transaction toggle networks for setting and onboarding * Update state snapshots * feat(878): change gaps, migration types based on comment --------- Co-authored-by: Mark Stacey <markjstacey@gmail.com>
51 lines
1.3 KiB
JSON
51 lines
1.3 KiB
JSON
{
|
|
"addressBook": {
|
|
"addressBook": {
|
|
"0x539": {
|
|
"0x0c54FcCd2e384b4BB6f2E405Bf5Cbc15a017AaFb": {
|
|
"address": "0x0c54FcCd2e384b4BB6f2E405Bf5Cbc15a017AaFb",
|
|
"chainId": "0x539",
|
|
"isEns": false,
|
|
"memo": "",
|
|
"name": "Test Account"
|
|
}
|
|
}
|
|
}
|
|
},
|
|
"preferences": {
|
|
"advancedGasFee": null,
|
|
"currentLocale": "en",
|
|
"dismissSeedBackUpReminder": true,
|
|
"featureFlags": {},
|
|
"forgottenPassword": false,
|
|
"frequentRpcListDetail": [
|
|
{
|
|
"chainId": "0x539",
|
|
"nickname": "Localhost 8545",
|
|
"rpcPrefs": {},
|
|
"rpcUrl": "http://localhost:8545",
|
|
"ticker": "ETH"
|
|
}
|
|
],
|
|
"infuraBlocked": false,
|
|
"ipfsGateway": "dweb.link",
|
|
"knownMethodData": {},
|
|
"ledgerTransportType": "webhid",
|
|
"openSeaEnabled": false,
|
|
"preferences": {
|
|
"hideZeroBalanceTokens": false,
|
|
"showFiatInTestnets": false,
|
|
"showTestNetworks": false,
|
|
"useNativeCurrencyAsPrimaryCurrency": true
|
|
},
|
|
"theme": "light",
|
|
"useBlockie": false,
|
|
"useNftDetection": false,
|
|
"useNonceField": false,
|
|
"usePhishDetect": true,
|
|
"useTokenDetection": false,
|
|
"useCurrencyRateCheck": true,
|
|
"useMultiAccountBalanceChecker": true
|
|
}
|
|
}
|