mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix contact-list Storybook (#12262)
This commit is contained in:
parent
9924035bb8
commit
9de632e9d1
@ -199,6 +199,18 @@ const state = {
|
|||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
addresses: [
|
||||||
|
{
|
||||||
|
address: '0x39a4e4Af7cCB654dB9500F258c64781c8FbD39F0',
|
||||||
|
name: 'DAI',
|
||||||
|
isEns: false,
|
||||||
|
},
|
||||||
|
{
|
||||||
|
address: '1x39a4e4Af7cCB654dB9500F258c64781c8FbD39F0',
|
||||||
|
name: 'ETH',
|
||||||
|
isEns: true,
|
||||||
|
},
|
||||||
|
],
|
||||||
contractExchangeRates: {
|
contractExchangeRates: {
|
||||||
'0xaD6D458402F60fD3Bd25163575031ACDce07538D': 0,
|
'0xaD6D458402F60fD3Bd25163575031ACDce07538D': 0,
|
||||||
},
|
},
|
||||||
|
Loading…
Reference in New Issue
Block a user