-
Notifications
You must be signed in to change notification settings - Fork 150
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Protect one-step onboard to mainnet RPC (#485)
* Now Protect one-step onboard to mainnet RPC * Update dependencies and add BrowserOnly component * Update dependencies and fix ProtectButton component * Update package.json with node engine version * Update Node.js version to 18.x in CI test * Minor linting setup improvement * Update VS Code setting
- Loading branch information
Showing
10 changed files
with
1,421 additions
and
1,631 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,13 @@ | ||
{ | ||
"editor.codeActionsOnSave": { | ||
"source.fixAll.eslint": true, | ||
"source.fixAll.stylelint": true, | ||
"source.fixAll.stylelint": true | ||
}, | ||
"editor.defaultFormatter": "esbenp.prettier-vscode", | ||
"mdx.experimentalLanguageServer": true, | ||
"css.validate": false, | ||
"scss.validate": false, | ||
"javascript.validate.enable": false, | ||
"typescript.validate.enable": false, | ||
"typescript.validate.enable": true, | ||
"javascript.suggest.paths": false, | ||
"typescript.suggest.paths": false, | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
/** | ||
* Copyright (c) Flashbots Ltd. and its affiliates. | ||
* | ||
* This source code is licensed under the MIT license found in the | ||
* LICENSE file in the root directory of this source tree. | ||
*/ | ||
declare global { | ||
interface Window { | ||
ethereum: any | ||
} | ||
} | ||
|
||
export {}; |
Oops, something went wrong.
86e3dda
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
flashbots-docs – ./
flashbots-docs-flashbots.vercel.app
docs.flashbots.net
flashbots-docs-2u5h.vercel.app
flashbots-docs-git-main-flashbots.vercel.app