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

Commit b80d82b

Browse files
committed
add networkWhitelist drizzle option
1 parent e660080 commit b80d82b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

ui-tests/react-context/src/drizzleOptions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const options = {
1717
polls: {
1818
accounts: 1500,
1919
},
20+
networkWhitelist: [1, 4]
2021
};
2122

2223
export default options;

ui-tests/react-redux/src/drizzleOptions.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ const options = {
1717
polls: {
1818
accounts: 1500,
1919
},
20+
networkWhitelist: [1, 4]
2021
};
2122

2223
export default options;

0 commit comments

Comments
 (0)