Compare commits

...

2 Commits

Author SHA1 Message Date
Ladd Hoffman 53fcc2f2d3 Merge pull request 'frontend: add infura api key' (#7) from frontend-add-infura-api-key- into main
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 27s Details
Reviewed-on: #7
2024-04-27 17:19:03 -05:00
Ladd Hoffman b1d1ea6d7a frontend: add infura api key
Gitea Actions Demo / Explore-Gitea-Actions (push) Failing after 35s Details
2024-04-27 17:03:16 -05:00
2 changed files with 1 additions and 0 deletions

View File

@ -35,6 +35,7 @@ ReactDOM.createRoot(document.getElementById('root')).render(
readonlyRPCMap: {
'0x539': 'http://127.0.0.1:8545/',
},
infuraAPIKey: '579d264c5f534aa1aefd6be323cb1a35',
}}
>
<RouterProvider router={router} />

View File