Skip to content

Commit 0fa6164

Browse files
committed
Change to networkId
1 parent 5bdec0d commit 0fa6164

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/modules/select/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,8 @@ function defaults({
3737
)
3838
}
3939

40-
desktopModules.push(authereum({ network }))
41-
mobileModules.push(authereum({ network }))
40+
desktopModules.push(authereum({ networkId }))
41+
mobileModules.push(authereum({ networkId }))
4242

4343
return {
4444
heading: heading || "Select a Wallet",

0 commit comments

Comments
 (0)