diff --git a/.storybook/test-data.js b/.storybook/test-data.js index a725361a0..1e1e0e397 100644 --- a/.storybook/test-data.js +++ b/.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, },