Skip to content

Commit

Permalink
fix: fix storybook
Browse files Browse the repository at this point in the history
  • Loading branch information
salimtb committed Nov 20, 2024
1 parent 1551047 commit ba2c169
Showing 1 changed file with 5 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,11 @@ const store = configureStore({
...testData,
metamask: {
...testData.metamask,
currencyRates: {
SepoliaETH: {
conversionRate: 3910.28,
},
},
...mockNetworkState({ chainId: CHAIN_IDS.SEPOLIA }),
},
});
Expand Down

0 comments on commit ba2c169

Please sign in to comment.