Skip to content
This repository has been archived by the owner on Mar 11, 2024. It is now read-only.

Commit

Permalink
add networkWhitelist drizzle option
Browse files Browse the repository at this point in the history
  • Loading branch information
SeanJCasey committed Sep 20, 2019
1 parent e660080 commit b80d82b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions ui-tests/react-context/src/drizzleOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const options = {
polls: {
accounts: 1500,
},
networkWhitelist: [1, 4]
};

export default options;
1 change: 1 addition & 0 deletions ui-tests/react-redux/src/drizzleOptions.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ const options = {
polls: {
accounts: 1500,
},
networkWhitelist: [1, 4]
};

export default options;

0 comments on commit b80d82b

Please sign in to comment.