From a76ad0a5dc8fc15ed3e6e4ed79d584656ba666f4 Mon Sep 17 00:00:00 2001 From: GitButler Date: Sat, 27 Apr 2024 17:03:17 -0500 Subject: [PATCH] GitButler Integration Commit This is an integration commit for the virtual branches that GitButler is tracking. Due to GitButler managing multiple virtual branches, you cannot switch back and forth between git branches and virtual branches easily. If you switch to another branch, GitButler will need to be reinitialized. If you commit on this branch, GitButler will throw it away. Here are the branches that are currently applied: - frontend: add infura api key (refs/gitbutler/frontend-add-infura-api-key-) branch head: b1d1ea6d7a82b73a4497623f589dc5bd49b7b08b - Virtual branch (refs/gitbutler/Virtual-branch) - frontend/src/main.jsx - frontend/theme.config For more information about what we're doing here, check out our docs: https://docs.gitbutler.com/features/virtual-branches/integration-branch --- frontend/src/main.jsx | 1 + frontend/theme.config | 0 2 files changed, 1 insertion(+) delete mode 100644 frontend/theme.config diff --git a/frontend/src/main.jsx b/frontend/src/main.jsx index 92f4b1c..b474263 100644 --- a/frontend/src/main.jsx +++ b/frontend/src/main.jsx @@ -35,6 +35,7 @@ ReactDOM.createRoot(document.getElementById('root')).render( readonlyRPCMap: { '0x539': 'http://127.0.0.1:8545/', }, + infuraAPIKey: '579d264c5f534aa1aefd6be323cb1a35', }} > diff --git a/frontend/theme.config b/frontend/theme.config deleted file mode 100644 index e69de29..0000000