Skip to content

Commit

Permalink
disabled sig
Browse files Browse the repository at this point in the history
  • Loading branch information
mrtmeeseeks committed Oct 11, 2024
1 parent 7de4ff7 commit 51824b9
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,9 @@
]
},
"dependencies": {
"@aut-labs/abi-types": "^0.0.81-dev",
"@aut-labs/abi-types": "^0.0.83-dev",
"@aut-labs/connector": "^0.0.203",
"@aut-labs/sdk": "^0.0.202-dev",
"@aut-labs/sdk": "^0.0.210-dev",
"@emotion/react": "^11.11.3",
"@emotion/styled": "^11.11.0",
"@marker.io/browser": "^0.19.0",
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ root.render(
<QueryClientProvider client={queryClient}>
<WalletConnectorProvider
defaultChainId={+environment.defaultChainId}
requestSig={true}
requestSig={false}
>
<StyledEngineProvider injectFirst>
<ThemeProvider theme={SwTheme}>
Expand Down

0 comments on commit 51824b9

Please sign in to comment.