Fix contact-list Storybook (#12262)

feature/default_network_editable
Etienne Dusseault 3 years ago committed by GitHub
parent 9924035bb8
commit 9de632e9d1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 12
      .storybook/test-data.js

@ -199,6 +199,18 @@ const state = {
},
},
},
addresses: [
{
address: '0x39a4e4Af7cCB654dB9500F258c64781c8FbD39F0',
name: 'DAI',
isEns: false,
},
{
address: '1x39a4e4Af7cCB654dB9500F258c64781c8FbD39F0',
name: 'ETH',
isEns: true,
},
],
contractExchangeRates: {
'0xaD6D458402F60fD3Bd25163575031ACDce07538D': 0,
},

Loading…
Cancel
Save